mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 19:51:25 -04:00
arm64: dts: ti: k3-am65-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:
committed by
Tero Kristo
parent
3f03a58b25
commit
2daaa18014
@@ -385,8 +385,8 @@ intr_main_gpio: 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;
|
||||
|
||||
Reference in New Issue
Block a user