diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-06-08 14:27:30 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-11-21 13:57:51 +0300 |
commit | dcfc827d4449e5c05dce181d8a758b968cc27791 (patch) | |
tree | 48bf9fa9813b7098e6c4c0ef53eec83078818eb9 /arch/arm/boot/dts/at91-sama5d4ek.dts | |
parent | 4ab7ca092c3c7ac8b16aa28eba723a8868f82f14 (diff) | |
download | linux-dcfc827d4449e5c05dce181d8a758b968cc27791.tar.xz |
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"; }; |