Skip to content

Commit a456d00

Browse files
committed
ARM: dts: am335x: Enable PMIC shutdown controller for BeagleBone Blue
Enable ti,pmic-shutdown-controller property for BeagleBone Blue to allow proper system shutdown. Without this property, the board does not shut down completely - 3V3 rail stays powered and the power LED remains on, requiring a manual reset button press to fully power off. The property was previously deleted, but this causes incomplete shutdown as reported in issue #68. The TPS65217 PMIC needs the shutdown-controller property to properly sequence power-off and cut power to all rails. With this change, the shutdown sequence works correctly: - All USR LEDs turn off - Power LED turns off - 3V3 rail is powered down - Board fully powers off without requiring reset button This aligns BBBlue behavior with other BeagleBone variants that use ti,pmic-shutdown-controller for proper power management. Fixes: #68 Signed-off-by: immortal71 <newaashish190@gmail.com>
1 parent c37b112 commit a456d00

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/arm/ti/omap/am335x-boneblue.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,6 @@
362362
/include/ "../../tps65217.dtsi"
363363

364364
&tps {
365-
/delete-property/ ti,pmic-shutdown-controller;
366-
367365
charger {
368366
interrupts = <0>, <1>;
369367
interrupt-names = "USB", "AC";

0 commit comments

Comments
 (0)