diff options
| author | Eddie James <eajames@linux.ibm.com> | 2019-04-02 02:42:28 +0000 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2019-04-04 12:52:10 +1030 |
| commit | e117cea54eb154a9121983c5e2cb30b608890476 (patch) | |
| tree | d1a5eb7de81e630024c8a38814250981520cf9b6 /arch/arm/boot | |
| parent | 2461c559e69a334a6ac9903731bd96b75520190f (diff) | |
| download | blackbird-obmc-linux-e117cea54eb154a9121983c5e2cb30b608890476.tar.gz blackbird-obmc-linux-e117cea54eb154a9121983c5e2cb30b608890476.zip | |
ARM: dts: aspeed-g5: Add video engine
Add a node to describe the video engine on the AST2500.
OpenBMC-Staging-Count: 1
Signed-off-by: Eddie James <eajames@linux.ibm.com>
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index a79e01ffe9d4..d11c07888f01 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -252,6 +252,16 @@ status = "disabled"; }; + video: video@1e700000 { + compatible = "aspeed,ast2500-video-engine"; + reg = <0x1e700000 0x1000>; + clocks = <&syscon ASPEED_CLK_GATE_VCLK>, + <&syscon ASPEED_CLK_GATE_ECLK>; + clock-names = "vclk", "eclk"; + interrupts = <7>; + status = "disabled"; + }; + sram: sram@1e720000 { compatible = "mmio-sram"; reg = <0x1e720000 0x9000>; // 36K |

