On Sun, 3 Dec 2023 16:46:20 -0600 Adam Ford <aford173@xxxxxxxxx> wrote: > On Sun, Dec 3, 2023 at 4:29 PM Andreas Kemnade <andreas@xxxxxxxxxxxx> wrote: > > > > Replace TI-specific property by generic one. > > > > Signed-off-by: Andreas Kemnade <andreas@xxxxxxxxxxxx> > > --- > > cannot be applied independently of the other ones, so maybe simply delay > > it. > > > > arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi b/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi > > index 3661340009e7a..5001c4ea35658 100644 > > --- a/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi > > +++ b/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi > > @@ -476,6 +476,7 @@ twl: twl@48 { > > reg = <0x48>; > > interrupts = <7>; /* SYS_NIRQ cascaded to intc */ > > interrupt-parent = <&intc>; > > + system-power-controller; > > Could this go into the twl4030.dtsi file so we don't have every omap3 > board with this part duplicating this line? > Well, that is a board-specific issue, so I do not think it belongs there, although quite common to have the twl4030 as the system-power-controller. Regards, Andreas