diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2024-02-17 11:20:06 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2024-02-26 15:00:04 +0300 |
commit | 391b3e9abe4423b79a904ac9de3fe7f17914a746 (patch) | |
tree | f3d57c311fa7796d68f7a716eddda776066c2d37 /arch/arm/boot/dts/ti | |
parent | ba95cc59e2a523614379081f092cb2d104882b58 (diff) | |
download | linux-391b3e9abe4423b79a904ac9de3fe7f17914a746.tar.xz |
ARM: dts: omap4-panda-common: Enable powering off the device
As the TWL6030 chip is the main power controller here, declare
it as system-power-controller
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Message-ID: <20240217082007.3238948-5-andreas@kemnade.info>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/ti')
-rw-r--r-- | arch/arm/boot/dts/ti/omap/omap4-panda-common.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap4-panda-common.dtsi b/arch/arm/boot/dts/ti/omap/omap4-panda-common.dtsi index f528511c2537..97706d6296a6 100644 --- a/arch/arm/boot/dts/ti/omap/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/ti/omap/omap4-panda-common.dtsi @@ -408,6 +408,7 @@ reg = <0x48>; /* IRQ# = 7 */ interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; /* IRQ_SYS_1N cascaded to gic */ + system-power-controller; }; twl6040: twl@4b { |