]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arch: arm: dts: k3-am69-r5-sk: Add missing fss range
authorJonathan Humphreys <j-humphreys@ti.com>
Fri, 9 Aug 2024 23:01:54 +0000 (18:01 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 16:02:35 +0000 (10:02 -0600)
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, this patch can be removed. See
f062a015f4 (arm64: dts: ti: k3-j784s4: Use exact ranges for FSS node)

Fixes: 5024a96db8e ("Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstream")
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
arch/arm/dts/k3-am69-r5-sk.dts

index f177f563527f8d1cdb269c1af3ca8c5a43857ee0..4d6aab5ccc38718ab6711791339944ebf3d4aded 100644 (file)
              <0x0 0x58000000 0x0 0x8000000>;
 };
 
+&fss {
+       /* enable ranges missing from the FSS node */
+       ranges = <0x0 0x47000000 0x0 0x47000000 0x0 0x00068400>,
+                <0x0 0x50000000 0x0 0x50000000 0x0 0x08000000>;
+};
+
 &mcu_ringacc {
        ti,sci = <&dm_tifs>;
 };