Re: [PATCH v4 5/8] phy: qcom-qusb2: Add support for overriding tuning parameters in QUSB2 V2 PHY

From: Doug Anderson
Date: Tue Feb 04 2020 - 12:25:12 EST


Hi,

On Mon, Feb 3, 2020 at 4:52 PM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
>
> Also, why not use of_property_read_u8() and make DT writers have
>
> /bits/ 8 <0xf0>
>
> properties so that we can keep things smaller. I don't understand why
> they're u32 in DT besides to make it simpler to specify a u32.

As per the other thread, I think it's discouraged to specify /bits/ 8
in DT unless it's really needed.