Skip to content

Commit ab641f2

Browse files
Peter UjfalusiTero Kristo
authored andcommitted
arm64: dts: ti: k3-j721e-main: Correct main NAVSS representation
NAVSS is a subsystem containing different IPs, it is not really a bus. Change the compatible from "simple-bus" to "simple-mfd" to reflect that. Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent 8c0deac commit ab641f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
ti,sci-rm-range-girq = <0x1>;
6363
};
6464

65-
cbass_main_navss: interconnect0 {
66-
compatible = "simple-bus";
65+
main_navss {
66+
compatible = "simple-mfd";
6767
#address-cells = <2>;
6868
#size-cells = <2>;
6969
ranges;

0 commit comments

Comments
 (0)