devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91: Fix typo in ISC_D0 on PC9
@ 2019-03-11  7:57 David Engraf
  2019-03-11  9:52 ` Nicolas.Ferre
  2019-03-28  0:26 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: David Engraf @ 2019-03-11  7:57 UTC (permalink / raw)
  To: robh+dt, mark.rutland; +Cc: devicetree, linux-kernel, David Engraf

The function argument for the ISC_D0 on PC9 was incorrect. According to
the documentation it should be 'C' aka 3.

Signed-off-by: David Engraf <david.engraf@sysgo.com>
---
 arch/arm/boot/dts/sama5d2-pinfunc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d2-pinfunc.h b/arch/arm/boot/dts/sama5d2-pinfunc.h
index 1c01a6f843d8..28a2e45752fe 100644
--- a/arch/arm/boot/dts/sama5d2-pinfunc.h
+++ b/arch/arm/boot/dts/sama5d2-pinfunc.h
@@ -518,7 +518,7 @@
 #define PIN_PC9__GPIO			PINMUX_PIN(PIN_PC9, 0, 0)
 #define PIN_PC9__FIQ			PINMUX_PIN(PIN_PC9, 1, 3)
 #define PIN_PC9__GTSUCOMP		PINMUX_PIN(PIN_PC9, 2, 1)
-#define PIN_PC9__ISC_D0			PINMUX_PIN(PIN_PC9, 2, 1)
+#define PIN_PC9__ISC_D0			PINMUX_PIN(PIN_PC9, 3, 1)
 #define PIN_PC9__TIOA4			PINMUX_PIN(PIN_PC9, 4, 2)
 #define PIN_PC10			74
 #define PIN_PC10__GPIO			PINMUX_PIN(PIN_PC10, 0, 0)
-- 
2.17.1

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

* Re: [PATCH] ARM: dts: at91: Fix typo in ISC_D0 on PC9
  2019-03-11  7:57 [PATCH] ARM: dts: at91: Fix typo in ISC_D0 on PC9 David Engraf
@ 2019-03-11  9:52 ` Nicolas.Ferre
  2019-03-28  0:26 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas.Ferre @ 2019-03-11  9:52 UTC (permalink / raw)
  To: david.engraf, robh+dt, mark.rutland, Ludovic.Desroches,
	alexandre.belloni
  Cc: devicetree, linux-kernel, linux-arm-kernel

On 11/03/2019 at 08:57, David Engraf wrote:
> The function argument for the ISC_D0 on PC9 was incorrect. According to
> the documentation it should be 'C' aka 3.
> 
> Signed-off-by: David Engraf <david.engraf@sysgo.com>

Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Fixes: 7f16cb676c00 ("ARM: at91/dt: add sama5d2 pinmux")
Cc: <stable@vger.kernel.org> # v4.4+

> ---
>   arch/arm/boot/dts/sama5d2-pinfunc.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d2-pinfunc.h b/arch/arm/boot/dts/sama5d2-pinfunc.h
> index 1c01a6f843d8..28a2e45752fe 100644
> --- a/arch/arm/boot/dts/sama5d2-pinfunc.h
> +++ b/arch/arm/boot/dts/sama5d2-pinfunc.h
> @@ -518,7 +518,7 @@
>   #define PIN_PC9__GPIO			PINMUX_PIN(PIN_PC9, 0, 0)
>   #define PIN_PC9__FIQ			PINMUX_PIN(PIN_PC9, 1, 3)
>   #define PIN_PC9__GTSUCOMP		PINMUX_PIN(PIN_PC9, 2, 1)
> -#define PIN_PC9__ISC_D0			PINMUX_PIN(PIN_PC9, 2, 1)
> +#define PIN_PC9__ISC_D0			PINMUX_PIN(PIN_PC9, 3, 1)
>   #define PIN_PC9__TIOA4			PINMUX_PIN(PIN_PC9, 4, 2)
>   #define PIN_PC10			74
>   #define PIN_PC10__GPIO			PINMUX_PIN(PIN_PC10, 0, 0)
> 


-- 
Nicolas Ferre

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

* Re: [PATCH] ARM: dts: at91: Fix typo in ISC_D0 on PC9
  2019-03-11  7:57 [PATCH] ARM: dts: at91: Fix typo in ISC_D0 on PC9 David Engraf
  2019-03-11  9:52 ` Nicolas.Ferre
@ 2019-03-28  0:26 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-03-28  0:26 UTC (permalink / raw)
  Cc: robh+dt, mark.rutland, devicetree, linux-kernel, David Engraf

On Mon, 11 Mar 2019 08:57:42 +0100, David Engraf wrote:
> The function argument for the ISC_D0 on PC9 was incorrect. According to
> the documentation it should be 'C' aka 3.
> 
> Signed-off-by: David Engraf <david.engraf@sysgo.com>
> ---
>  arch/arm/boot/dts/sama5d2-pinfunc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

end of thread, other threads:[~2019-03-28  0:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-11  7:57 [PATCH] ARM: dts: at91: Fix typo in ISC_D0 on PC9 David Engraf
2019-03-11  9:52 ` Nicolas.Ferre
2019-03-28  0:26 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).