arm64: dts: amlogic: Fix to use drm for odroid-c4 69/252769/1
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 2 Feb 2021 07:20:10 +0000 (16:20 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 2 Feb 2021 07:28:48 +0000 (16:28 +0900)
Fix to use g12a_drm for odroid-c4.

Change-Id: I031e0e3e51c01d4f87a68a63177fbb195111d983
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm64/boot/dts/amlogic/meson64_odroidc4.dts

index a8aeb3a..168adbe 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "mesonsm1.dtsi"
 #include "mesong12_odroid_common.dtsi"
+#include "mesong12a_drm.dtsi"
 
 / {
        model = "Hardkernel ODROID-C4";
                compatible = "amlogic, meson-g12a";
                /*memory-region = <&logo_reserved>;*/
                dev_name = "meson-fb";
-               status = "okay";
+               status = "disabled";
                interrupts = <0 3 1
                        0 56 1
                        0 89 1>;
 &i2c3 {
        status = "disabled";
 };
+
+&drm_vpu {
+       status = "okay";
+       logo_addr = "0x3f800000";
+};
+
+&drm_amhdmitx {
+       status = "okay";
+       hdcp = "disabled";
+};
+
+&drm_lcd {
+       status = "disabled";
+};