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 20581ee97827ff8be76a0e8f7230624666bb151f..ebf73b789b4afafb103f1d75644786f49d2b4fdd 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 3b775a8e9aee1f32c82aa75d26d724c3802d8289..f71afafbc4b8a6ebac659d265ad0285d88c8f80f 100644 (file)
        power-domains = <&power RPI_POWER_DOMAIN_USB>;
 };
 
+&vc4 {
+       raspberrypi,firmware = <&firmware>;
+};
+
 &vec {
        power-domains = <&power RPI_POWER_DOMAIN_VEC>;
        status = "okay";