]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: rk35xx: Remove unnecessary status props
authorJonas Karlman <jonas@kwiboo.se>
Fri, 26 Jan 2024 22:14:55 +0000 (22:14 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 4 Feb 2024 10:47:26 +0000 (18:47 +0800)
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>
arch/arm/dts/rk356x-u-boot.dtsi
arch/arm/dts/rk3588-turing-rk1-u-boot.dtsi
arch/arm/dts/rk3588s-u-boot.dtsi

index cacd45348a4981dcca8b00052eac8d4242c34275..d347080577d9cb9dd0f327d576fa26a29d7f2e2e 100644 (file)
@@ -19,7 +19,6 @@
        dmc: dmc {
                compatible = "rockchip,rk3568-dmc";
                bootph-all;
-               status = "okay";
        };
 
        otp: nvmem@fe38c000 {
@@ -27,7 +26,6 @@
                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 {
index e791b572b6bf80c6b236afb790f4ddcf21071b34..471508a9ed7418b2cc19bceb0210de0608d73cfe 100644 (file)
@@ -15,5 +15,4 @@
 &uart9 {
        bootph-pre-ram;
        clock-frequency = <24000000>;
-       status = "okay";
 };
index 945b2d62a75e5d489dacaf26e7c18b2afc733a94..bf3b1ea8a3c65283961b6dfe116c77a67764c5b4 100644 (file)
@@ -17,7 +17,6 @@
        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 {