mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-01 12:38:22 +00:00
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>
28 lines
383 B
Plaintext
28 lines
383 B
Plaintext
// 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;
|
|
};
|
|
};
|
|
};
|
|
|