diff options
author | Marek Vasut <marex@denx.de> | 2015-08-10 17:20:23 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-23 11:56:20 +0200 |
commit | 660f53bc1af16064e2f65b8b6672c8d5a33b84f0 (patch) | |
tree | aa7fb3d9d8e255586c72f3bc54a26848aa7065c8 | |
parent | e30a70c2d3bcd3a60b7dc9d7f933bbad9912670a (diff) | |
download | u-boot-imx-660f53bc1af16064e2f65b8b6672c8d5a33b84f0.zip u-boot-imx-660f53bc1af16064e2f65b8b6672c8d5a33b84f0.tar.gz u-boot-imx-660f53bc1af16064e2f65b8b6672c8d5a33b84f0.tar.bz2 |
arm: socfpga: dts: Add bank-name property to each GPIO bank
Add "bank-name" property to each GPIO bank to give it unique name.
The approach here is exactly the same as with the "regulator-name"
property for regulators.
Signed-off-by: Marek Vasut <marex@denx.de>
-rw-r--r-- | arch/arm/dts/socfpga.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga.dtsi b/arch/arm/dts/socfpga.dtsi index ded3093..8588221 100644 --- a/arch/arm/dts/socfpga.dtsi +++ b/arch/arm/dts/socfpga.dtsi @@ -549,6 +549,7 @@ porta: gpio-controller@0 { compatible = "snps,dw-apb-gpio-port"; + bank-name = "porta"; gpio-controller; #gpio-cells = <2>; snps,nr-gpios = <29>; @@ -569,6 +570,7 @@ portb: gpio-controller@0 { compatible = "snps,dw-apb-gpio-port"; + bank-name = "portb"; gpio-controller; #gpio-cells = <2>; snps,nr-gpios = <29>; @@ -589,6 +591,7 @@ portc: gpio-controller@0 { compatible = "snps,dw-apb-gpio-port"; + bank-name = "portc"; gpio-controller; #gpio-cells = <2>; snps,nr-gpios = <27>; |