summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Humphreys <[email protected]>2024-08-09 18:01:53 -0500
committerTom Rini <[email protected]>2024-08-27 10:02:35 -0600
commit9151844547c8e33ea32e19583f7c748a1ab36d55 (patch)
tree27908605fe6eed48291030ca941a6ee9812d1910
parent49d7b206fb3a30553795fb5c1dd21573d82a98aa (diff)
arch: arm: dts: k3-j784s4-r5-evm: Add missing fss range
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 <[email protected]> Reviewed-by: Andrew Davis <[email protected]>
-rw-r--r--arch/arm/dts/k3-j784s4-r5-evm.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j784s4-r5-evm.dts b/arch/arm/dts/k3-j784s4-r5-evm.dts
index bef4573d3d2..d2c75229363 100644
--- a/arch/arm/dts/k3-j784s4-r5-evm.dts
+++ b/arch/arm/dts/k3-j784s4-r5-evm.dts
@@ -97,6 +97,12 @@
<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>;
};