diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-06-08 13:27:30 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-11-21 11:57:51 +0100 |
commit | dcfc827d4449e5c05dce181d8a758b968cc27791 (patch) | |
tree | 48bf9fa9813b7098e6c4c0ef53eec83078818eb9 /arch/arm/boot/dts/at91-sama5d4ek.dts | |
parent | ARM: dts: at91: sama5d2: use the divided clock for SMC (diff) | |
download | linux-dcfc827d4449e5c05dce181d8a758b968cc27791.tar.xz linux-dcfc827d4449e5c05dce181d8a758b968cc27791.zip |
ARM: dts: at91: sama5d4: switch to new clock bindings
Switch sama5d4 boards to the new PMC clock bindings.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d4ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index 0702a2f2b336..12d5af938aa3 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -115,7 +115,7 @@ wm8904: codec@1a { compatible = "wlf,wm8904"; reg = <0x1a>; - clocks = <&pck2>; + clocks = <&pmc PMC_TYPE_SYSTEM 10>; clock-names = "mclk"; }; |