mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
b7f189541e
The PMIC button driver is a much better representation of the hardware here, adjust the boards to use upstream DT and the PMIC button driver instead of exposing the buttons as GPIOs and relying on the GPIO-button driver. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Tested-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
27 lines
383 B
Text
27 lines
383 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* U-Boot addition to handle Samsung S9 SM-G9600 (starqltechn) pins
|
|
*
|
|
* (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com>
|
|
*
|
|
*/
|
|
|
|
/
|
|
{
|
|
framebuffer@9D400000 {
|
|
bootph-all;
|
|
};
|
|
soc {
|
|
bootph-all;
|
|
serial@a84000 {
|
|
bootph-all;
|
|
};
|
|
clock-controller@100000 {
|
|
bootph-all;
|
|
};
|
|
pinctrl@3400000 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
};
|
|
|