Commit 32e62d1b authored by Howard Chiu's avatar Howard Chiu Committed by Joel Stanley

ARM: dts: aspeed: Add video engine to g6

This node was accidentally removed by commit 645afe73 ("ARM: dts:
aspeed: ast2600: Update XDMA engine node").

Fixes: 645afe73 ("ARM: dts: aspeed: ast2600: Update XDMA engine node")
Signed-off-by: default avatarHoward Chiu <howard_chiu@aspeedtech.com>
Link: https://lore.kernel.org/r/SG2PR06MB2315C57600A0132FEF40F21EE61E9@SG2PR06MB2315.apcprd06.prod.outlook.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent badcffaf
......@@ -389,6 +389,16 @@ sbc: secure-boot-controller@1e6f2000 {
reg = <0x1e6f2000 0x1000>;
};
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";
};
gpio0: gpio@1e780000 {
#gpio-cells = <2>;
gpio-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment