diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-16 11:24:17 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-11-21 11:58:49 +0100 |
commit | 6cf8f828ef08c1044938bdcdbbe7e95a75405018 (patch) | |
tree | b9534b995a389e5f4c76bc2318e0e0aab543f453 /arch/arm/boot/dts/at91sam9g25ek.dts | |
parent | 7f2fbc1e40a97ad810127247ad41e9afd7380bef (diff) | |
download | talos-obmc-linux-6cf8f828ef08c1044938bdcdbbe7e95a75405018.tar.gz talos-obmc-linux-6cf8f828ef08c1044938bdcdbbe7e95a75405018.zip |
ARM: dts: at91: at91sam9x5: switch to new clock bindings
Switch at91sam9x5 boards to the new PMC clock bindings.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g25ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g25ek.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91sam9g25ek.dts b/arch/arm/boot/dts/at91sam9g25ek.dts index 31fecc2cdaf9..ac730812a81d 100644 --- a/arch/arm/boot/dts/at91sam9g25ek.dts +++ b/arch/arm/boot/dts/at91sam9g25ek.dts @@ -32,9 +32,9 @@ pinctrl-0 = <&pinctrl_pck0_as_isi_mck &pinctrl_sensor_power &pinctrl_sensor_reset>; resetb-gpios = <&pioA 7 GPIO_ACTIVE_LOW>; pwdn-gpios = <&pioA 13 GPIO_ACTIVE_HIGH>; - clocks = <&pck0>; + clocks = <&pmc PMC_TYPE_SYSTEM 8>; clock-names = "xvclk"; - assigned-clocks = <&pck0>; + assigned-clocks = <&pmc PMC_TYPE_SYSTEM 8>; assigned-clock-rates = <25000000>; status = "okay"; |