Skip to content

Commit 15cc525

Browse files
roliver-rpipelwell
authored andcommitted
dts: bcm{283x,2712}: /clocks as "simple-bus"
Make /clocks node compatible with "simple-bus" to ensure that all children (not just those that are "fixed-clock" compatible) are automatically probed. Signed-off-by: Richard Oliver <richard.oliver@raspberrypi.com>
1 parent 97f4ec4 commit 15cc525

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

arch/arm/boot/dts/broadcom/bcm283x.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@
478478
};
479479

480480
clocks {
481+
compatible = "simple-bus";
482+
#address-cells = <1>;
483+
#size-cells = <0>;
484+
481485
/* The oscillator is the root of the clock tree. */
482486
clk_osc: clk-osc {
483487
compatible = "fixed-clock";

arch/arm64/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,10 @@
12581258
};
12591259

12601260
clocks {
1261+
compatible = "simple-bus";
1262+
#address-cells = <1>;
1263+
#size-cells = <0>;
1264+
12611265
/* The oscillator is the root of the clock tree. */
12621266
clk_osc: clk-osc {
12631267
compatible = "fixed-clock";

0 commit comments

Comments
 (0)