Commit 8ea3fc2b authored by Dhruva Gole's avatar Dhruva Gole Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-*: fix fss node dtbs check warnings



Fix these fss node warnings that dtbs_check throws:

fss@47000000: $nodename:0: 'fss@47000000' does not match
'^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'

By renaming fss to bus.

Cc: Nishant Menon <nm@ti.com>
Suggested-by: default avatarAndrew Davis <afd@ti.com>
Signed-off-by: default avatarDhruva Gole <d-gole@ti.com>
Reviewed-by: default avatarReid Tonking <reidt@ti.com>
Link: https://lore.kernel.org/r/20230810081847.277094-1-d-gole@ti.com


Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent bcd8a3f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@
		status = "disabled";
	};

	fss: fss@47000000 {
	fss: bus@47000000 {
		compatible = "simple-bus";
		#address-cells = <2>;
		#size-cells = <2>;
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@
		status = "disabled";
	};

	fss: fss@47000000 {
	fss: bus@47000000 {
		compatible = "simple-bus";
		reg = <0x0 0x47000000 0x0 0x100>;
		#address-cells = <2>;