]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: dts: twl6032: Add DTS file for TWL6032 PMIC
authorMithil Bavishi <bavishimithil@gmail.com>
Tue, 3 Mar 2026 20:30:10 +0000 (15:30 -0500)
committerKevin Hilman <khilman@baylibre.com>
Fri, 6 Mar 2026 00:27:20 +0000 (16:27 -0800)
commit3b142fdcae780cb67ab4cab61cf71647e9566411
tree08ba24c18cb075a13475e51ada3394e0eab3a3f8
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
ARM: dts: twl6032: Add DTS file for TWL6032 PMIC

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

Signed-off-by: Mithil Bavishi <bavishimithil@gmail.com>
Reviewed-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://patch.msgid.link/20260303203017.511-2-bavishimithil@gmail.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/twl6032.dtsi [new file with mode: 0644]