diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2016-12-06 14:53:45 +1100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-01-10 21:55:19 +1100 |
commit | daf042580a0dacd894a3825dd6f048364fd66770 (patch) | |
tree | b89fba1d48c2e94d205a79a01468f2d431ac50a7 /arch/arm/boot | |
parent | 09955007b2f643e07cc5fa21a34da6cec97bb7a1 (diff) | |
download | talos-op-linux-daf042580a0dacd894a3825dd6f048364fd66770.tar.gz talos-op-linux-daf042580a0dacd894a3825dd6f048364fd66770.zip |
ARM: dts: aspeed-g5: Add SoC Display Controller node
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index dd94d9361fda..c7ff3ea4bf37 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -71,6 +71,12 @@ reg = <0x1e6e202c 0x4>; }; + gfx: display@1e6e6000 { + compatible = "aspeed,ast2500-gfx", "syscon"; + reg = <0x1e6e6000 0x1000>; + reg-io-width = <4>; + }; + sram@1e720000 { compatible = "mmio-sram"; reg = <0x1e720000 0x9000>; // 36K |