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>
};
};
+&vc4 {
+ raspberrypi,firmware = <&firmware>;
+};
+
&cma {
/* Limit cma to the lower 768MB to allow room for HIGHMEM on 32-bit */
alloc-ranges = <0x0 0x00000000 0x30000000>;
power-domains = <&power RPI_POWER_DOMAIN_USB>;
};
+&vc4 {
+ raspberrypi,firmware = <&firmware>;
+};
+
&vec {
power-domains = <&power RPI_POWER_DOMAIN_VEC>;
status = "okay";