summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-02-15 22:28:12 +0100
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:40:20 +0100
commited2bbacc05d8c51913b9c60efdb969851598622c (patch)
tree5498d566804798a0fff02b3cbdf8e9d448ffe2f5
parent0a475b553e27d3b2eb283f0ee72fdc3dc9248a3f (diff)
sun50i: dts: add r_pio node and pinconfig entries into r_pio and pio
To sync up with use of a pinctrl-driver, this updates the DTS. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-rw-r--r--arch/arm/dts/sun50i-a64.dtsi7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/dts/sun50i-a64.dtsi b/arch/arm/dts/sun50i-a64.dtsi
index 24406d0a7d..54b68e036e 100644
--- a/arch/arm/dts/sun50i-a64.dtsi
+++ b/arch/arm/dts/sun50i-a64.dtsi
@@ -376,9 +376,9 @@
gpio-controller;
#gpio-cells = <3>;
interrupt-controller;
- #interrupt-cells = <2>;
+ #interrupt-cells = <3>;
- uart0_pins_a: uart0@0 {
+ uart0_pins_a: uart0_pins_a {
allwinner,pins = "PB8", "PB9";
allwinner,function = "uart0";
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
@@ -532,10 +532,9 @@
reg = <0x01f02c00 0x400>;
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
+ #gpio-cells = <3>;
interrupt-controller;
#interrupt-cells = <3>;
- #size-cells = <0>;
- #gpio-cells = <3>;
};
ahb_rst: reset@1c202c0 {