mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
drm: fix g12a buildoot dts
PD#160546: fix g12a buildoot dts Change-Id: Ia910dbed885a6fd8b294629a3ef3a3a84405069f Signed-off-by: Yalong Liu <yalong.liu@amlogic.com>
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
#include "mesong12a.dtsi"
|
||||
#include "partition_mbox_normal.dtsi"
|
||||
#include "mesong12a_skt-panel.dtsi"
|
||||
#include "mesong12a-dvalin.dtsi"
|
||||
#include "mesong12a_drm.dtsi"
|
||||
|
||||
/ {
|
||||
|
||||
@@ -39,10 +39,10 @@
|
||||
|
||||
drm_vpu:drm@d0100000 {
|
||||
status = "okay";
|
||||
compatible = "amlogic,meson-gxbb";
|
||||
reg = <0x0 0xd0100000 0x0 0x100000>,
|
||||
<0x0 0xc883c000 0x0 0x1000>,
|
||||
<0x0 0xc8838000 0x0 0x1000>;
|
||||
compatible = "amlogic,meson-g12a";
|
||||
reg = <0x0 0xff900000 0x0 0x40000>,
|
||||
<0x0 0xff63c000 0x0 0x2000>,
|
||||
<0x0 0xff638000 0x0 0x2000>;
|
||||
reg-names = "base", "hhi", "dmc";
|
||||
interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>;
|
||||
dma-coherent;
|
||||
|
||||
Reference in New Issue
Block a user