ARM: dts: rpi: Add the firmware node to vc4
authorMaxime Ripard <maxime@cerno.tech>
Wed, 23 Jun 2021 09:56:56 +0000 (11:56 +0200)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Fri, 2 Jul 2021 12:03:14 +0000 (13:03 +0100)
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@cerno.tech>
arch/arm/boot/dts/bcm2711-rpi.dtsi
arch/arm/boot/dts/bcm2835-rpi.dtsi

index 20581ee..ebf73b7 100644 (file)
        };
 };
 
+&vc4 {
+       raspberrypi,firmware = <&firmware>;
+};
+
 &cma {
        /* Limit cma to the lower 768MB to allow room for HIGHMEM on 32-bit */
        alloc-ranges = <0x0 0x00000000 0x30000000>;
index 3b775a8..f71afaf 100644 (file)
        power-domains = <&power RPI_POWER_DOMAIN_USB>;
 };
 
+&vc4 {
+       raspberrypi,firmware = <&firmware>;
+};
+
 &vec {
        power-domains = <&power RPI_POWER_DOMAIN_VEC>;
        status = "okay";