All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: armada-38x: Add gpio-ranges for pin muxing
@ 2022-07-27 13:16 ` Pali Rohár
  0 siblings, 0 replies; 6+ messages in thread
From: Pali Rohár @ 2022-07-27 13:16 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring
  Cc: Marek Behún, linux-arm-kernel, linux-kernel

GPIOs are configured by pinmux driver, so add corresponding references.

Fixes: 0d3d96ab0059 ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
Signed-off-by: Pali Rohár <pali@kernel.org>
---
 arch/arm/boot/dts/armada-38x.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
index a176898944f7..1590143c52c8 100644
--- a/arch/arm/boot/dts/armada-38x.dtsi
+++ b/arch/arm/boot/dts/armada-38x.dtsi
@@ -298,6 +298,7 @@
 				reg-names = "gpio", "pwm";
 				ngpios = <32>;
 				gpio-controller;
+				gpio-ranges = <&pinctrl 0 0 32>;
 				#gpio-cells = <2>;
 				#pwm-cells = <2>;
 				interrupt-controller;
@@ -316,6 +317,7 @@
 				reg-names = "gpio", "pwm";
 				ngpios = <28>;
 				gpio-controller;
+				gpio-ranges = <&pinctrl 0 32 28>;
 				#gpio-cells = <2>;
 				#pwm-cells = <2>;
 				interrupt-controller;
-- 
2.20.1


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

* [PATCH] ARM: dts: armada-38x: Add gpio-ranges for pin muxing
@ 2022-07-27 13:16 ` Pali Rohár
  0 siblings, 0 replies; 6+ messages in thread
From: Pali Rohár @ 2022-07-27 13:16 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring
  Cc: Marek Behún, linux-arm-kernel, linux-kernel

GPIOs are configured by pinmux driver, so add corresponding references.

Fixes: 0d3d96ab0059 ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
Signed-off-by: Pali Rohár <pali@kernel.org>
---
 arch/arm/boot/dts/armada-38x.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
index a176898944f7..1590143c52c8 100644
--- a/arch/arm/boot/dts/armada-38x.dtsi
+++ b/arch/arm/boot/dts/armada-38x.dtsi
@@ -298,6 +298,7 @@
 				reg-names = "gpio", "pwm";
 				ngpios = <32>;
 				gpio-controller;
+				gpio-ranges = <&pinctrl 0 0 32>;
 				#gpio-cells = <2>;
 				#pwm-cells = <2>;
 				interrupt-controller;
@@ -316,6 +317,7 @@
 				reg-names = "gpio", "pwm";
 				ngpios = <28>;
 				gpio-controller;
+				gpio-ranges = <&pinctrl 0 32 28>;
 				#gpio-cells = <2>;
 				#pwm-cells = <2>;
 				interrupt-controller;
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: armada-38x: Add gpio-ranges for pin muxing
  2022-07-27 13:16 ` Pali Rohár
@ 2022-08-31 14:27   ` Pali Rohár
  -1 siblings, 0 replies; 6+ messages in thread
From: Pali Rohár @ 2022-08-31 14:27 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring
  Cc: Marek Behún, linux-arm-kernel, linux-kernel

PING?

On Wednesday 27 July 2022 15:16:19 Pali Rohár wrote:
> GPIOs are configured by pinmux driver, so add corresponding references.
> 
> Fixes: 0d3d96ab0059 ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>  arch/arm/boot/dts/armada-38x.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
> index a176898944f7..1590143c52c8 100644
> --- a/arch/arm/boot/dts/armada-38x.dtsi
> +++ b/arch/arm/boot/dts/armada-38x.dtsi
> @@ -298,6 +298,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <32>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 0 32>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> @@ -316,6 +317,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <28>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 32 28>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> -- 
> 2.20.1
> 

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

* Re: [PATCH] ARM: dts: armada-38x: Add gpio-ranges for pin muxing
@ 2022-08-31 14:27   ` Pali Rohár
  0 siblings, 0 replies; 6+ messages in thread
From: Pali Rohár @ 2022-08-31 14:27 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring
  Cc: Marek Behún, linux-arm-kernel, linux-kernel

PING?

On Wednesday 27 July 2022 15:16:19 Pali Rohár wrote:
> GPIOs are configured by pinmux driver, so add corresponding references.
> 
> Fixes: 0d3d96ab0059 ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>  arch/arm/boot/dts/armada-38x.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
> index a176898944f7..1590143c52c8 100644
> --- a/arch/arm/boot/dts/armada-38x.dtsi
> +++ b/arch/arm/boot/dts/armada-38x.dtsi
> @@ -298,6 +298,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <32>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 0 32>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> @@ -316,6 +317,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <28>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 32 28>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> -- 
> 2.20.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: armada-38x: Add gpio-ranges for pin muxing
  2022-07-27 13:16 ` Pali Rohár
@ 2022-09-02 15:25   ` Gregory CLEMENT
  -1 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2022-09-02 15:25 UTC (permalink / raw)
  To: Pali Rohár, Andrew Lunn, Sebastian Hesselbarth, Rob Herring
  Cc: Marek Behún, linux-arm-kernel, linux-kernel

Pali Rohár <pali@kernel.org> writes:

> GPIOs are configured by pinmux driver, so add corresponding references.
>
> Fixes: 0d3d96ab0059 ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied on mvebu/dt

Thanks,

Gregory
> ---
>  arch/arm/boot/dts/armada-38x.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
> index a176898944f7..1590143c52c8 100644
> --- a/arch/arm/boot/dts/armada-38x.dtsi
> +++ b/arch/arm/boot/dts/armada-38x.dtsi
> @@ -298,6 +298,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <32>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 0 32>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> @@ -316,6 +317,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <28>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 32 28>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> -- 
> 2.20.1
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: armada-38x: Add gpio-ranges for pin muxing
@ 2022-09-02 15:25   ` Gregory CLEMENT
  0 siblings, 0 replies; 6+ messages in thread
From: Gregory CLEMENT @ 2022-09-02 15:25 UTC (permalink / raw)
  To: Pali Rohár, Andrew Lunn, Sebastian Hesselbarth, Rob Herring
  Cc: Marek Behún, linux-arm-kernel, linux-kernel

Pali Rohár <pali@kernel.org> writes:

> GPIOs are configured by pinmux driver, so add corresponding references.
>
> Fixes: 0d3d96ab0059 ("ARM: mvebu: add Device Tree description of the Armada 380/385 SoCs")
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied on mvebu/dt

Thanks,

Gregory
> ---
>  arch/arm/boot/dts/armada-38x.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi
> index a176898944f7..1590143c52c8 100644
> --- a/arch/arm/boot/dts/armada-38x.dtsi
> +++ b/arch/arm/boot/dts/armada-38x.dtsi
> @@ -298,6 +298,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <32>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 0 32>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> @@ -316,6 +317,7 @@
>  				reg-names = "gpio", "pwm";
>  				ngpios = <28>;
>  				gpio-controller;
> +				gpio-ranges = <&pinctrl 0 32 28>;
>  				#gpio-cells = <2>;
>  				#pwm-cells = <2>;
>  				interrupt-controller;
> -- 
> 2.20.1
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

end of thread, other threads:[~2022-09-02 15:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 13:16 [PATCH] ARM: dts: armada-38x: Add gpio-ranges for pin muxing Pali Rohár
2022-07-27 13:16 ` Pali Rohár
2022-08-31 14:27 ` Pali Rohár
2022-08-31 14:27   ` Pali Rohár
2022-09-02 15:25 ` Gregory CLEMENT
2022-09-02 15:25   ` 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.