diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-10-19 11:15:27 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-11-22 15:34:08 +0100 |
commit | be7bc6b98781451d9ec55fa9267ac895f060d172 (patch) | |
tree | cb2d889feae189d480e335831460ac72b2fbe7e5 /arch/arm/boot/dts/sun5i.dtsi | |
parent | ARM: dts: sun7i: bananapi-m1-plus: Enable USB OTG (diff) | |
download | linux-be7bc6b98781451d9ec55fa9267ac895f060d172.tar.xz linux-be7bc6b98781451d9ec55fa9267ac895f060d172.zip |
ARM: sunxi: Add the missing clocks to the pinctrl nodes
The pin controllers also use the two oscillators for debouncing. Add them
to the DTs.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun5i.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun5i.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index b4ccee8cfb02..b0fca4ef4dae 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -547,7 +547,8 @@ pio: pinctrl@01c20800 { reg = <0x01c20800 0x400>; interrupts = <28>; - clocks = <&apb0_gates 5>; + clocks = <&apb0_gates 5>, <&osc24M>, <&osc32k>; + clock-names = "apb", "hosc", "losc"; gpio-controller; interrupt-controller; #interrupt-cells = <3>; |