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)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:01 +0000 (13:09 +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 55420ac..f2adf99 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 {