diff options
author | Wang Xiaohua <wangxiaohua.1217@bytedance.com> | 2022-03-10 04:47:20 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-03-10 05:45:06 +0300 |
commit | 97fc115c0d27c4c68211e7daa7f0040ad091b6f2 (patch) | |
tree | 689ce1a0829bacf2664dac45edeb1d06690691d2 /arch/arm | |
parent | c4c3fba61580d267568c5c9cf10c928a41ba38a4 (diff) | |
download | linux-97fc115c0d27c4c68211e7daa7f0040ad091b6f2.tar.xz |
ARM: dts: aspeed-g6: Restore video node
Add the video node back. It was accidentally deleted by commit
645afe73f951 ("ARM: dts: aspeed: ast2600: Update XDMA engine node").
OpenBMC-Staging-Count: 1
Signed-off-by: Wang Xiaohua <wangxiaohua.1217@bytedance.com>
Link: https://lore.kernel.org/r/20220310014720.439813-1-wangxiaohua.1217@bytedance.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index c32e87fad4dc..3827e707f3a1 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -298,6 +298,16 @@ status = "disabled"; }; + video: video@1e700000 { + compatible = "aspeed,ast2600-video-engine"; + reg = <0x1e700000 0x1000>; + clocks = <&syscon ASPEED_CLK_GATE_VCLK>, + <&syscon ASPEED_CLK_GATE_ECLK>; + clock-names = "vclk", "eclk"; + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + }; + apb { compatible = "simple-bus"; #address-cells = <1>; |