arm64: dts: apm: storm: move non-MMIO node out of soc
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 2 Apr 2024 20:08:17 +0000 (22:08 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 24 Apr 2024 07:23:54 +0000 (09:23 +0200)
Non-MMIO devices, like fixed-clocks, should not be within simple-bus.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240402200818.79446-1-krzk@kernel.org
arch/arm64/boot/dts/apm/apm-storm.dtsi

index 988928c60f1515f5dd4551348358574cfb025572..633d8418f7cc49f8c16e10f1956f83305190b1d8 100644 (file)
                interrupts = <1 9 0xf04>;       /* GIC Maintenence IRQ */
        };
 
+       refclk: refclk {
+               compatible = "fixed-clock";
+               #clock-cells = <1>;
+               clock-frequency = <100000000>;
+               clock-output-names = "refclk";
+       };
+
        timer {
                compatible = "arm,armv8-timer";
                interrupts = <1 0 0xff08>,      /* Secure Phys IRQ */
                        #address-cells = <2>;
                        #size-cells = <2>;
                        ranges;
-                       refclk: refclk {
-                               compatible = "fixed-clock";
-                               #clock-cells = <1>;
-                               clock-frequency = <100000000>;
-                               clock-output-names = "refclk";
-                       };
 
                        pcppll: pcppll@17000100 {
                                compatible = "apm,xgene-pcppll-clock";