-
Notifications
You must be signed in to change notification settings - Fork 7k
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
dts: arm: nxp: RT10xx/11xx .dtsi Files: Remove flexram,bank-spec prop #84889
dts: arm: nxp: RT10xx/11xx .dtsi Files: Remove flexram,bank-spec prop #84889
Conversation
5ef4d7d
to
854e76d
Compare
The PR doesn't remove the property from the binding, just the property usage from the SOC DTSI files, so you don't need to change anything |
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.
change request: add description to DT binding for flexram about how to use it
also, maybe add an overlay to the magic-addr sample to have CI for at least one example of dynamic reconfigure in tree, otherwise we have no CI coverage of this feature at all
72319ab
to
1792915
Compare
…erty This commit removes the flexram,bank-spec property from dtsi files. The property causes flexram to be dynamically configured based on the configuration in flexram,bank-spec. This is a problem for 2 reasons: 1) The FlexRAM will always be dynamically reconfigured to default fuse configuration. This is unnecessary if using default fuses. 2) If a user decides to program fuses. The FlexRAM will still be reconfigured to the default fuse configuration. Modify description in the binding to show how to use the property at: dts/bindings/memory-controllers/nxp,flexram.yaml Added board overlay to mimxrt1170_evk_cm7 magic_addr: samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/boards Signed-off-by: Jacob Wienecke <[email protected]>
1792915
to
de92e22
Compare
@kartben is it possible we can still add this to 4.1 without TSC approval (once it gets the approvals)? It's not fixing a bug, but it's:
|
This commit removes the flexram,bank-spec property from dtsi files. The property causes flexram to be dynamically configured based on the configuration in flexram,bank-spec.
This is a problem for 2 reasons: 1) The FlexRAM will always be dynamically reconfigured to default fuse configuration. This is unnecessary if using default fuses. 2) If a user decides to program fuses. The FlexRAM will still be reconfigured to the default fuse configuration.
Modify description in the binding to show how to use the property at:
dts/bindings/memory-controllers/nxp,flexram.yaml
Added board overlay to mimxrt1170_evk_cm7 magic_addr:
samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/boards