Re: [PATCH] arm64: dts: qcom: sm8450: Fix address for usb controller node

From: Krzysztof Kozlowski
Date: Wed Aug 13 2025 - 03:27:56 EST


On 13/08/2025 08:38, Krishna Kurapati wrote:
> Correct the address in usb controller node to fix the following warning:
>
> Warning (simple_bus_reg): /soc@0/usb@a6f8800: simple-bus unit address
> format error, expected "a600000"
>
> Fixes: c015f76c23ac ("arm64: dts: qcom: sm8450: Fix address for usb controller node")

There is no such commit in recent next... And how is that you fix commit
WITH THE SAME title?

> Cc: stable@xxxxxxxxxxxxxxx
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202508121834.953Mvah2-lkp@xxxxxxxxx/
> Signed-off-by: Krishna Kurapati <krishna.kurapati@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
> index 2baef6869ed7..38c91c3ec787 100644
> --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
> @@ -5417,7 +5417,7 @@ opp-202000000 {
> };
> };
>
> - usb_1: usb@a6f8800 {
> + usb_1: usb@a600000 {

There is no such code either...

> compatible = "qcom,sm8450-dwc3", "qcom,snps-dwc3";
> reg = <0 0x0a600000 0 0xfc100>;
> status = "disabled";


Best regards,
Krzysztof