mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
arm64: dts: librem5-devkit: increase the VBUS current in the kernel
The poly fuses can handle 6V 4Amps so incease the kernel limts to 5V 3.5Amps. Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca> Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
9dae8563bf
commit
5369d19145
|
|
@ -428,10 +428,10 @@ connector {
|
|||
PDO_FIXED_USB_COMM |
|
||||
PDO_FIXED_DUAL_ROLE |
|
||||
PDO_FIXED_DATA_SWAP )>;
|
||||
sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM |
|
||||
sink-pdos = <PDO_FIXED(5000, 3500, PDO_FIXED_USB_COMM |
|
||||
PDO_FIXED_DUAL_ROLE |
|
||||
PDO_FIXED_DATA_SWAP )
|
||||
PDO_VAR(5000, 3000, 3000)>;
|
||||
PDO_VAR(5000, 5000, 3500)>;
|
||||
op-sink-microwatt = <10000000>;
|
||||
|
||||
ports {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user