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 <peter.ujfalusi@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
parent
8c0deacaf4
commit
ab641f2811
|
@ -62,8 +62,8 @@ main_gpio_intr: interrupt-controller0 {
|
|||
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;
|
||||
|
|
Loading…
Reference in New Issue