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/at91sam9x5_macb0.dtsi | |
parent | ARM: dts: at91: at91sam9263: switch to new clock bindings (diff) | |
download | linux-6cf8f828ef08c1044938bdcdbbe7e95a75405018.tar.xz 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/at91sam9x5_macb0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5_macb0.dtsi | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5_macb0.dtsi b/arch/arm/boot/dts/at91sam9x5_macb0.dtsi index 73d7e30965ba..57c2e5a4fb53 100644 --- a/arch/arm/boot/dts/at91sam9x5_macb0.dtsi +++ b/arch/arm/boot/dts/at91sam9x5_macb0.dtsi @@ -43,22 +43,13 @@ }; }; - pmc: pmc@fffffc00 { - periphck { - macb0_clk: macb0_clk { - #clock-cells = <0>; - reg = <24>; - }; - }; - }; - macb0: ethernet@f802c000 { compatible = "cdns,at91sam9260-macb", "cdns,macb"; reg = <0xf802c000 0x100>; interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_macb0_rmii>; - clocks = <&macb0_clk>, <&macb0_clk>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 24>, <&pmc PMC_TYPE_PERIPHERAL 24>; clock-names = "hclk", "pclk"; status = "disabled"; }; |