diff options
author | Alexander Filippov <a.filippov@yadro.com> | 2019-05-30 12:35:44 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-05-05 16:37:04 +0930 |
commit | 4aca6812d25c685934abbf9c02828bedeab903a8 (patch) | |
tree | 443c1707d639c907df980625306d0f6b124f5660 | |
parent | 7f9dad6bdc34782c48935f2108def0ad4eb396a9 (diff) | |
download | linux-4aca6812d25c685934abbf9c02828bedeab903a8.tar.bz2 |
ARM: dts: aspeed: ast2400: Add video engine support
Add a node to describe the video engine on AST2400.
These changes were copied from aspeed-g5.dtsi
Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 8e04303e8514..82f0213e3a3c 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -219,6 +219,16 @@ reg = <0x1e720000 0x8000>; // 32K }; + video: video@1e700000 { + compatible = "aspeed,ast2400-video-engine"; + reg = <0x1e700000 0x1000>; + clocks = <&syscon ASPEED_CLK_GATE_VCLK>, + <&syscon ASPEED_CLK_GATE_ECLK>; + clock-names = "vclk", "eclk"; + interrupts = <7>; + status = "disabled"; + }; + sdmmc: sd-controller@1e740000 { compatible = "aspeed,ast2400-sd-controller"; reg = <0x1e740000 0x100>; |