-
Notifications
You must be signed in to change notification settings - Fork 8.3k
boards: nxp: mimxrt1060: Disable pwmleds for Rev B/C boards #92558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| status = "disabled"; | ||
| }; | ||
|
|
||
| &pwmleds { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose it's not required.
Disabling the previous "pwmleds" (line 9) should be sufficient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dleach02 Maybe you can add label to pwmleds node in mimxrt1060_evk.dtsi file and reference the label in these overlay files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a mistake. I was testing EVKC and forgot to fix the B.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dleach02 Maybe you can add label to
pwmledsnode inmimxrt1060_evk.dtsifile and reference the label in these overlay files.
I'm not sure it buys us anything to do it as a label. Lets just keep it the same it is.
Disable the pwmleds nodes in the dts overlay for rev B/C boards. The FLEXPWM is not routed to LED on these versions. Fixes zephyrproject-rtos#92285 Signed-off-by: David Leach <david.leach@nxp.com>
|



Disable the pwmleds nodes in the dts overlay for rev B/C boards. The FLEXPWM is not routed to LED on these versions.
Fixes #92285