Am Wed, 26 Jun 2024 15:20:56 +0530 schrieb Mighty <bavishimithil@xxxxxxxxx>: > From: Mithil Bavishi <bavishimithil@xxxxxxxxx> > > Add a dedicated DTS file for the TWL6032 PMIC (Phoenix Lite). Already > has driver support with TWL6030 (Phoenix) since both of them are so > similar, some nodes can be reused from TWL6030 as well. > > This can be included in the board files like twl6030. > Example: > ... > &i2c1 { > twl: twl@48 { > reg = <0x48>; > interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; > interrupt-controller; > interrupt-parent = <&gic>; > }; > }; > > /include/ "twl6032.dtsi" > ... > > Used in devices like samsung-espresso, amazon-jem, epson-embt2ws etc. > Well, no, the file is not used at the moment, I do not think it makes sense to have it in without an actual in-tree user. Regards, Andreas