Message ID | 20210727074006.1609989-2-claudiu.beznea@microchip.com |
---|---|
State | Accepted |
Commit | 9907f382a7a0cf883927e2b55653fad83115145e |
Headers | show |
Series | [1/2] ARM: dts: at91: add pinctrl-{names, 0} for all gpios | expand |
On 27/07/2021 at 09:40, Claudiu Beznea wrote: > Pin feeding d3 led may be in conflict with EBI CS0, USART2 CTS. > Add a note for this. > > Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Queued for 5.15 in at91-dt. Regards, Nicolas > --- > arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts > index cc55d1684322..d72c042f2850 100644 > --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts > +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts > @@ -399,7 +399,7 @@ d2 { > }; > > d3 { > - label = "d3"; > + label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */ > gpios = <&pioE 24 GPIO_ACTIVE_HIGH>; > }; > }; >
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index cc55d1684322..d72c042f2850 100644 --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts @@ -399,7 +399,7 @@ d2 { }; d3 { - label = "d3"; + label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */ gpios = <&pioE 24 GPIO_ACTIVE_HIGH>; }; };
Pin feeding d3 led may be in conflict with EBI CS0, USART2 CTS. Add a note for this. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> --- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)