Upstream DTS added explicit ranges to the fss node. It did not include
the 32 bit memory space needed by the R5 to access OSPI. With the
upstream DTS sync, OSPI boot no longer works.
Adding the missing range here. It is also being added in the upstream DTS,
so after the next upstream DTS sync, these patches can be removed.
Fixes: 5024a96db8e ("Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo
[1] into dts/upstream")
Changes from v1:
- Fixup tab whitespace alignment
Link to v1:
https://lore.kernel.org/r/[email protected]
Changes from v2:
- Correct fixes tag format
- Uppercase FSS in comment
Link to v2:
https://lore.kernel.org/r/[email protected]
Jonathan Humphreys (5):
arch: arm: dts: k3-j784s4-r5-evm: Add missing fss range
arch: arm: dts: k3-am69-r5-sk: Add missing fss range
arch: arm: dts: k3-j7200-r5-evm: Add missing fss range
arch: arm: dts: k3-j721e-r5-evm: Add missing fss range
arch: arm: dts: k3-j721e-r5-sk: Add missing fss range
arch/arm/dts/k3-am69-r5-sk.dts | 6 ++++++
arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 6 ++++++
arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 6 ++++++
arch/arm/dts/k3-j721e-r5-sk.dts | 6 ++++++
arch/arm/dts/k3-j784s4-r5-evm.dts | 6 ++++++
5 files changed, 30 insertions(+)
--
2.34.1