From: Rosen Penev Date: Thu, 30 Apr 2026 05:16:12 +0000 (-0700) Subject: ARM: dts: NSP: Move MX6X pinctrl config to PWM node X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b3f4a4eb23d82ef923cf17509292b719340378;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: NSP: Move MX6X pinctrl config to PWM node 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 Link: https://lore.kernel.org/r/20260430051612.700050-1-rosenp@gmail.com Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx6x-common.dtsi b/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx6x-common.dtsi index 7e71aecb72518..0ab2ed32be2a5 100644 --- a/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx6x-common.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm958625-meraki-mx6x-common.dtsi @@ -121,9 +121,6 @@ }; &pinctrl { - pinctrl-names = "default"; - pinctrl-0 = <&pwm_leds>; - pwm_leds: pwm_leds { function = "pwm"; groups = "pwm1_grp", "pwm2_grp", "pwm3_grp"; @@ -131,6 +128,9 @@ }; &pwm { + pinctrl-names = "default"; + pinctrl-0 = <&pwm_leds>; + status = "okay"; };