]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "arch: arm: dts: ti: Add missing fss range"
authorTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 16:04:34 +0000 (10:04 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 17:17:39 +0000 (11:17 -0600)
commite5a6ce5d33db4f4d5c70d1b8250d2eaefb59918b
tree0334504adb19066684a02a6f9b700c1b745ce35c
parent9735cfaf904551759597067d76e2ae2ec21d582a
parentf36432a8c801b6da32f39a442f88286ac9a87139
Merge patch series "arch: arm: dts: ti: Add missing fss range"

Jonathan Humphreys <j-humphreys@ti.com> says:

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")