diff options
| author | Jonas Karlman <[email protected]> | 2024-10-17 20:00:27 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-10-26 10:46:48 +0800 |
| commit | 7cec3e701940064b2cfc0cf8b80ff24c391c55ec (patch) | |
| tree | 3bbe8046f90a02e2a64bfbb7f0c2ab5df91d9315 /arch | |
| parent | 6e751eed97f910b60de10b20f3932e1bffa81ccc (diff) | |
rockchip: rk3588-nanopc-t6: Add support for NanoPC-T6 LTS
Update defconfig to enable features included in pending upstream DT and
implement board_fit_config_name_match() to load correct DT for LTS and
non-LTS version of the NanoPC-T6.
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi b/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi index 3261b2c42b4..8465dcd4c9c 100644 --- a/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi +++ b/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi @@ -11,6 +11,11 @@ bootph-some-ram; }; +&saradc { + bootph-pre-ram; + vdd-microvolts = <1800000>; +}; + &sfc { flash@0 { bootph-pre-ram; |
