Skip to content

Commit 819deee

Browse files
committed
arm64: dts: apm: storm: move non-MMIO node out of soc
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
1 parent 74f65c5 commit 819deee

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

arch/arm64/boot/dts/apm/apm-storm.dtsi

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@
112112
interrupts = <1 9 0xf04>; /* GIC Maintenence IRQ */
113113
};
114114

115+
refclk: refclk {
116+
compatible = "fixed-clock";
117+
#clock-cells = <1>;
118+
clock-frequency = <100000000>;
119+
clock-output-names = "refclk";
120+
};
121+
115122
timer {
116123
compatible = "arm,armv8-timer";
117124
interrupts = <1 0 0xff08>, /* Secure Phys IRQ */
@@ -137,12 +144,6 @@
137144
#address-cells = <2>;
138145
#size-cells = <2>;
139146
ranges;
140-
refclk: refclk {
141-
compatible = "fixed-clock";
142-
#clock-cells = <1>;
143-
clock-frequency = <100000000>;
144-
clock-output-names = "refclk";
145-
};
146147

147148
pcppll: pcppll@17000100 {
148149
compatible = "apm,xgene-pcppll-clock";

0 commit comments

Comments
 (0)