Skip to content

Commit aa901b4

Browse files
committed
ARM: dts: Make vcio a child of the firmware node
In order to resolve a potential startup order bug, the vcio driver has been rewritten as a platform driver that depends on a DT node for its instantiation and to locate the firmware driver. Add that DT node. See: #4620 Signed-off-by: Phil Elwell <[email protected]>
1 parent ac4fd05 commit aa901b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm/boot/dts/bcm270x-rpi.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,9 @@
152152
status = "disabled";
153153
};
154154
};
155+
156+
&firmware {
157+
vcio: vcio {
158+
compatible = "raspberrypi,vcio";
159+
};
160+
};

0 commit comments

Comments
 (0)