ARM: dts: at91: add conflict note for d3
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 27 Jul 2021 07:40:06 +0000 (10:40 +0300)
committerNicolas Ferre <nicolas.ferre@microchip.com>
Tue, 27 Jul 2021 08:55:34 +0000 (10:55 +0200)
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
arch/arm/boot/dts/at91-sama5d3_xplained.dts

index cc55d1684322b8a331bdddfbeec3adb2b07178f1..d72c042f2850790f1c23d958933fb8803be5946e 100644 (file)
                };
 
                d3 {
-                       label = "d3";
+                       label = "d3"; /* Conflict with EBI CS0, USART2 CTS. */
                        gpios = <&pioE 24 GPIO_ACTIVE_HIGH>;
                };
        };