[PATCH 5/5] ARM: dts: rpi: Add the firmware node to vc4
Maxime Ripard
maxime at cerno.tech
Wed Nov 17 14:50:40 UTC 2021
Add the firmware phandle to the vc4 node so that we can send it the
message that we're done with the firmware display.
Signed-off-by: Maxime Ripard <maxime at cerno.tech>
---
arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index 87ddcad76083..bc5dc51ba579 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -67,6 +67,10 @@ &usb {
power-domains = <&power RPI_POWER_DOMAIN_USB>;
};
+&vc4 {
+ raspberrypi,firmware = <&firmware>;
+};
+
&vec {
power-domains = <&power RPI_POWER_DOMAIN_VEC>;
status = "okay";
--
2.33.1
More information about the dri-devel
mailing list