Hi Krzysztof, On Tue, 13 Dec 2022 at 18:21, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 13/12/2022 13:38, Bhupesh Sharma wrote: > > There is only one USB controller present on SM6115 / SM4250 > > Qualcomm SoC, so drop the numbering used with USB nodes > > The node names remain unaffected, so please mention you do it only for > the labels. Labels do not matter for the code, has no impact. Fair point. Let me fix it in v2. > > in the dtsi and the related sm4250-oneplus-billie2.dts. > > > > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dts | 4 ++-- > > arch/arm64/boot/dts/qcom/sm6115.dtsi | 8 ++++---- > > 2 files changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dts b/arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dts > > index a3f1c7c41fd73..fa57f4bf58256 100644 > > --- a/arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dts > > +++ b/arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dts > > @@ -225,11 +225,11 @@ &ufs_mem_phy { > > status = "okay"; > > }; > > > > -&usb_1 { > > +&usb { > > status = "okay"; > > }; Regards, Bhupesh