diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-19 09:55:25 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-07-17 10:58:24 +0200 |
commit | 8aa937cb4aebc31746ceed1c28b20557ef105f08 (patch) | |
tree | 6d7710c0d180e7268355495da2a23199a1b23e4f /arch/arm/boot/dts/sh73a0.dtsi | |
parent | arm64: dts: renesas: r8a774e1: Add CAN[FD] support (diff) | |
download | linux-8aa937cb4aebc31746ceed1c28b20557ef105f08.tar.xz linux-8aa937cb4aebc31746ceed1c28b20557ef105f08.zip |
ARM: dts: sh73a0: Add missing clocks to sound node
The device node for the FIFO-buffered Serial Interface sound node lacks
the "clocks" property, as the DTS file didn't describe any clocks yet at
its introduction.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200519075525.24742-1-geert+renesas@glider.be
Diffstat (limited to 'arch/arm/boot/dts/sh73a0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sh73a0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi index 46370d571353..a4d63125ac56 100644 --- a/arch/arm/boot/dts/sh73a0.dtsi +++ b/arch/arm/boot/dts/sh73a0.dtsi @@ -584,6 +584,7 @@ compatible = "renesas,fsi2-sh73a0", "renesas,sh_fsi2"; reg = <0xec230000 0x400>; interrupts = <GIC_SPI 146 0x4>; + clocks = <&mstp3_clks SH73A0_CLK_FSI>; power-domains = <&pd_a4mp>; status = "disabled"; }; |