Remove unnecessary status props from rk35xx u-boot.dtsi files, regular
device tree files or default value already enable the affected nodes.
Also reorder bootph-pre-ram and clock-frequency props alphabetically in
rk3588s-u-boot.dtsi uart2 node.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
dmc: dmc {
compatible = "rockchip,rk3568-dmc";
bootph-all;
- status = "okay";
};
otp: nvmem@fe38c000 {
reg = <0x0 0xfe38c000 0x0 0x4000>;
#address-cells = <1>;
#size-cells = <1>;
- status = "okay";
cpu_id: id@a {
reg = <0x0a 0x10>;
&xin24m {
bootph-all;
- status = "okay";
};
&cru {
bootph-all;
- status = "okay";
};
&pmucru {
bootph-all;
- status = "okay";
};
&grf {
bootph-all;
- status = "okay";
};
&pmugrf {
bootph-all;
- status = "okay";
};
&pinctrl {
&uart9 {
bootph-pre-ram;
clock-frequency = <24000000>;
- status = "okay";
};
dmc {
compatible = "rockchip,rk3588-dmc";
bootph-all;
- status = "okay";
};
usb_host0_xhci: usb@fc000000 {
&xin24m {
bootph-all;
- status = "okay";
};
&cru {
bootph-pre-ram;
- status = "okay";
};
&sys_grf {
bootph-pre-ram;
- status = "okay";
};
&pmu1grf {
};
&uart2 {
- clock-frequency = <24000000>;
bootph-pre-ram;
- status = "okay";
+ clock-frequency = <24000000>;
};
&uart2m0_xfer {