aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-08-16 23:52:08 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-08-17 03:57:39 -0400
commitb6a8711261b2979051832d1389d14c35dbf09dc6 (patch)
tree88752134604f26dcd7a357e5cbec35a43ea2b887
parent6b2b16f5790e4187e1b38dfe495ae08eda235485 (diff)
ARM: dts: sun8i: Add R_PIO controller node to the dtsi
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>
-rw-r--r--arch/arm/boot/dts/sun8i-a23.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23.dtsi b/arch/arm/boot/dts/sun8i-a23.dtsi
index 08184f694d4c..cb1fbfcd7f06 100644
--- a/arch/arm/boot/dts/sun8i-a23.dtsi
+++ b/arch/arm/boot/dts/sun8i-a23.dtsi
@@ -359,5 +359,18 @@
359 resets = <&apb0_rst 4>; 359 resets = <&apb0_rst 4>;
360 status = "disabled"; 360 status = "disabled";
361 }; 361 };
362
363 r_pio: pinctrl@01f02c00 {
364 compatible = "allwinner,sun8i-a23-r-pinctrl";
365 reg = <0x01f02c00 0x400>;
366 interrupts = <0 45 4>;
367 clocks = <&apb0_gates 0>;
368 resets = <&apb0_rst 0>;
369 gpio-controller;
370 interrupt-controller;
371 #address-cells = <1>;
372 #size-cells = <0>;
373 #gpio-cells = <3>;
374 };
362 }; 375 };
363}; 376};