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

Commit 056a3ccb authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone-k2e: Move keystone_dsp_gpio 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
gpio,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 274abd4a
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -109,12 +109,15 @@
			};
		};

		dspgpio0: keystone_dsp_gpio@2620240 {
		devctrl: device-state-control@2620000 {
			dspgpio0: keystone_dsp_gpio@240 {
				compatible = "ti,keystone-dsp-gpio";
				reg = <0x240 0x4>;
				gpio-controller;
				#gpio-cells = <2>;
				gpio,syscon-dev = <&devctrl 0x240>;
			};
		};

		dsp0: dsp@10800000 {
			compatible = "ti,k2e-dsp";