rockchip: dts: rv1126: delete unused property

The propery is brought by CONFIG_OF_U_BOOT_REMOVE_PROPS
required from GMAC.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib85ec0678a0a0404eb4cda5974c52076bf0a1e37
This commit is contained in:
Joseph Chen 2020-06-17 18:36:15 +08:00
parent 3017074fb2
commit ed9976b572
1 changed files with 11 additions and 0 deletions

View File

@ -33,15 +33,21 @@
&uart2 {
clock-frequency = <24000000>;
u-boot,dm-spl;
/delete-property/ pinctrl-names;
/delete-property/ pinctrl-0;
};
&sdmmc {
u-boot,dm-spl;
/delete-property/ pinctrl-names;
/delete-property/ pinctrl-0;
};
&emmc {
mmc-ecsd = <0x0020f000>;
u-boot,dm-spl;
/delete-property/ pinctrl-names;
/delete-property/ pinctrl-0;
};
&pmu {
@ -58,6 +64,9 @@
&cru {
u-boot,dm-spl;
/delete-property/ assigned-clocks;
/delete-property/ assigned-clock-rates;
/delete-property/ assigned-clock-parents;
};
&crypto {
@ -76,6 +85,8 @@
&sfc {
u-boot,dm-spl;
/delete-property/ assigned-clocks;
/delete-property/ assigned-clock-rates;
status = "okay";
#address-cells = <1>;