]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: NSP: Move MX6X pinctrl config to PWM node
authorRosen Penev <rosenp@gmail.com>
Thu, 30 Apr 2026 05:16:12 +0000 (22:16 -0700)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Wed, 20 May 2026 23:22:13 +0000 (16:22 -0700)
On boot there is this warning:

/axi@18000000/pinctrl@3f1c0: Fixed dependency cycle(s) with /axi@18000000/pinctrl@3f1c0/pwm_leds

Fix by moving the pinctrl configuration to pwm, which is the actual
consumer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://lore.kernel.org/r/20260430051612.700050-1-rosenp@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm958625-meraki-mx6x-common.dtsi

index 7e71aecb72518a7708399e4704394ba7b3928c94..0ab2ed32be2a58dee095ef24e9ce2321b6f657ed 100644 (file)
 };
 
 &pinctrl {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pwm_leds>;
-
        pwm_leds: pwm_leds {
                function = "pwm";
                groups = "pwm1_grp", "pwm2_grp", "pwm3_grp";
 };
 
 &pwm {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pwm_leds>;
+
        status = "okay";
 };