rockchip: dts: rk3229-evb: update "u-boot,dm-xxx" prop for some nodes
Change-Id: If9fcdae550c967712e8b9a0be73bb661481d171b Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
8dd9db5d1c
commit
e8048e8f0a
|
|
@ -36,12 +36,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
volume-up {
|
volume-up {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
linux,code = <KEY_VOLUMEUP>;
|
linux,code = <KEY_VOLUMEUP>;
|
||||||
label = "Volume Up";
|
label = "Volume Up";
|
||||||
gpios = <&gpio3 25 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio3 25 GPIO_ACTIVE_LOW>;
|
||||||
|
|
|
||||||
|
|
@ -32,46 +32,46 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&emmc {
|
&emmc {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&nandc {
|
&nandc {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&sdmmc {
|
&sdmmc {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart2 {
|
&uart2 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&u2phy0 {
|
&u2phy0 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&u2phy0_otg {
|
&u2phy0_otg {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&usb20_otg {
|
&usb20_otg {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpio1 {
|
&gpio1 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
&gpio3 {
|
&gpio3 {
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-spl;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue