[PATCH 0/2] Fix compile warnings for SM8550 and SM8650

Krishna Kurapati posted 2 patches 2 weeks, 2 days ago
arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 --
arch/arm64/boot/dts/qcom/sm8650.dtsi | 3 ---
2 files changed, 5 deletions(-)
[PATCH 0/2] Fix compile warnings for SM8550 and SM8650
Posted by Krishna Kurapati 2 weeks, 2 days ago
arch/arm64/boot/dts/qcom/sm8550.dtsi:4133.22-4223.5: Warning (avoid_unnecessary_addr_size): /soc@0/usb@a600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property

arch/arm64/boot/dts/qcom/sm8650.dtsi:5086.22-5177.5: Warning (avoid_unnecessary_addr_size): /soc@0/usb@a600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property

Fix them up accordingly.

This series has only been compile tested.

Krishna Kurapati (2):
  arm64: dts: qcom: sm8550: Fix compile warnings in USB controller node
  arm64: dts: qcom: sm8650: Fix compile warnings in USB controller node

 arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 --
 arch/arm64/boot/dts/qcom/sm8650.dtsi | 3 ---
 2 files changed, 5 deletions(-)

-- 
2.34.1
Re: [PATCH 0/2] Fix compile warnings for SM8550 and SM8650
Posted by Bjorn Andersson 1 week, 6 days ago
On Wed, 03 Dec 2025 20:18:54 +0530, Krishna Kurapati wrote:
> arch/arm64/boot/dts/qcom/sm8550.dtsi:4133.22-4223.5: Warning (avoid_unnecessary_addr_size): /soc@0/usb@a600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property
> 
> arch/arm64/boot/dts/qcom/sm8650.dtsi:5086.22-5177.5: Warning (avoid_unnecessary_addr_size): /soc@0/usb@a600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property
> 
> Fix them up accordingly.
> 
> This series has only been compile tested.
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: sm8550: Fix compile warnings in USB controller node
      commit: 2d0165726d20395cb700546b1528df3fa614e5a3
[2/2] arm64: dts: qcom: sm8650: Fix compile warnings in USB controller node
      commit: 825db404fbed0580deb19f587d69b9f75980055a

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH 0/2] Fix compile warnings for SM8550 and SM8650
Posted by Dmitry Baryshkov 1 week, 6 days ago
On Wed, Dec 03, 2025 at 08:18:54PM +0530, Krishna Kurapati wrote:
> arch/arm64/boot/dts/qcom/sm8550.dtsi:4133.22-4223.5: Warning (avoid_unnecessary_addr_size): /soc@0/usb@a600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property
> 
> arch/arm64/boot/dts/qcom/sm8650.dtsi:5086.22-5177.5: Warning (avoid_unnecessary_addr_size): /soc@0/usb@a600000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" or "ranges" property
> 
> Fix them up accordingly.
> 
> This series has only been compile tested.
> 
> Krishna Kurapati (2):
>   arm64: dts: qcom: sm8550: Fix compile warnings in USB controller node
>   arm64: dts: qcom: sm8650: Fix compile warnings in USB controller node
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry