arm64: dts: amlogic: Fix use drm of g12b for odroid-n2 70/252770/1
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 2 Feb 2021 07:29:00 +0000 (16:29 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 2 Feb 2021 07:32:04 +0000 (16:32 +0900)
The odroid-n2 has g12b soc family, so use the g12b drm instead of g12a.

Change-Id: I2fb0cd03e6b9289bcd4361a80fdbeaad6a45d2bb
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_odroidn2_drm.dts

index bd0e5a6e15f79e66353f08c76d7f4946985c780f..6c5aa70638598abdb7a034bb60a20bc55c06291e 100644 (file)
@@ -18,7 +18,7 @@
 /dts-v1/;
 
 #include "meson64_odroidn2.dts"
-#include "mesong12a_drm.dtsi"
+#include "mesong12b_drm.dtsi"
 
 &meson_fb {
        status = "disabled";
@@ -26,7 +26,6 @@
 
 &drm_vpu {
        status = "okay";
-       compatible = "amlogic,meson-g12b-vpu";
        logo_addr = "0x7f800000";
 };