All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: marvell: fix number of GPIOs in Armada AP806 description
@ 2017-08-30 10:15 Thomas Petazzoni
  2017-08-30 13:51 ` Gregory CLEMENT
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2017-08-30 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

The Armada AP806 has 20 pins, and therefore 20 GPIOs (from 0 to 19
included) and not 19 pins. Therefore, we fix the Device Tree
description for the GPIO controller.

Before this patch:

$ cat /sys/kernel/debug/pinctrl/f06f4000.system-controller:pinctrl/gpio-ranges
GPIO ranges handled:
0: mvebu-gpio GPIOS [0 - 19] PINS [0 - 19]
0: f06f4000.system-controller:gpio GPIOS [0 - 18] PINS [0 - 18]

After this patch:

$ cat /sys/kernel/debug/pinctrl/f06f4000.system-controller:pinctrl/gpio-ranges
GPIO ranges handled:
0: mvebu-gpio GPIOS [0 - 19] PINS [0 - 19]
0: f06f4000.system-controller:gpio GPIOS [0 - 19] PINS [0 - 19]

Fixes: 63dac0f4924b9 ("arm64: dts: marvell: add gpio support for Armada 7K/8K")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Note: this is a fix, that should go in the 4.13 cycle, as
63dac0f4924b9 was introduced in 4.13.
---
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
index 1eb1f1e..4d36071 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
@@ -268,10 +268,10 @@
 				ap_gpio: gpio {
 					compatible = "marvell,armada-8k-gpio";
 					offset = <0x1040>;
-					ngpios = <19>;
+					ngpios = <20>;
 					gpio-controller;
 					#gpio-cells = <2>;
-					gpio-ranges = <&ap_pinctrl 0 0 19>;
+					gpio-ranges = <&ap_pinctrl 0 0 20>;
 				};
 			};
 		};
-- 
2.9.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] arm64: dts: marvell: fix number of GPIOs in Armada AP806 description
  2017-08-30 10:15 [PATCH] arm64: dts: marvell: fix number of GPIOs in Armada AP806 description Thomas Petazzoni
@ 2017-08-30 13:51 ` Gregory CLEMENT
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2017-08-30 13:51 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Thomas,
 
 On mer., ao?t 30 2017, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:

> The Armada AP806 has 20 pins, and therefore 20 GPIOs (from 0 to 19
> included) and not 19 pins. Therefore, we fix the Device Tree
> description for the GPIO controller.
>
> Before this patch:
>
> $ cat /sys/kernel/debug/pinctrl/f06f4000.system-controller:pinctrl/gpio-ranges
> GPIO ranges handled:
> 0: mvebu-gpio GPIOS [0 - 19] PINS [0 - 19]
> 0: f06f4000.system-controller:gpio GPIOS [0 - 18] PINS [0 - 18]
>
> After this patch:
>
> $ cat /sys/kernel/debug/pinctrl/f06f4000.system-controller:pinctrl/gpio-ranges
> GPIO ranges handled:
> 0: mvebu-gpio GPIOS [0 - 19] PINS [0 - 19]
> 0: f06f4000.system-controller:gpio GPIOS [0 - 19] PINS [0 - 19]
>
> Fixes: 63dac0f4924b9 ("arm64: dts: marvell: add gpio support for Armada 7K/8K")
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied on mvebu/fixes

Thanks,

Gregory

> ---
> Note: this is a fix, that should go in the 4.13 cycle, as
> 63dac0f4924b9 was introduced in 4.13.
> ---
>  arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
> index 1eb1f1e..4d36071 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
> @@ -268,10 +268,10 @@
>  				ap_gpio: gpio {
>  					compatible = "marvell,armada-8k-gpio";
>  					offset = <0x1040>;
> -					ngpios = <19>;
> +					ngpios = <20>;
>  					gpio-controller;
>  					#gpio-cells = <2>;
> -					gpio-ranges = <&ap_pinctrl 0 0 19>;
> +					gpio-ranges = <&ap_pinctrl 0 0 20>;
>  				};
>  			};
>  		};
> -- 
> 2.9.4
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-30 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 10:15 [PATCH] arm64: dts: marvell: fix number of GPIOs in Armada AP806 description Thomas Petazzoni
2017-08-30 13:51 ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.