diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-01-16 18:35:10 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-04-13 13:00:08 +0200 |
commit | 82a5df83e444d4a8aef01c1ba81c38f5bb66b06a (patch) | |
tree | b4842f4eda848646de669248c09601acc7ffb0f0 /arch/arm/boot/dts/at91sam9n12ek.dts | |
parent | ARM: dts: at91: sama5d3: switch to new clock bindings (diff) | |
download | linux-82a5df83e444d4a8aef01c1ba81c38f5bb66b06a.tar.xz linux-82a5df83e444d4a8aef01c1ba81c38f5bb66b06a.zip |
ARM: dts: at91: at91sam9n12: switch to new clock bindings
Switch at91sam9n12 boards to the new PMC clock bindings.
Link: https://lore.kernel.org/r/20200116173510.427403-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9n12ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index d36e162a8817..870b83ff6b97 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts @@ -59,7 +59,7 @@ wm8904: codec@1a { compatible = "wlf,wm8904"; reg = <0x1a>; - clocks = <&pck0>; + clocks = <&pmc PMC_TYPE_SYSTEM 8>; clock-names = "mclk"; }; |