Re: [PATCH 2/2] arm64: dts: qcom: sm8650: Flatten the USB nodes
From: Konrad Dybcio
Date: Wed Jul 30 2025 - 03:58:06 EST
On 7/29/25 4:58 PM, Neil Armstrong wrote:
> Transition the USB controllers found in the SM8650 SoC to the newly
> introduced, flattened representation of the Qualcomm USB block, i.e.
> qcom,snps-dwc3, to show the end result.
>
> The reg and interrupts properties from the usb child node are merged
> with their counterpart in the outer node, remaining properties and child
> nodes are simply moved.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
> ---
[...]
> diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
> index e14d3d778b71bbbd0c8fcc851eebc9df9ac09c31..0120b9c7432a945a204ed76a461a6d0f13875537 100644
> --- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
> @@ -5651,16 +5651,18 @@ usb_dp_qmpphy_dp_in: endpoint {
> };
> };
>
> - usb_1: usb@a6f8800 {
> - compatible = "qcom,sm8650-dwc3", "qcom,dwc3";
> - reg = <0 0x0a6f8800 0 0x400>;
> + usb_1: usb@a600000 {
> + compatible = "qcom,sm8650-dwc3", "qcom,snps-dwc3";
> + reg = <0 0x0a600000 0 0x10000>;
sz = 0xfc_100 as well
Konrad