[PATCH] ARM: dts: aspeed-g5: Add SCU phandle to GFX node
Joel Stanley
joel at jms.id.au
Thu Jun 3 16:45:36 AEST 2021
In v5.13 the DRM driver gained support for using a phandle to the SCU,
instead of matching on the scu compatible.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
arch/arm/boot/dts/aspeed-g5.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index d733c1f161c1..329eaeef66fb 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -264,6 +264,7 @@ gfx: display at 1e6e6000 {
reg-io-width = <4>;
clocks = <&syscon ASPEED_CLK_GATE_D1CLK>;
resets = <&syscon ASPEED_RESET_CRT1>;
+ syscon = <&syscon>;
status = "disabled";
interrupts = <0x19>;
};
--
2.30.2
More information about the Linux-aspeed
mailing list