Skip to content

Commit

Permalink
arm64: dts: ti: k3-j721e-main: Correct main NAVSS representation
Browse files Browse the repository at this point in the history
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 <peter.ujfalusi@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
  • Loading branch information
Peter Ujfalusi authored and Tero Kristo committed Jan 24, 2020
1 parent 8c0deac commit ab641f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
ti,sci-rm-range-girq = <0x1>;
};

cbass_main_navss: interconnect0 {
compatible = "simple-bus";
main_navss {
compatible = "simple-mfd";
#address-cells = <2>;
#size-cells = <2>;
ranges;
Expand Down

0 comments on commit ab641f2

Please sign in to comment.