[PATCH 6/7] arm64: dts: ti: k3-am65-mcu: Fix fss node

Nishanth Menon posted 7 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH 6/7] arm64: dts: ti: k3-am65-mcu: Fix fss node
Posted by Nishanth Menon 2 years, 7 months ago
Fix fss node name with a bus node and proper reg range.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
index e8bb82d8267e..5aa75b6fee61 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
@@ -259,8 +259,9 @@ m_can1: can@40568000 {
 		status = "disabled";
 	};
 
-	fss: fss@47000000 {
+	fss: bus@47000000 {
 		compatible = "simple-bus";
+		reg = <0x0 0x47000000 0x0 0x70000>;
 		#address-cells = <2>;
 		#size-cells = <2>;
 		ranges;
-- 
2.40.0