Commit 8155b786 authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism) Committed by Shawn Guo

arm64: dts: librem5: Limit the USB to 5V

The charge controller can handle 14V but the PTC on the devkit can only
handle 6V so limit the negotiated voltage to 5V.
Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6ab6e923
...@@ -353,7 +353,7 @@ PDO_FIXED_DUAL_ROLE | ...@@ -353,7 +353,7 @@ PDO_FIXED_DUAL_ROLE |
sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM | sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM |
PDO_FIXED_DUAL_ROLE | PDO_FIXED_DUAL_ROLE |
PDO_FIXED_DATA_SWAP ) PDO_FIXED_DATA_SWAP )
PDO_VAR(5000, 12000, 2000)>; PDO_VAR(5000, 3000, 3000)>;
op-sink-microwatt = <10000000>; op-sink-microwatt = <10000000>;
ports { ports {
......
Markdown is supported
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