diff --git a/arch/arm/dts/rk1808-evb.dts b/arch/arm/dts/rk1808-evb.dts index 933c678ff1..adeb5bc21a 100644 --- a/arch/arm/dts/rk1808-evb.dts +++ b/arch/arm/dts/rk1808-evb.dts @@ -18,14 +18,14 @@ adc-keys { status = "okay"; - u-boot,dm-pre-reloc; + u-boot,dm-spl; compatible = "adc-keys"; io-channels = <&saradc 2>; io-channel-names = "buttons"; keyup-threshold-microvolt = <1800000>; vol-up-key { - u-boot,dm-pre-reloc; + u-boot,dm-spl; linux,code = ; label = "volume up"; press-threshold-microvolt = <10000>; @@ -33,6 +33,7 @@ }; vcc_phy: vcc-phy-regulator { + u-boot,dm-spl; compatible = "regulator-fixed"; regulator-name = "vcc_phy"; regulator-always-on;