]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
riscv: dts: microchip: rename icicle kit ccc clock and other minor fixes
authorValentina Fernandez <valentina.fernandezalanis@microchip.com>
Mon, 8 Sep 2025 11:57:30 +0000 (12:57 +0100)
committerConor Dooley <conor.dooley@microchip.com>
Tue, 9 Sep 2025 19:48:15 +0000 (20:48 +0100)
Rename the Clock Conditioning Circuit (CCC) reference clock to match
the fixed clock bindings naming recommendation.

Update the reserved memory regions in the Icicle Kit common dtsi to
use lowercase hex and drop the redundant status properties from the
memory regions, as they are not required.

Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/microchip/mpfs-icicle-kit-common.dtsi
arch/riscv/boot/dts/microchip/mpfs-icicle-kit-fabric.dtsi

index 5c7a8ffad85bc2ae9292f3698e8626c9125e0f43..e01a216e6c3a82238fffc101f1eab03690d7880a 100644 (file)
        ddrc_cache_lo: memory@80000000 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0x40000000>;
-               status = "okay";
        };
 
        ddrc_cache_hi: memory@1040000000 {
                device_type = "memory";
                reg = <0x10 0x40000000 0x0 0x40000000>;
-               status = "okay";
        };
 
        reserved-memory {
@@ -67,8 +65,8 @@
                #size-cells = <2>;
                ranges;
 
-               hss_payload: region@BFC00000 {
-                       reg = <0x0 0xBFC00000 0x0 0x400000>;
+               hss_payload: region@bfc00000 {
+                       reg = <0x0 0xbfc00000 0x0 0x400000>;
                        no-map;
                };
        };
index e673b676fd1a220ae8c2cc502e59b4d98688f9e9..71f724325578fa56e19c571e50c1e08335a7acd9 100644 (file)
@@ -74,7 +74,7 @@
                };
        };
 
-       refclk_ccc: cccrefclk {
+       refclk_ccc: clock-cccref {
                compatible = "fixed-clock";
                #clock-cells = <0>;
        };