Skip to content

Commit

Permalink
arm: vt8500: Remove gpio devicetree nodes
Browse files Browse the repository at this point in the history
Remove the gpio related devicetree nodes as these are no longer required
with the move to a combined pinctrl/gpio driver.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Tony Prisk committed Apr 4, 2013
1 parent 649a59c commit eaa2bad
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions arch/arm/boot/dts/vt8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
#interrupt-cells = <1>;
};

gpio: gpio-controller@d8110000 {
compatible = "via,vt8500-gpio";
gpio-controller;
reg = <0xd8110000 0x10000>;
#gpio-cells = <3>;
};

pinctrl: pinctrl@d8110000 {
compatible = "via,vt8500-pinctrl";
reg = <0xd8110000 0x10000>;
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/boot/dts/wm8505.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
interrupts = <56 57 58 59 60 61 62 63>;
};

gpio: gpio-controller@d8110000 {
compatible = "wm,wm8505-gpio";
gpio-controller;
reg = <0xd8110000 0x10000>;
#gpio-cells = <3>;
};

pinctrl: pinctrl@d8110000 {
compatible = "wm,wm8505-pinctrl";
reg = <0xd8110000 0x10000>;
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/boot/dts/wm8650.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
interrupts = <56 57 58 59 60 61 62 63>;
};

gpio: gpio-controller@d8110000 {
compatible = "wm,wm8650-gpio";
gpio-controller;
reg = <0xd8110000 0x10000>;
#gpio-cells = <3>;
};

pinctrl: pinctrl@d8110000 {
compatible = "wm,wm8650-pinctrl";
reg = <0xd8110000 0x10000>;
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/boot/dts/wm8850.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
interrupts = <56 57 58 59 60 61 62 63>;
};

gpio: gpio-controller@d8110000 {
compatible = "wm,wm8650-gpio";
gpio-controller;
reg = <0xd8110000 0x10000>;
#gpio-cells = <3>;
};

pinctrl: pinctrl@d8110000 {
compatible = "wm,wm8850-pinctrl";
reg = <0xd8110000 0x10000>;
Expand Down

0 comments on commit eaa2bad

Please sign in to comment.