ARM: dts: Add support for drm vc4 on RPI3 b plus
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 18 Oct 2018 07:49:04 +0000 (16:49 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:07:44 +0000 (18:07 +0900)
Fixed the DT status to operate drm vc4.

Change-Id: I0ae3472e3336e0d6dfc107b936490a6af6eb23d6
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts

index 0d6a471..b697f54 100644 (file)
 
 &i2c2 {
        clock-frequency = <100000>;
+       status = "okay";
+};
+
+&dpi {
+       status = "okay";
+};
+
+&hvs {
+       status = "okay";
+};
+
+&pixelvalve0 {
+       status = "okay";
+};
+
+&pixelvalve1 {
+       status = "okay";
+};
+
+&pixelvalve2 {
+       status = "okay";
+};
+
+&hdmi {
+       status = "okay";
+};
+
+&v3d {
+       status = "okay";
+};
+
+&vc4 {
+       status = "okay";
 };
 
 &i2s {