]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun8i: Add R_PIO controller node to the dtsi
authorChen-Yu Tsai <wens@csie.org>
Sun, 17 Aug 2014 03:52:08 +0000 (11:52 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 17 Aug 2014 07:57:39 +0000 (09:57 +0200)
Now that we have a driver for the R_PIO controller,
add the corresponding device node to the dtsi.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a23.dtsi

index 08184f694d4c9c91bb823d7161826548cf373fd9..cb1fbfcd7f069a1b546be576912813bfc7493987 100644 (file)
                        resets = <&apb0_rst 4>;
                        status = "disabled";
                };
+
+               r_pio: pinctrl@01f02c00 {
+                       compatible = "allwinner,sun8i-a23-r-pinctrl";
+                       reg = <0x01f02c00 0x400>;
+                       interrupts = <0 45 4>;
+                       clocks = <&apb0_gates 0>;
+                       resets = <&apb0_rst 0>;
+                       gpio-controller;
+                       interrupt-controller;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       #gpio-cells = <3>;
+               };
        };
 };