Skip to content

Commit 1ac231d

Browse files
committed
arm64: dts: apm: shadowcat: 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-2-krzk@kernel.org
1 parent 819deee commit 1ac231d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,13 @@
211211
};
212212
};
213213

214+
refclk: refclk {
215+
compatible = "fixed-clock";
216+
#clock-cells = <1>;
217+
clock-frequency = <100000000>;
218+
clock-output-names = "refclk";
219+
};
220+
214221
pmu {
215222
compatible = "arm,armv8-pmuv3";
216223
interrupts = <1 12 0xff04>;
@@ -236,13 +243,6 @@
236243
#size-cells = <2>;
237244
ranges;
238245

239-
refclk: refclk {
240-
compatible = "fixed-clock";
241-
#clock-cells = <1>;
242-
clock-frequency = <100000000>;
243-
clock-output-names = "refclk";
244-
};
245-
246246
pmdpll: pmdpll@170000f0 {
247247
compatible = "apm,xgene-pcppll-v2-clock";
248248
#clock-cells = <1>;

0 commit comments

Comments
 (0)