Commit e299185a authored by Jon Hunter's avatar Jon Hunter Committed by Benoit Cousson

ARM: dts: OMAP3: Add reg and interrupt properties for gpio

The OMAP3 gpio bindings are currently missing the reg and interrupt
properties and so add these properties.
Signed-off-by: default avatarJon Hunter <jon-hunter@ti.com>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent ff5c9059
...@@ -113,6 +113,8 @@ omap3_pmx_wkup: pinmux@0x48002a58 { ...@@ -113,6 +113,8 @@ omap3_pmx_wkup: pinmux@0x48002a58 {
gpio1: gpio@48310000 { gpio1: gpio@48310000 {
compatible = "ti,omap3-gpio"; compatible = "ti,omap3-gpio";
reg = <0x48310000 0x200>;
interrupts = <29>;
ti,hwmods = "gpio1"; ti,hwmods = "gpio1";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -122,6 +124,8 @@ gpio1: gpio@48310000 { ...@@ -122,6 +124,8 @@ gpio1: gpio@48310000 {
gpio2: gpio@49050000 { gpio2: gpio@49050000 {
compatible = "ti,omap3-gpio"; compatible = "ti,omap3-gpio";
reg = <0x49050000 0x200>;
interrupts = <30>;
ti,hwmods = "gpio2"; ti,hwmods = "gpio2";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -131,6 +135,8 @@ gpio2: gpio@49050000 { ...@@ -131,6 +135,8 @@ gpio2: gpio@49050000 {
gpio3: gpio@49052000 { gpio3: gpio@49052000 {
compatible = "ti,omap3-gpio"; compatible = "ti,omap3-gpio";
reg = <0x49052000 0x200>;
interrupts = <31>;
ti,hwmods = "gpio3"; ti,hwmods = "gpio3";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -140,6 +146,8 @@ gpio3: gpio@49052000 { ...@@ -140,6 +146,8 @@ gpio3: gpio@49052000 {
gpio4: gpio@49054000 { gpio4: gpio@49054000 {
compatible = "ti,omap3-gpio"; compatible = "ti,omap3-gpio";
reg = <0x49054000 0x200>;
interrupts = <32>;
ti,hwmods = "gpio4"; ti,hwmods = "gpio4";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -149,6 +157,8 @@ gpio4: gpio@49054000 { ...@@ -149,6 +157,8 @@ gpio4: gpio@49054000 {
gpio5: gpio@49056000 { gpio5: gpio@49056000 {
compatible = "ti,omap3-gpio"; compatible = "ti,omap3-gpio";
reg = <0x49056000 0x200>;
interrupts = <33>;
ti,hwmods = "gpio5"; ti,hwmods = "gpio5";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -158,6 +168,8 @@ gpio5: gpio@49056000 { ...@@ -158,6 +168,8 @@ gpio5: gpio@49056000 {
gpio6: gpio@49058000 { gpio6: gpio@49058000 {
compatible = "ti,omap3-gpio"; compatible = "ti,omap3-gpio";
reg = <0x49058000 0x200>;
interrupts = <34>;
ti,hwmods = "gpio6"; ti,hwmods = "gpio6";
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment