diff options
| author | Jonas Karlman <[email protected]> | 2025-08-31 16:49:27 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2025-11-01 21:17:43 +0800 |
| commit | 3a253b259ba471ef60e9eafdb5f179e08b043d64 (patch) | |
| tree | 80a030bc35debabd29beac6d644c2576633a7cf4 /arch | |
| parent | dedc70f58cad59d65568d6f611f2edf5153de0a5 (diff) | |
rockchip: odroid-go2: Use power off at power plug-in event
Include the RK817 PMIC in SPL and enable Kconfig options to power off
the handheld gaming device when it was powered on due to a power cable
plug-in event:
DDR3, 333MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS=1 Die BW=16 Size=1024MB
out
Power Off due to plug-in event
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi index 6f40654d5e8..6c6efa964d8 100644 --- a/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi +++ b/arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi @@ -5,8 +5,26 @@ #include "rk3326-u-boot.dtsi" +&i2c0_xfer { + bootph-pre-ram; +}; + +&i2s1_2ch_mclk { + bootph-pre-ram; +}; + +&pcfg_pull_none_smt { + bootph-pre-ram; +}; + +&pmic_int { + bootph-pre-ram; +}; + &rk817 { regulators { + bootph-pre-ram; + vcc_cam: LDO_REG9 { regulator-name = "vcc_cam"; regulator-min-microvolt = <3000000>; |
