diff options
author | Joel Stanley <joel@jms.id.au> | 2021-06-03 09:45:36 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-06-04 09:41:26 +0300 |
commit | d5dd6fd128c899a2f2e6fff0222221b3ace8c7cb (patch) | |
tree | 92bf04262da8ba73f5aa6e2be4657e83c629b352 | |
parent | 51b48037238ffb0af7488dd3a122531c6a56e4b4 (diff) | |
download | linux-d5dd6fd128c899a2f2e6fff0222221b3ace8c7cb.tar.xz |
ARM: dts: aspeed-g5: Add SCU phandle to GFX node
In v5.13 the DRM driver gained support for using a phandle to the SCU,
instead of matching on the scu compatible.
Link: https://lore.kernel.org/r/20210603064536.165297-1-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ reg-io-width = <4>; clocks = <&syscon ASPEED_CLK_GATE_D1CLK>; resets = <&syscon ASPEED_RESET_CRT1>; + syscon = <&syscon>; status = "disabled"; interrupts = <0x19>; }; |