rockchip: dts: rk1808: add node to spl

Add adc-keys & vcc_phy.

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I868eafb889850edaa88e4423620c02167c1b9030
This commit is contained in:
Jason Zhu 2020-03-17 17:56:17 +08:00 committed by Jianhong Chen
parent 3732e2b8b1
commit f37fcb5201
1 changed files with 3 additions and 2 deletions

View File

@ -18,14 +18,14 @@
adc-keys { adc-keys {
status = "okay"; status = "okay";
u-boot,dm-pre-reloc; u-boot,dm-spl;
compatible = "adc-keys"; compatible = "adc-keys";
io-channels = <&saradc 2>; io-channels = <&saradc 2>;
io-channel-names = "buttons"; io-channel-names = "buttons";
keyup-threshold-microvolt = <1800000>; keyup-threshold-microvolt = <1800000>;
vol-up-key { vol-up-key {
u-boot,dm-pre-reloc; u-boot,dm-spl;
linux,code = <KEY_VOLUMEUP>; linux,code = <KEY_VOLUMEUP>;
label = "volume up"; label = "volume up";
press-threshold-microvolt = <10000>; press-threshold-microvolt = <10000>;
@ -33,6 +33,7 @@
}; };
vcc_phy: vcc-phy-regulator { vcc_phy: vcc-phy-regulator {
u-boot,dm-spl;
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc_phy"; regulator-name = "vcc_phy";
regulator-always-on; regulator-always-on;