This patch provides the base gpio numbers in accordance with the published data sheet. Signed-off-by: Richard Cochran <rcochran@xxxxxxxxxxxxx> --- arch/arm/boot/dts/socfpga.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index d9176e6..b3eecc1 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -559,6 +559,7 @@ compatible = "snps,dw-apb-gpio-port"; gpio-controller; #gpio-cells = <2>; + snps,base = <0>; snps,nr-gpios = <29>; reg = <0>; interrupt-controller; @@ -579,6 +580,7 @@ compatible = "snps,dw-apb-gpio-port"; gpio-controller; #gpio-cells = <2>; + snps,base = <29>; snps,nr-gpios = <29>; reg = <0>; interrupt-controller; @@ -599,6 +601,7 @@ compatible = "snps,dw-apb-gpio-port"; gpio-controller; #gpio-cells = <2>; + snps,base = <58>; snps,nr-gpios = <27>; reg = <0>; interrupt-controller; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html