[PATCH 2/6] ARM: dts: imx6dl-yapp4: Change LED channel names according to dt-binding

Michal Vokáč michal.vokac at ysoft.com
Fri Feb 10 07:48:51 PST 2023


The lp55xx LED controller binding was converted to schema and dtbs_check
now complains:

  led-controller at 30: 'chan at 0', 'chan at 1', 'chan at 2' do not match any of the regexes

Use correct names to fix that.

Signed-off-by: Michal Vokáč <michal.vokac at ysoft.com>
---
 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
index 52162e8c7274..aacbf317feea 100644
--- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
+++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
@@ -274,7 +274,7 @@ leds: led-controller at 30 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		chan at 0 {
+		led at 0 {
 			chan-name = "R";
 			led-cur = /bits/ 8 <0x20>;
 			max-cur = /bits/ 8 <0x60>;
@@ -282,7 +282,7 @@ chan at 0 {
 			color = <LED_COLOR_ID_RED>;
 		};
 
-		chan at 1 {
+		led at 1 {
 			chan-name = "G";
 			led-cur = /bits/ 8 <0x20>;
 			max-cur = /bits/ 8 <0x60>;
@@ -290,7 +290,7 @@ chan at 1 {
 			color = <LED_COLOR_ID_GREEN>;
 		};
 
-		chan at 2 {
+		led at 2 {
 			chan-name = "B";
 			led-cur = /bits/ 8 <0x20>;
 			max-cur = /bits/ 8 <0x60>;
-- 
2.25.1




More information about the linux-arm-kernel mailing list