Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 26c46c88 authored by Patrick Menschel's avatar Patrick Menschel
Browse files

Fix: Do not delete the pmic-shutdown-controller property.

According to mailing list, this property actually pevents damage to devices
and uboot is build without rtc-only support anyways.

https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/arch/arm/boot/dts/am335x-bone-common.dtsi?h=linux-5.10.y&id=7a6cb0abe1aa63334f3ded6d2b6c8eca80e72302



After some tests, the led_red is off when shutdown. Only remaining issue is
that VDD_3V3AUX is still on after the device is supposed to have shutdown.
This is also present with the previous state.

Signed-off-by: default avatarPatrick Menschel <menschel.p@posteo.de>
parent 84970c90
Branches
1 merge request!104k3-am625-pocketbeagle2: Enable epwm2
Pipeline #8789 passed with stage
in 9 seconds
......@@ -723,8 +723,6 @@
};
&tps {
/delete-property/ ti,pmic-shutdown-controller;
charger {
status = "okay";
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment