* [PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names
@ 2023-07-13 13:59 Yashwanth Varakala
2023-07-19 6:30 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Yashwanth Varakala @ 2023-07-13 13:59 UTC (permalink / raw)
To: robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer,
kernel, festevam, linux-imx
Cc: linux-arm-kernel, upstream
Dtschema of the leds sub-node names expects "led-1" instead of led1.
So, the sub-node names are corrected according to the regexes.
Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
---
.../arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
index 6aa720bafe28..9b867cc3272e 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
@@ -76,15 +76,15 @@ leds@62 {
compatible = "nxp,pca9533";
reg = <0x62>;
- led1 {
+ led-1 {
type = <PCA9532_TYPE_LED>;
};
- led2 {
+ led-2 {
type = <PCA9532_TYPE_LED>;
};
- led3 {
+ led-3 {
type = <PCA9532_TYPE_LED>;
};
};
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names
2023-07-13 13:59 [PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names Yashwanth Varakala
@ 2023-07-19 6:30 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2023-07-19 6:30 UTC (permalink / raw)
To: Yashwanth Varakala
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, s.hauer, kernel,
festevam, linux-imx, linux-arm-kernel, upstream
On Thu, Jul 13, 2023 at 03:59:23PM +0200, Yashwanth Varakala wrote:
> Dtschema of the leds sub-node names expects "led-1" instead of led1.
> So, the sub-node names are corrected according to the regexes.
>
> Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
Applied, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-19 6:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-13 13:59 [PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: Fix led sub-node names Yashwanth Varakala
2023-07-19 6:30 ` Shawn Guo
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).