Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 274abd4a authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone: Move reset-controller to under device-state-control



The keystone_irq node describes a device that is a member of the device
state control module address space. As such, it should not be a member
of soc0 bus but instead a sub-node of device-state-control.

This move also fixes a warning about not having a reg property. Now
that this is a sub-node of device-state-control, a syscon type node,
we add this reg property but relative to the syscon base, this way
when the dt-binding/driver are updated we can drop the non-standard
ti,syscon-dev property completely and simply use get_resource() in
the driver.

Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Acked-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
parent 4c30bb58
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -101,14 +101,15 @@
				#interrupt-cells = <1>;
				ti,syscon-dev = <&devctrl 0x2a0>;
			};
		};

		rstctrl: reset-controller {
			rstctrl: reset-controller@328 {
				compatible = "ti,keystone-reset";
				reg = <0x328 0x10>;
				ti,syscon-pll = <&pllctrl 0xe4>;
				ti,syscon-dev = <&devctrl 0x328>;
				ti,wdt-list = <0>;
			};
		};

		/include/ "keystone-clocks.dtsi"