diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2021-07-27 10:40:06 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2021-07-27 10:55:34 +0200 |
commit | 9907f382a7a0cf883927e2b55653fad83115145e (patch) | |
tree | 1927317f0eb16b3c7e2ab04863ee730eea418180 | |
parent | bf781869e5cf3e4ec1a47dad69b6f0df97629cbd (diff) | |
download | lwn-9907f382a7a0cf883927e2b55653fad83115145e.tar.gz lwn-9907f382a7a0cf883927e2b55653fad83115145e.zip |
ARM: dts: at91: add conflict note for d3
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>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20210727074006.1609989-2-claudiu.beznea@microchip.com
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d3_xplained.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ }; d3 { - label = "d3"; + label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */ gpios = <&pioE 24 GPIO_ACTIVE_HIGH>; }; }; |