arm64: dts: amlogic: VIM3/VIM3L: change display to drm 71/252771/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 2 Feb 2021 07:30:56 +0000 (16:30 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 2 Feb 2021 07:32:20 +0000 (16:32 +0900)
Instead of fbdev, change display to drm.

Change-Id: I1c49c92f83ae4c9904116143881839d55cac2634
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm64/boot/dts/amlogic/kvim3_linux.dts
arch/arm64/boot/dts/amlogic/kvim3l_linux.dts

index 6583f3a..8961974 100644 (file)
@@ -20,6 +20,7 @@
 #include "mesong12b.dtsi"
 #include "partition_linux.dtsi"
 #include "khadas-ts050-panel.dtsi"
+#include "mesong12b_drm.dtsi"
 
 / {
        model = "Khadas VIM3";
 };
 
 &meson_fb {
-       status = "okay";
+       status = "disabled";
        display_size_default = <1920 1080 1920 2160 32>;
        mem_size = <0x00800000 0x4b80000 0x100000 0x100000 0x800000>;
        logo_addr = "0x7f800000";
        4k2k_fb = <1>;
 };
 
+&drm_vpu {
+       status = "okay";
+       logo_addr = "0x7f800000";
+};
+
+&drm_amhdmitx {
+       status = "okay";
+       hdcp = "disabled";
+};
+
+&drm_lcd {
+       status = "disabled";
+};
+
 &pwm_ab {
        status = "okay";
 };
index 1c38e44..de3e240 100644 (file)
@@ -20,6 +20,7 @@
 #include "mesonsm1.dtsi"
 #include "partition_linux.dtsi"
 #include "khadas-ts050-panel.dtsi"
+#include "mesong12a_drm.dtsi"
 
 / {
        model = "Khadas VIM3L";
 }; /* end of / */
 
 &meson_fb {
-       status = "okay";
+       status = "disabled";
        display_size_default = <1920 1080 1920 2160 32>;
        mem_size = <0x00800000 0x4b80000 0x100000 0x100000 0x800000>;
        logo_addr = "0x7f800000";
        4k2k_fb = <1>;
 };
 
+&drm_vpu {
+       status = "okay";
+       logo_addr = "0x7f800000";
+};
+
+&drm_amhdmitx {
+       status = "okay";
+       hdcp = "disabled";
+};
+
+&drm_lcd {
+       status = "disabled";
+};
+
 &pwm_AO_cd {
        status = "okay";
 };