Skip to content

Commit

Permalink
ARM: sunxi: Add pinctrl node to the device tree
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Maxime Ripard authored and Linus Walleij committed Jan 22, 2013
1 parent eaa3d84 commit 9e2dcb2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/sun5i-a13.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@
memory {
reg = <0x40000000 0x20000000>;
};

soc {
pinctrl@01c20800 {
compatible = "allwinner,sun5i-a13-pinctrl";
reg = <0x01c20800 0x400>;
#address-cells = <1>;
#size-cells = <0>;
};
};
};

0 comments on commit 9e2dcb2

Please sign in to comment.