Re: [PATCH v2 3/7] arm64: dts: qcom: Add Motorola One
From: Konrad Dybcio
Date: Thu Aug 20 2026 - 11:57:17 EST
On 8/20/26 5:24 PM, Adam Skladowski wrote:
>
> On 8/20/26 12:17, Konrad Dybcio wrote:
>> On 8/20/26 11:42 AM, Adam Skladowski wrote:
>>> Add a devicetree for the Motorola One smartphone, which is based
>>> on the Jacala/MSM8953 SoC.
[...]
>>> + source-pdos = <PDO_FIXED(5000, 500,
>>> + PDO_FIXED_DUAL_ROLE |
>>> + PDO_FIXED_DATA_SWAP |
>>> + PDO_FIXED_USB_COMM)>;
>>> + sink-pdos = <PDO_FIXED(5000, 3000,
>>> + PDO_FIXED_DUAL_ROLE |
>>> + PDO_FIXED_DATA_SWAP |
>>> + PDO_FIXED_USB_COMM)>;
>>> + op-sink-microwatt = <2000000>;
>> This is inconsistent with the sink-PDOs you defined (5 V 3 A vs 2 W)
>>
>> Konrad
> To be honest i don't get what's this about.
> Based on docs it says its minimal W value taken by port
> and based on PMI8950 Charger it should be about 100mA@5V
> while SMB1351 can also take as low as 70mA@5V
> I could see it being higher when port is used to power SBC or something.
Ah sorry, I didn't read the docs and just guessed what this property
did..
Konrad