mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
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 <rosenp@gmail.com> Link: https://lore.kernel.org/r/20260430051612.700050-1-rosenp@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
254f49634e
commit
d7b3f4a4eb
|
|
@ -121,9 +121,6 @@ &ohci0 {
|
|||
};
|
||||
|
||||
&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_leds: pwm_leds {
|
|||
};
|
||||
|
||||
&pwm {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pwm_leds>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user