Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address
@ 2023-04-19 21:18 Krzysztof Kozlowski
  2023-04-19 21:18 ` [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss " Krzysztof Kozlowski
                   ` (18 more replies)
  0 siblings, 19 replies; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc/qrng@e1000: simple-bus unit address format error, expected "e3000"

Fixes: 5bf635621245 ("arm64: dts: ipq6018: Add a few device nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
index 54af7cb3c7a8..992e8ed64617 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
@@ -302,7 +302,7 @@ mdio: mdio@90000 {
 			status = "disabled";
 		};
 
-		prng: qrng@e1000 {
+		prng: qrng@e3000 {
 			compatible = "qcom,prng-ee";
 			reg = <0x0 0x000e3000 0x0 0x1000>;
 			clocks = <&gcc GCC_PRNG_AHB_CLK>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:52   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 03/18] arm64: dts: qcom: msm8916: correct MMC " Krzysztof Kozlowski
                   ` (17 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/camss@1b00000: simple-bus unit address format error, expected "1b0ac00"

Fixes: 58f479f90a7c ("arm64: dts: qcom: msm8916: Add CAMSS support")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 834e0b66b7f2..894a99431158 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -1162,7 +1162,7 @@ dsi_phy0: phy@1a98300 {
 			};
 		};
 
-		camss: camss@1b00000 {
+		camss: camss@1b0ac00 {
 			compatible = "qcom,msm8916-camss";
 			reg = <0x01b0ac00 0x200>,
 				<0x01b00030 0x4>,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 03/18] arm64: dts: qcom: msm8916: correct MMC unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
  2023-04-19 21:18 ` [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:52   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 04/18] arm64: dts: qcom: msm8916: correct WCNSS " Krzysztof Kozlowski
                   ` (16 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/mmc@7824000: simple-bus unit address format error, expected "7824900"
  Warning (simple_bus_reg): /soc@0/mmc@7864000: simple-bus unit address format error, expected "7864900"

Fixes: c4da5a561627 ("arm64: dts: qcom: Add msm8916 sdhci configuration nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 894a99431158..f6ccce0dad4e 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -1554,7 +1554,7 @@ lpass_codec: audio-codec@771c000 {
 			#sound-dai-cells = <1>;
 		};
 
-		sdhc_1: mmc@7824000 {
+		sdhc_1: mmc@7824900 {
 			compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0x07824900 0x11c>, <0x07824000 0x800>;
 			reg-names = "hc", "core";
@@ -1572,7 +1572,7 @@ sdhc_1: mmc@7824000 {
 			status = "disabled";
 		};
 
-		sdhc_2: mmc@7864000 {
+		sdhc_2: mmc@7864900 {
 			compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0x07864900 0x11c>, <0x07864000 0x800>;
 			reg-names = "hc", "core";
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 04/18] arm64: dts: qcom: msm8916: correct WCNSS unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
  2023-04-19 21:18 ` [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss " Krzysztof Kozlowski
  2023-04-19 21:18 ` [PATCH 03/18] arm64: dts: qcom: msm8916: correct MMC " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:52   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 05/18] arm64: dts: qcom: msm8953: correct IOMMU " Krzysztof Kozlowski
                   ` (15 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/remoteproc@a21b000: simple-bus unit address format error, expected "a204000"

Fixes: 88106096cbf8 ("ARM: dts: msm8916: Add and enable wcnss node")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index f6ccce0dad4e..bf88c10ff55b 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -1871,7 +1871,7 @@ usb_hs_phy: phy {
 			};
 		};
 
-		wcnss: remoteproc@a21b000 {
+		wcnss: remoteproc@a204000 {
 			compatible = "qcom,pronto-v2-pil", "qcom,pronto";
 			reg = <0x0a204000 0x2000>, <0x0a202000 0x1000>, <0x0a21b000 0x3000>;
 			reg-names = "ccu", "dxe", "pmu";
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 05/18] arm64: dts: qcom: msm8953: correct IOMMU unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 04/18] arm64: dts: qcom: msm8916: correct WCNSS " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:53   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 06/18] arm64: dts: qcom: msm8953: correct WCNSS " Krzysztof Kozlowski
                   ` (14 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/iommu@1e00000: simple-bus unit address format error, expected "1e20000"

Fixes: c0b9575a3606 ("arm64: dts: qcom: msm8953: add APPS IOMMU")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi
index d44cfa0471e9..4038e47a4610 100644
--- a/arch/arm64/boot/dts/qcom/msm8953.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi
@@ -1002,7 +1002,7 @@ dsi1_phy: phy@1a96400 {
 			};
 		};
 
-		apps_iommu: iommu@1e00000 {
+		apps_iommu: iommu@1e20000 {
 			compatible = "qcom,msm8953-iommu", "qcom,msm-iommu-v1";
 			ranges  = <0 0x01e20000 0x20000>;
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 06/18] arm64: dts: qcom: msm8953: correct WCNSS unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 05/18] arm64: dts: qcom: msm8953: correct IOMMU " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:53   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC " Krzysztof Kozlowski
                   ` (13 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/remoteproc@a21b000: simple-bus unit address format error, expected "a204000"

Fixes: b12428640ebe ("arm64: dts: MSM8953: Add wcnss nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi
index 4038e47a4610..d1d6f80bb2e6 100644
--- a/arch/arm64/boot/dts/qcom/msm8953.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi
@@ -1425,7 +1425,7 @@ i2c_8: i2c@7af8000 {
 			status = "disabled";
 		};
 
-		wcnss: remoteproc@a21b000 {
+		wcnss: remoteproc@a204000 {
 			compatible = "qcom,pronto-v3-pil", "qcom,pronto";
 			reg = <0x0a204000 0x2000>, <0x0a202000 0x1000>, <0x0a21b000 0x3000>;
 			reg-names = "ccu", "dxe", "pmu";
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 06/18] arm64: dts: qcom: msm8953: correct WCNSS " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20  7:48   ` AngeloGioacchino Del Regno
                     ` (2 more replies)
  2023-04-19 21:18 ` [PATCH 08/18] arm64: dts: qcom: msm8994: correct SPMI " Krzysztof Kozlowski
                   ` (12 subsequent siblings)
  18 siblings, 3 replies; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/mmc@7824000: simple-bus unit address format error, expected "7824900"
  Warning (simple_bus_reg): /soc@0/mmc@7864000: simple-bus unit address format error, expected "7864900"
  Warning (simple_bus_reg): /soc@0/mmc@7a24000: simple-bus unit address format error, expected "7a24900"

Fixes: 0484d3ce0902 ("arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8976.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8976.dtsi b/arch/arm64/boot/dts/qcom/msm8976.dtsi
index f47fb8ea71e2..753b9a2105ed 100644
--- a/arch/arm64/boot/dts/qcom/msm8976.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8976.dtsi
@@ -822,7 +822,7 @@ spmi_bus: spmi@200f000 {
 			#interrupt-cells = <4>;
 		};
 
-		sdhc_1: mmc@7824000 {
+		sdhc_1: mmc@7824900 {
 			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0x07824900 0x500>, <0x07824000 0x800>;
 			reg-names = "hc", "core";
@@ -838,7 +838,7 @@ sdhc_1: mmc@7824000 {
 			status = "disabled";
 		};
 
-		sdhc_2: mmc@7864000 {
+		sdhc_2: mmc@7864900 {
 			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0x07864900 0x11c>, <0x07864000 0x800>;
 			reg-names = "hc", "core";
@@ -957,7 +957,7 @@ otg: usb@78db000 {
 			#reset-cells = <1>;
 		};
 
-		sdhc_3: mmc@7a24000 {
+		sdhc_3: mmc@7a24900 {
 			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0x07a24900 0x11c>, <0x07a24000 0x800>;
 			reg-names = "hc", "core";
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 08/18] arm64: dts: qcom: msm8994: correct SPMI unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (5 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:53   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 09/18] arm64: dts: qcom: msm8996: correct camss " Krzysztof Kozlowski
                   ` (11 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc/spmi@fc4c0000: simple-bus unit address format error, expected "fc4cf000"

Fixes: b0ad598f8ec0 ("arm64: dts: qcom: msm8994: Add SPMI PMIC arbiter device")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8994.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
index bdc3f2ba1755..c5cf01c7f72e 100644
--- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
@@ -747,7 +747,7 @@ restart@fc4ab000 {
 			reg = <0xfc4ab000 0x4>;
 		};
 
-		spmi_bus: spmi@fc4c0000 {
+		spmi_bus: spmi@fc4cf000 {
 			compatible = "qcom,spmi-pmic-arb";
 			reg = <0xfc4cf000 0x1000>,
 			      <0xfc4cb000 0x1000>,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 09/18] arm64: dts: qcom: msm8996: correct camss unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (6 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 08/18] arm64: dts: qcom: msm8994: correct SPMI " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:54   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 10/18] arm64: dts: qcom: sdm630: " Krzysztof Kozlowski
                   ` (10 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc/camss@a00000: simple-bus unit address format error, expected "a34000"

Fixes: e0531312e78f ("arm64: dts: qcom: msm8996: Add CAMSS support")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 30257c07e127..25fe2b8552fc 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -2069,7 +2069,7 @@ ufsphy_lane: phy@627400 {
 			};
 		};
 
-		camss: camss@a00000 {
+		camss: camss@a34000 {
 			compatible = "qcom,msm8996-camss";
 			reg = <0x00a34000 0x1000>,
 			      <0x00a00030 0x4>,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 10/18] arm64: dts: qcom: sdm630: correct camss unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (7 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 09/18] arm64: dts: qcom: msm8996: correct camss " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20  7:49   ` AngeloGioacchino Del Regno
  2023-04-20 10:54   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 11/18] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
                   ` (9 subsequent siblings)
  18 siblings, 2 replies; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc/camss@ca00000: simple-bus unit address format error, expected "ca00020"

Fixes: f3d5d3cc6971 ("arm64: dts: qcom: sdm630: Configure the camera subsystem")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm630.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi
index eaead2f7beb4..ab04903fa3ff 100644
--- a/arch/arm64/boot/dts/qcom/sdm630.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi
@@ -1894,7 +1894,7 @@ pil-reloc@94c {
 			};
 		};
 
-		camss: camss@ca00000 {
+		camss: camss@ca00020 {
 			compatible = "qcom,sdm660-camss";
 			reg = <0x0ca00020 0x10>,
 			      <0x0ca30000 0x100>,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 11/18] arm64: dts: qcom: sdm845: correct camss unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (8 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 10/18] arm64: dts: qcom: sdm630: " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:54   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 12/18] arm64: dts: qcom: sm6115: correct thermal-sensor " Krzysztof Kozlowski
                   ` (8 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/camss@a00000: simple-bus unit address format error, expected "acb3000"

Fixes: d48a6698a6b7 ("arm64: dts: qcom: sdm845: Add CAMSS ISP node")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index cdeb05e95674..8f99e79ba3fd 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -4238,7 +4238,7 @@ videocc: clock-controller@ab00000 {
 			#reset-cells = <1>;
 		};
 
-		camss: camss@a00000 {
+		camss: camss@acb3000 {
 			compatible = "qcom,sdm845-camss";
 
 			reg = <0 0x0acb3000 0 0x1000>,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 12/18] arm64: dts: qcom: sm6115: correct thermal-sensor unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (9 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 11/18] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:54   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 13/18] arm64: dts: qcom: sm8350: correct DMA controller " Krzysztof Kozlowski
                   ` (7 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/thermal-sensor@4410000: simple-bus unit address format error, expected "4411000"

Fixes: 7b74cba6b13f ("arm64: dts: qcom: sm6115: Add TSENS node")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm6115.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
index 43f31c1b9d5a..ea71249bbdf3 100644
--- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
@@ -700,7 +700,7 @@ spmi_bus: spmi@1c40000 {
 			#interrupt-cells = <4>;
 		};
 
-		tsens0: thermal-sensor@4410000 {
+		tsens0: thermal-sensor@4411000 {
 			compatible = "qcom,sm6115-tsens", "qcom,tsens-v2";
 			reg = <0x0 0x04411000 0x0 0x1ff>, /* TM */
 			      <0x0 0x04410000 0x0 0x8>; /* SROT */
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 13/18] arm64: dts: qcom: sm8350: correct DMA controller unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (10 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 12/18] arm64: dts: qcom: sm6115: correct thermal-sensor " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:55   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 14/18] arm64: dts: qcom: sm8350: correct PCI phy " Krzysztof Kozlowski
                   ` (6 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/dma-controller@900000: simple-bus unit address format error, expected "9800000"

Fixes: bc08fbf49bc8 ("arm64: dts: qcom: sm8350: Define GPI DMA engines")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index 3efdc03ed0f1..a9af730e0b1c 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -907,7 +907,7 @@ spi19: spi@894000 {
 			};
 		};
 
-		gpi_dma0: dma-controller@900000 {
+		gpi_dma0: dma-controller@9800000 {
 			compatible = "qcom,sm8350-gpi-dma", "qcom,sm6350-gpi-dma";
 			reg = <0 0x09800000 0 0x60000>;
 			interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 14/18] arm64: dts: qcom: sm8350: correct PCI phy unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (11 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 13/18] arm64: dts: qcom: sm8350: correct DMA controller " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:55   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 15/18] arm64: dts: qcom: sm8350: correct USB " Krzysztof Kozlowski
                   ` (5 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/phy@1c0f000: simple-bus unit address format error, expected "1c0e000"

Fixes: 6daee40678a0 ("arm64: dts: qcom: sm8350: add PCIe devices")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index a9af730e0b1c..5ca21cd1cbec 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -1638,7 +1638,7 @@ pcie1: pci@1c08000 {
 			status = "disabled";
 		};
 
-		pcie1_phy: phy@1c0f000 {
+		pcie1_phy: phy@1c0e000 {
 			compatible = "qcom,sm8350-qmp-gen3x2-pcie-phy";
 			reg = <0 0x01c0e000 0 0x2000>;
 			clocks = <&gcc GCC_PCIE_1_AUX_CLK>,
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 15/18] arm64: dts: qcom: sm8350: correct USB phy unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (12 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 14/18] arm64: dts: qcom: sm8350: correct PCI phy " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:55   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto " Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/phy@88e9000: simple-bus unit address format error, expected "88e8000"

Fixes: 2458a305e80e ("arm64: dts: qcom: sm8350: switch to combo usb3/dp phy")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index 5ca21cd1cbec..425af2c38a37 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -2140,7 +2140,7 @@ usb_2_hsphy: phy@88e4000 {
 			resets = <&gcc GCC_QUSB2PHY_SEC_BCR>;
 		};
 
-		usb_1_qmpphy: phy@88e9000 {
+		usb_1_qmpphy: phy@88e8000 {
 			compatible = "qcom,sm8350-qmp-usb3-dp-phy";
 			reg = <0 0x088e8000 0 0x3000>;
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (13 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 15/18] arm64: dts: qcom: sm8350: correct USB " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:56   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 17/18] arm64: dts: qcom: sm8550: correct pinctrl " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/crypto@1de0000: simple-bus unit address format error, expected "1dfa000"

Fixes: 433477c3bf0b ("arm64: dts: qcom: sm8550: add QCrypto nodes")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index 43192ef21aec..90d2b7057b75 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -1858,7 +1858,7 @@ cryptobam: dma-controller@1dc4000 {
 				 <&apps_smmu 0x481 0x0>;
 		};
 
-		crypto: crypto@1de0000 {
+		crypto: crypto@1dfa000 {
 			compatible = "qcom,sm8550-qce", "qcom,sm8150-qce", "qcom,qce";
 			reg = <0x0 0x01dfa000 0x0 0x6000>;
 			dmas = <&cryptobam 4>, <&cryptobam 5>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 17/18] arm64: dts: qcom: sm8550: correct pinctrl unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (14 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20 10:56   ` Konrad Dybcio
  2023-04-19 21:18 ` [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  18 siblings, 1 reply; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/pinctrl@f000000: simple-bus unit address format error, expected "f100000"

Fixes: ffc50b2d3828 ("arm64: dts: qcom: Add base SM8550 dtsi")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index 90d2b7057b75..eef46045df93 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -2883,7 +2883,7 @@ spmi_bus: spmi@c400000 {
 			#interrupt-cells = <4>;
 		};
 
-		tlmm: pinctrl@f000000 {
+		tlmm: pinctrl@f100000 {
 			compatible = "qcom,sm8550-tlmm";
 			reg = <0 0x0f100000 0 0x300000>;
 			interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (15 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 17/18] arm64: dts: qcom: sm8550: correct pinctrl " Krzysztof Kozlowski
@ 2023-04-19 21:18 ` Krzysztof Kozlowski
  2023-04-20  9:40   ` Molly Sophia
  2023-04-20 10:56   ` Konrad Dybcio
  2023-04-20 10:51 ` [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Konrad Dybcio
  2023-05-25  4:54 ` (subset) " Bjorn Andersson
  18 siblings, 2 replies; 41+ messages in thread
From: Krzysztof Kozlowski @ 2023-04-19 21:18 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Add missing reg property to touchscreen child node to fix dtbs W=1 warnings:

  Warning (unit_address_vs_reg): /soc@0/geniqup@ac0000/i2c@a98000/touchscreen@20/rmi4-f12@12: node has a unit name, but no reg or ranges property

Fixes: be497abe19bf ("arm64: dts: qcom: Add support for Xiaomi Mi Mix2s")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
index 8ae0ffccaab2..576f0421824f 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
@@ -483,6 +483,7 @@ rmi4-f01@1 {
 		};
 
 		rmi4-f12@12 {
+			reg = <0x12>;
 			syna,rezero-wait-ms = <0xc8>;
 			syna,clip-x-high = <0x438>;
 			syna,clip-y-high = <0x870>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 41+ messages in thread

* Re: [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC unit address
  2023-04-19 21:18 ` [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC " Krzysztof Kozlowski
@ 2023-04-20  7:48   ` AngeloGioacchino Del Regno
  2023-04-20 10:53   ` Konrad Dybcio
  2023-04-20 21:41   ` Marijn Suijten
  2 siblings, 0 replies; 41+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-04-20  7:48 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Sivaprakash Murugesan,
	Todor Tomov, Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss,
	Vladimir Lypak, Adam Skladowski, Marijn Suijten, Robert Foss,
	Andrey Konovalov, Vinod Koul, Dmitry Baryshkov, Neil Armstrong,
	Sai Prakash Ranjan, Abel Vesa, Molly Sophia, linux-arm-msm,
	devicetree, linux-kernel

Il 19/04/23 23:18, Krzysztof Kozlowski ha scritto:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>    Warning (simple_bus_reg): /soc@0/mmc@7824000: simple-bus unit address format error, expected "7824900"
>    Warning (simple_bus_reg): /soc@0/mmc@7864000: simple-bus unit address format error, expected "7864900"
>    Warning (simple_bus_reg): /soc@0/mmc@7a24000: simple-bus unit address format error, expected "7a24900"
> 
> Fixes: 0484d3ce0902 ("arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>



^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 10/18] arm64: dts: qcom: sdm630: correct camss unit address
  2023-04-19 21:18 ` [PATCH 10/18] arm64: dts: qcom: sdm630: " Krzysztof Kozlowski
@ 2023-04-20  7:49   ` AngeloGioacchino Del Regno
  2023-04-20 10:54   ` Konrad Dybcio
  1 sibling, 0 replies; 41+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-04-20  7:49 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Rob Herring, Krzysztof Kozlowski, Sivaprakash Murugesan,
	Todor Tomov, Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss,
	Vladimir Lypak, Adam Skladowski, Marijn Suijten, Robert Foss,
	Andrey Konovalov, Vinod Koul, Dmitry Baryshkov, Neil Armstrong,
	Sai Prakash Ranjan, Abel Vesa, Molly Sophia, linux-arm-msm,
	devicetree, linux-kernel

Il 19/04/23 23:18, Krzysztof Kozlowski ha scritto:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>    Warning (simple_bus_reg): /soc/camss@ca00000: simple-bus unit address format error, expected "ca00020"
> 
> Fixes: f3d5d3cc6971 ("arm64: dts: qcom: sdm630: Configure the camera subsystem")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>



^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg
  2023-04-19 21:18 ` [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg Krzysztof Kozlowski
@ 2023-04-20  9:40   ` Molly Sophia
  2023-04-20 10:56   ` Konrad Dybcio
  1 sibling, 0 replies; 41+ messages in thread
From: Molly Sophia @ 2023-04-20  9:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, linux-arm-msm,
	devicetree, linux-kernel

On Thu, Apr 20, 2023 at 5:19 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> Add missing reg property to touchscreen child node to fix dtbs W=1 warnings:
>
>   Warning (unit_address_vs_reg): /soc@0/geniqup@ac0000/i2c@a98000/touchscreen@20/rmi4-f12@12: node has a unit name, but no reg or ranges property
>
> Fixes: be497abe19bf ("arm64: dts: qcom: Add support for Xiaomi Mi Mix2s")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
> index 8ae0ffccaab2..576f0421824f 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
> @@ -483,6 +483,7 @@ rmi4-f01@1 {
>                 };
>
>                 rmi4-f12@12 {
> +                       reg = <0x12>;
>                         syna,rezero-wait-ms = <0xc8>;
>                         syna,clip-x-high = <0x438>;
>                         syna,clip-y-high = <0x870>;
> --
> 2.34.1
>

Reviewed-by: Molly Sophia <mollysophia379@gmail.com>

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (16 preceding siblings ...)
  2023-04-19 21:18 ` [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg Krzysztof Kozlowski
@ 2023-04-20 10:51 ` Konrad Dybcio
  2023-05-25  4:54 ` (subset) " Bjorn Andersson
  18 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc/qrng@e1000: simple-bus unit address format error, expected "e3000"
> 
> Fixes: 5bf635621245 ("arm64: dts: ipq6018: Add a few device nodes")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> index 54af7cb3c7a8..992e8ed64617 100644
> --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> @@ -302,7 +302,7 @@ mdio: mdio@90000 {
>  			status = "disabled";
>  		};
>  
> -		prng: qrng@e1000 {
> +		prng: qrng@e3000 {
>  			compatible = "qcom,prng-ee";
>  			reg = <0x0 0x000e3000 0x0 0x1000>;
>  			clocks = <&gcc GCC_PRNG_AHB_CLK>;

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss unit address
  2023-04-19 21:18 ` [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss " Krzysztof Kozlowski
@ 2023-04-20 10:52   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/camss@1b00000: simple-bus unit address format error, expected "1b0ac00"
> 
> Fixes: 58f479f90a7c ("arm64: dts: qcom: msm8916: Add CAMSS support")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index 834e0b66b7f2..894a99431158 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -1162,7 +1162,7 @@ dsi_phy0: phy@1a98300 {
>  			};
>  		};
>  
> -		camss: camss@1b00000 {
> +		camss: camss@1b0ac00 {
>  			compatible = "qcom,msm8916-camss";
>  			reg = <0x01b0ac00 0x200>,
>  				<0x01b00030 0x4>,

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 03/18] arm64: dts: qcom: msm8916: correct MMC unit address
  2023-04-19 21:18 ` [PATCH 03/18] arm64: dts: qcom: msm8916: correct MMC " Krzysztof Kozlowski
@ 2023-04-20 10:52   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/mmc@7824000: simple-bus unit address format error, expected "7824900"
>   Warning (simple_bus_reg): /soc@0/mmc@7864000: simple-bus unit address format error, expected "7864900"
> 
> Fixes: c4da5a561627 ("arm64: dts: qcom: Add msm8916 sdhci configuration nodes")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index 894a99431158..f6ccce0dad4e 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -1554,7 +1554,7 @@ lpass_codec: audio-codec@771c000 {
>  			#sound-dai-cells = <1>;
>  		};
>  
> -		sdhc_1: mmc@7824000 {
> +		sdhc_1: mmc@7824900 {
>  			compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07824900 0x11c>, <0x07824000 0x800>;
>  			reg-names = "hc", "core";
> @@ -1572,7 +1572,7 @@ sdhc_1: mmc@7824000 {
>  			status = "disabled";
>  		};
>  
> -		sdhc_2: mmc@7864000 {
> +		sdhc_2: mmc@7864900 {
>  			compatible = "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07864900 0x11c>, <0x07864000 0x800>;
>  			reg-names = "hc", "core";

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 04/18] arm64: dts: qcom: msm8916: correct WCNSS unit address
  2023-04-19 21:18 ` [PATCH 04/18] arm64: dts: qcom: msm8916: correct WCNSS " Krzysztof Kozlowski
@ 2023-04-20 10:52   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:52 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/remoteproc@a21b000: simple-bus unit address format error, expected "a204000"
> 
> Fixes: 88106096cbf8 ("ARM: dts: msm8916: Add and enable wcnss node")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index f6ccce0dad4e..bf88c10ff55b 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -1871,7 +1871,7 @@ usb_hs_phy: phy {
>  			};
>  		};
>  
> -		wcnss: remoteproc@a21b000 {
> +		wcnss: remoteproc@a204000 {
>  			compatible = "qcom,pronto-v2-pil", "qcom,pronto";
>  			reg = <0x0a204000 0x2000>, <0x0a202000 0x1000>, <0x0a21b000 0x3000>;
>  			reg-names = "ccu", "dxe", "pmu";

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 05/18] arm64: dts: qcom: msm8953: correct IOMMU unit address
  2023-04-19 21:18 ` [PATCH 05/18] arm64: dts: qcom: msm8953: correct IOMMU " Krzysztof Kozlowski
@ 2023-04-20 10:53   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:53 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/iommu@1e00000: simple-bus unit address format error, expected "1e20000"
> 
> Fixes: c0b9575a3606 ("arm64: dts: qcom: msm8953: add APPS IOMMU")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi
> index d44cfa0471e9..4038e47a4610 100644
> --- a/arch/arm64/boot/dts/qcom/msm8953.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi
> @@ -1002,7 +1002,7 @@ dsi1_phy: phy@1a96400 {
>  			};
>  		};
>  
> -		apps_iommu: iommu@1e00000 {
> +		apps_iommu: iommu@1e20000 {
>  			compatible = "qcom,msm8953-iommu", "qcom,msm-iommu-v1";
>  			ranges  = <0 0x01e20000 0x20000>;
>  

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 06/18] arm64: dts: qcom: msm8953: correct WCNSS unit address
  2023-04-19 21:18 ` [PATCH 06/18] arm64: dts: qcom: msm8953: correct WCNSS " Krzysztof Kozlowski
@ 2023-04-20 10:53   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:53 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/remoteproc@a21b000: simple-bus unit address format error, expected "a204000"
> 
> Fixes: b12428640ebe ("arm64: dts: MSM8953: Add wcnss nodes")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi
> index 4038e47a4610..d1d6f80bb2e6 100644
> --- a/arch/arm64/boot/dts/qcom/msm8953.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi
> @@ -1425,7 +1425,7 @@ i2c_8: i2c@7af8000 {
>  			status = "disabled";
>  		};
>  
> -		wcnss: remoteproc@a21b000 {
> +		wcnss: remoteproc@a204000 {
>  			compatible = "qcom,pronto-v3-pil", "qcom,pronto";
>  			reg = <0x0a204000 0x2000>, <0x0a202000 0x1000>, <0x0a21b000 0x3000>;
>  			reg-names = "ccu", "dxe", "pmu";

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC unit address
  2023-04-19 21:18 ` [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC " Krzysztof Kozlowski
  2023-04-20  7:48   ` AngeloGioacchino Del Regno
@ 2023-04-20 10:53   ` Konrad Dybcio
  2023-04-20 21:41   ` Marijn Suijten
  2 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:53 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/mmc@7824000: simple-bus unit address format error, expected "7824900"
>   Warning (simple_bus_reg): /soc@0/mmc@7864000: simple-bus unit address format error, expected "7864900"
>   Warning (simple_bus_reg): /soc@0/mmc@7a24000: simple-bus unit address format error, expected "7a24900"
> 
> Fixes: 0484d3ce0902 ("arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8976.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8976.dtsi b/arch/arm64/boot/dts/qcom/msm8976.dtsi
> index f47fb8ea71e2..753b9a2105ed 100644
> --- a/arch/arm64/boot/dts/qcom/msm8976.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8976.dtsi
> @@ -822,7 +822,7 @@ spmi_bus: spmi@200f000 {
>  			#interrupt-cells = <4>;
>  		};
>  
> -		sdhc_1: mmc@7824000 {
> +		sdhc_1: mmc@7824900 {
>  			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07824900 0x500>, <0x07824000 0x800>;
>  			reg-names = "hc", "core";
> @@ -838,7 +838,7 @@ sdhc_1: mmc@7824000 {
>  			status = "disabled";
>  		};
>  
> -		sdhc_2: mmc@7864000 {
> +		sdhc_2: mmc@7864900 {
>  			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07864900 0x11c>, <0x07864000 0x800>;
>  			reg-names = "hc", "core";
> @@ -957,7 +957,7 @@ otg: usb@78db000 {
>  			#reset-cells = <1>;
>  		};
>  
> -		sdhc_3: mmc@7a24000 {
> +		sdhc_3: mmc@7a24900 {
>  			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07a24900 0x11c>, <0x07a24000 0x800>;
>  			reg-names = "hc", "core";

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 08/18] arm64: dts: qcom: msm8994: correct SPMI unit address
  2023-04-19 21:18 ` [PATCH 08/18] arm64: dts: qcom: msm8994: correct SPMI " Krzysztof Kozlowski
@ 2023-04-20 10:53   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:53 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc/spmi@fc4c0000: simple-bus unit address format error, expected "fc4cf000"
> 
> Fixes: b0ad598f8ec0 ("arm64: dts: qcom: msm8994: Add SPMI PMIC arbiter device")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8994.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
> index bdc3f2ba1755..c5cf01c7f72e 100644
> --- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
> @@ -747,7 +747,7 @@ restart@fc4ab000 {
>  			reg = <0xfc4ab000 0x4>;
>  		};
>  
> -		spmi_bus: spmi@fc4c0000 {
> +		spmi_bus: spmi@fc4cf000 {
>  			compatible = "qcom,spmi-pmic-arb";
>  			reg = <0xfc4cf000 0x1000>,
>  			      <0xfc4cb000 0x1000>,

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 09/18] arm64: dts: qcom: msm8996: correct camss unit address
  2023-04-19 21:18 ` [PATCH 09/18] arm64: dts: qcom: msm8996: correct camss " Krzysztof Kozlowski
@ 2023-04-20 10:54   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc/camss@a00000: simple-bus unit address format error, expected "a34000"
> 
> Fixes: e0531312e78f ("arm64: dts: qcom: msm8996: Add CAMSS support")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 30257c07e127..25fe2b8552fc 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -2069,7 +2069,7 @@ ufsphy_lane: phy@627400 {
>  			};
>  		};
>  
> -		camss: camss@a00000 {
> +		camss: camss@a34000 {
>  			compatible = "qcom,msm8996-camss";
>  			reg = <0x00a34000 0x1000>,
>  			      <0x00a00030 0x4>,

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 10/18] arm64: dts: qcom: sdm630: correct camss unit address
  2023-04-19 21:18 ` [PATCH 10/18] arm64: dts: qcom: sdm630: " Krzysztof Kozlowski
  2023-04-20  7:49   ` AngeloGioacchino Del Regno
@ 2023-04-20 10:54   ` Konrad Dybcio
  1 sibling, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc/camss@ca00000: simple-bus unit address format error, expected "ca00020"
> 
> Fixes: f3d5d3cc6971 ("arm64: dts: qcom: sdm630: Configure the camera subsystem")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sdm630.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi
> index eaead2f7beb4..ab04903fa3ff 100644
> --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi
> @@ -1894,7 +1894,7 @@ pil-reloc@94c {
>  			};
>  		};
>  
> -		camss: camss@ca00000 {
> +		camss: camss@ca00020 {
>  			compatible = "qcom,sdm660-camss";
>  			reg = <0x0ca00020 0x10>,
>  			      <0x0ca30000 0x100>,

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 11/18] arm64: dts: qcom: sdm845: correct camss unit address
  2023-04-19 21:18 ` [PATCH 11/18] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
@ 2023-04-20 10:54   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/camss@a00000: simple-bus unit address format error, expected "acb3000"
> 
> Fixes: d48a6698a6b7 ("arm64: dts: qcom: sdm845: Add CAMSS ISP node")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index cdeb05e95674..8f99e79ba3fd 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -4238,7 +4238,7 @@ videocc: clock-controller@ab00000 {
>  			#reset-cells = <1>;
>  		};
>  
> -		camss: camss@a00000 {
> +		camss: camss@acb3000 {
>  			compatible = "qcom,sdm845-camss";
>  
>  			reg = <0 0x0acb3000 0 0x1000>,

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 12/18] arm64: dts: qcom: sm6115: correct thermal-sensor unit address
  2023-04-19 21:18 ` [PATCH 12/18] arm64: dts: qcom: sm6115: correct thermal-sensor " Krzysztof Kozlowski
@ 2023-04-20 10:54   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/thermal-sensor@4410000: simple-bus unit address format error, expected "4411000"
> 
> Fixes: 7b74cba6b13f ("arm64: dts: qcom: sm6115: Add TSENS node")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sm6115.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
> index 43f31c1b9d5a..ea71249bbdf3 100644
> --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
> @@ -700,7 +700,7 @@ spmi_bus: spmi@1c40000 {
>  			#interrupt-cells = <4>;
>  		};
>  
> -		tsens0: thermal-sensor@4410000 {
> +		tsens0: thermal-sensor@4411000 {
>  			compatible = "qcom,sm6115-tsens", "qcom,tsens-v2";
>  			reg = <0x0 0x04411000 0x0 0x1ff>, /* TM */
>  			      <0x0 0x04410000 0x0 0x8>; /* SROT */

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 13/18] arm64: dts: qcom: sm8350: correct DMA controller unit address
  2023-04-19 21:18 ` [PATCH 13/18] arm64: dts: qcom: sm8350: correct DMA controller " Krzysztof Kozlowski
@ 2023-04-20 10:55   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:55 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/dma-controller@900000: simple-bus unit address format error, expected "9800000"
> 
> Fixes: bc08fbf49bc8 ("arm64: dts: qcom: sm8350: Define GPI DMA engines")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> index 3efdc03ed0f1..a9af730e0b1c 100644
> --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> @@ -907,7 +907,7 @@ spi19: spi@894000 {
>  			};
>  		};
>  
> -		gpi_dma0: dma-controller@900000 {
> +		gpi_dma0: dma-controller@9800000 {
>  			compatible = "qcom,sm8350-gpi-dma", "qcom,sm6350-gpi-dma";
>  			reg = <0 0x09800000 0 0x60000>;
>  			interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 14/18] arm64: dts: qcom: sm8350: correct PCI phy unit address
  2023-04-19 21:18 ` [PATCH 14/18] arm64: dts: qcom: sm8350: correct PCI phy " Krzysztof Kozlowski
@ 2023-04-20 10:55   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:55 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Srinivas Kandagatla, Luca Weiss, Vladimir Lypak, Adam Skladowski,
	Marijn Suijten, AngeloGioacchino Del Regno, Robert Foss,
	Andrey Konovalov, Vinod Koul, Dmitry Baryshkov, Neil Armstrong,
	Sai Prakash Ranjan, Abel Vesa, Molly Sophia, linux-arm-msm,
	devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/phy@1c0f000: simple-bus unit address format error, expected "1c0e000"
> 
> Fixes: 6daee40678a0 ("arm64: dts: qcom: sm8350: add PCIe devices")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> index a9af730e0b1c..5ca21cd1cbec 100644
> --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> @@ -1638,7 +1638,7 @@ pcie1: pci@1c08000 {
>  			status = "disabled";
>  		};
>  
> -		pcie1_phy: phy@1c0f000 {
> +		pcie1_phy: phy@1c0e000 {
>  			compatible = "qcom,sm8350-qmp-gen3x2-pcie-phy";
>  			reg = <0 0x01c0e000 0 0x2000>;
>  			clocks = <&gcc GCC_PCIE_1_AUX_CLK>,

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 15/18] arm64: dts: qcom: sm8350: correct USB phy unit address
  2023-04-19 21:18 ` [PATCH 15/18] arm64: dts: qcom: sm8350: correct USB " Krzysztof Kozlowski
@ 2023-04-20 10:55   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:55 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Srinivas Kandagatla, Luca Weiss, Vladimir Lypak, Adam Skladowski,
	Marijn Suijten, AngeloGioacchino Del Regno, Robert Foss,
	Andrey Konovalov, Vinod Koul, Dmitry Baryshkov, Neil Armstrong,
	Sai Prakash Ranjan, Abel Vesa, Molly Sophia, linux-arm-msm,
	devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/phy@88e9000: simple-bus unit address format error, expected "88e8000"
> 
> Fixes: 2458a305e80e ("arm64: dts: qcom: sm8350: switch to combo usb3/dp phy")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> index 5ca21cd1cbec..425af2c38a37 100644
> --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
> @@ -2140,7 +2140,7 @@ usb_2_hsphy: phy@88e4000 {
>  			resets = <&gcc GCC_QUSB2PHY_SEC_BCR>;
>  		};
>  
> -		usb_1_qmpphy: phy@88e9000 {
> +		usb_1_qmpphy: phy@88e8000 {
>  			compatible = "qcom,sm8350-qmp-usb3-dp-phy";
>  			reg = <0 0x088e8000 0 0x3000>;
>  

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto unit address
  2023-04-19 21:18 ` [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto " Krzysztof Kozlowski
@ 2023-04-20 10:56   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/crypto@1de0000: simple-bus unit address format error, expected "1dfa000"
> 
> Fixes: 433477c3bf0b ("arm64: dts: qcom: sm8550: add QCrypto nodes")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> index 43192ef21aec..90d2b7057b75 100644
> --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> @@ -1858,7 +1858,7 @@ cryptobam: dma-controller@1dc4000 {
>  				 <&apps_smmu 0x481 0x0>;
>  		};
>  
> -		crypto: crypto@1de0000 {
> +		crypto: crypto@1dfa000 {
>  			compatible = "qcom,sm8550-qce", "qcom,sm8150-qce", "qcom,qce";
>  			reg = <0x0 0x01dfa000 0x0 0x6000>;
>  			dmas = <&cryptobam 4>, <&cryptobam 5>;

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 17/18] arm64: dts: qcom: sm8550: correct pinctrl unit address
  2023-04-19 21:18 ` [PATCH 17/18] arm64: dts: qcom: sm8550: correct pinctrl " Krzysztof Kozlowski
@ 2023-04-20 10:56   ` Konrad Dybcio
  0 siblings, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/pinctrl@f000000: simple-bus unit address format error, expected "f100000"
> 
> Fixes: ffc50b2d3828 ("arm64: dts: qcom: Add base SM8550 dtsi")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> index 90d2b7057b75..eef46045df93 100644
> --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
> @@ -2883,7 +2883,7 @@ spmi_bus: spmi@c400000 {
>  			#interrupt-cells = <4>;
>  		};
>  
> -		tlmm: pinctrl@f000000 {
> +		tlmm: pinctrl@f100000 {
>  			compatible = "qcom,sm8550-tlmm";
>  			reg = <0 0x0f100000 0 0x300000>;
>  			interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg
  2023-04-19 21:18 ` [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg Krzysztof Kozlowski
  2023-04-20  9:40   ` Molly Sophia
@ 2023-04-20 10:56   ` Konrad Dybcio
  1 sibling, 0 replies; 41+ messages in thread
From: Konrad Dybcio @ 2023-04-20 10:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, Marijn Suijten, AngeloGioacchino Del Regno,
	Robert Foss, Andrey Konovalov, Vinod Koul, Dmitry Baryshkov,
	Neil Armstrong, Sai Prakash Ranjan, Abel Vesa, Molly Sophia,
	linux-arm-msm, devicetree, linux-kernel



On 19.04.2023 23:18, Krzysztof Kozlowski wrote:
> Add missing reg property to touchscreen child node to fix dtbs W=1 warnings:
> 
>   Warning (unit_address_vs_reg): /soc@0/geniqup@ac0000/i2c@a98000/touchscreen@20/rmi4-f12@12: node has a unit name, but no reg or ranges property
> 
> Fixes: be497abe19bf ("arm64: dts: qcom: Add support for Xiaomi Mi Mix2s")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
>  arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
> index 8ae0ffccaab2..576f0421824f 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts
> @@ -483,6 +483,7 @@ rmi4-f01@1 {
>  		};
>  
>  		rmi4-f12@12 {
> +			reg = <0x12>;
>  			syna,rezero-wait-ms = <0xc8>;
>  			syna,clip-x-high = <0x438>;
>  			syna,clip-y-high = <0x870>;

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC unit address
  2023-04-19 21:18 ` [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC " Krzysztof Kozlowski
  2023-04-20  7:48   ` AngeloGioacchino Del Regno
  2023-04-20 10:53   ` Konrad Dybcio
@ 2023-04-20 21:41   ` Marijn Suijten
  2 siblings, 0 replies; 41+ messages in thread
From: Marijn Suijten @ 2023-04-20 21:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Sivaprakash Murugesan, Todor Tomov,
	Ivan T. Ivanov, Srinivas Kandagatla, Luca Weiss, Vladimir Lypak,
	Adam Skladowski, AngeloGioacchino Del Regno, Robert Foss,
	Andrey Konovalov, Vinod Koul, Dmitry Baryshkov, Neil Armstrong,
	Sai Prakash Ranjan, Abel Vesa, Molly Sophia, linux-arm-msm,
	devicetree, linux-kernel

On 2023-04-19 23:18:45, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc@0/mmc@7824000: simple-bus unit address format error, expected "7824900"
>   Warning (simple_bus_reg): /soc@0/mmc@7864000: simple-bus unit address format error, expected "7864900"
>   Warning (simple_bus_reg): /soc@0/mmc@7a24000: simple-bus unit address format error, expected "7a24900"
> 
> Fixes: 0484d3ce0902 ("arm64: dts: qcom: Add DTS for MSM8976 and MSM8956 SoCs")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Looks like we used/kept the "core" rather than "hc" addresses here when
porting from downstream.

Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>

> ---
>  arch/arm64/boot/dts/qcom/msm8976.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8976.dtsi b/arch/arm64/boot/dts/qcom/msm8976.dtsi
> index f47fb8ea71e2..753b9a2105ed 100644
> --- a/arch/arm64/boot/dts/qcom/msm8976.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8976.dtsi
> @@ -822,7 +822,7 @@ spmi_bus: spmi@200f000 {
>  			#interrupt-cells = <4>;
>  		};
>  
> -		sdhc_1: mmc@7824000 {
> +		sdhc_1: mmc@7824900 {
>  			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07824900 0x500>, <0x07824000 0x800>;
>  			reg-names = "hc", "core";
> @@ -838,7 +838,7 @@ sdhc_1: mmc@7824000 {
>  			status = "disabled";
>  		};
>  
> -		sdhc_2: mmc@7864000 {
> +		sdhc_2: mmc@7864900 {
>  			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07864900 0x11c>, <0x07864000 0x800>;
>  			reg-names = "hc", "core";
> @@ -957,7 +957,7 @@ otg: usb@78db000 {
>  			#reset-cells = <1>;
>  		};
>  
> -		sdhc_3: mmc@7a24000 {
> +		sdhc_3: mmc@7a24900 {
>  			compatible = "qcom,msm8976-sdhci", "qcom,sdhci-msm-v4";
>  			reg = <0x07a24900 0x11c>, <0x07a24000 0x800>;
>  			reg-names = "hc", "core";
> -- 
> 2.34.1
> 

^ permalink raw reply	[flat|nested] 41+ messages in thread

* Re: (subset) [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address
  2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
                   ` (17 preceding siblings ...)
  2023-04-20 10:51 ` [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Konrad Dybcio
@ 2023-05-25  4:54 ` Bjorn Andersson
  18 siblings, 0 replies; 41+ messages in thread
From: Bjorn Andersson @ 2023-05-25  4:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Srinivas Kandagatla, Vinod Koul, Luca Weiss,
	Vladimir Lypak, Ivan T. Ivanov, linux-arm-msm, Todor Tomov,
	Sivaprakash Murugesan, Dmitry Baryshkov, Molly Sophia,
	Andrey Konovalov, Robert Foss, Adam Skladowski, Andy Gross,
	Neil Armstrong, Rob Herring, Marijn Suijten,
	AngeloGioacchino Del Regno, Krzysztof Kozlowski,
	Sai Prakash Ranjan, linux-kernel, Konrad Dybcio, devicetree,
	Abel Vesa

On Wed, 19 Apr 2023 23:18:39 +0200, Krzysztof Kozlowski wrote:
> Match unit-address to reg entry to fix dtbs W=1 warnings:
> 
>   Warning (simple_bus_reg): /soc/qrng@e1000: simple-bus unit address format error, expected "e3000"
> 
> 

Applied, thanks!

[01/18] arm64: dts: qcom: ipq6018: correct qrng unit address
        commit: 085058786a7890dd44ec623fe5ac74db870f6b93
[02/18] arm64: dts: qcom: msm8916: correct camss unit address
        commit: 48798d992ce276cf0d57bf75318daf8eabd02aa4
[03/18] arm64: dts: qcom: msm8916: correct MMC unit address
        commit: 72644bc76d5145c098c268829554a0b98fab1de1
[04/18] arm64: dts: qcom: msm8916: correct WCNSS unit address
        commit: 1f9a41bb0bba7b373c26a6f2cc8d35cc3159c861
[05/18] arm64: dts: qcom: msm8953: correct IOMMU unit address
        commit: 1c06b93461ec9df8a5878947db4a9d2d1cb72855
[06/18] arm64: dts: qcom: msm8953: correct WCNSS unit address
        commit: 751038676e3075a5cb816034f7d5ba6e95f4486d
[07/18] arm64: dts: qcom: msm8976: correct MMC unit address
        commit: 80284797a4cb8ceae71e3c403bafc6648263a060
[08/18] arm64: dts: qcom: msm8994: correct SPMI unit address
        commit: 24f0f6a8059c7108d4ee3476c95db1e7ff4feb79
[09/18] arm64: dts: qcom: msm8996: correct camss unit address
        commit: e959ced1d0e5ef0b1f66a0c2d0e1ae80790e5ca5
[10/18] arm64: dts: qcom: sdm630: correct camss unit address
        commit: c8b7faa7e9913a94444b3f00b6480e53a174fcfd
[11/18] arm64: dts: qcom: sdm845: correct camss unit address
        commit: a05b913a27e46926ba60ba2bcacc7ec7a8403e4c
[12/18] arm64: dts: qcom: sm6115: correct thermal-sensor unit address
        commit: 2358b43256080459fcc5642265ed4fec75558f8c
[13/18] arm64: dts: qcom: sm8350: correct DMA controller unit address
        commit: 41d6bca799b3f40d4d3c22dd4545aeac7c210e33
[14/18] arm64: dts: qcom: sm8350: correct PCI phy unit address
        commit: ab98c21bc9246f421a6ae70e69f1b73cea6f85e3
[15/18] arm64: dts: qcom: sm8350: correct USB phy unit address
        commit: a560ab70c6e28ba784a824611d3f58969d8fadba
[16/18] arm64: dts: qcom: sm8550: correct crypto unit address
        commit: 3cbf49ef16962ab6d99a3659cb34a33c5f147b50
[17/18] arm64: dts: qcom: sm8550: correct pinctrl unit address
        commit: 950a4fe6ec8498799d1c7bd31a489a718f94a87e
[18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg
        commit: 4a0156b8862665a3e31c8280607388e3001ace3d

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2023-05-25  4:54 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-19 21:18 [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Krzysztof Kozlowski
2023-04-19 21:18 ` [PATCH 02/18] arm64: dts: qcom: msm8916: correct camss " Krzysztof Kozlowski
2023-04-20 10:52   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 03/18] arm64: dts: qcom: msm8916: correct MMC " Krzysztof Kozlowski
2023-04-20 10:52   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 04/18] arm64: dts: qcom: msm8916: correct WCNSS " Krzysztof Kozlowski
2023-04-20 10:52   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 05/18] arm64: dts: qcom: msm8953: correct IOMMU " Krzysztof Kozlowski
2023-04-20 10:53   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 06/18] arm64: dts: qcom: msm8953: correct WCNSS " Krzysztof Kozlowski
2023-04-20 10:53   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 07/18] arm64: dts: qcom: msm8976: correct MMC " Krzysztof Kozlowski
2023-04-20  7:48   ` AngeloGioacchino Del Regno
2023-04-20 10:53   ` Konrad Dybcio
2023-04-20 21:41   ` Marijn Suijten
2023-04-19 21:18 ` [PATCH 08/18] arm64: dts: qcom: msm8994: correct SPMI " Krzysztof Kozlowski
2023-04-20 10:53   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 09/18] arm64: dts: qcom: msm8996: correct camss " Krzysztof Kozlowski
2023-04-20 10:54   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 10/18] arm64: dts: qcom: sdm630: " Krzysztof Kozlowski
2023-04-20  7:49   ` AngeloGioacchino Del Regno
2023-04-20 10:54   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 11/18] arm64: dts: qcom: sdm845: " Krzysztof Kozlowski
2023-04-20 10:54   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 12/18] arm64: dts: qcom: sm6115: correct thermal-sensor " Krzysztof Kozlowski
2023-04-20 10:54   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 13/18] arm64: dts: qcom: sm8350: correct DMA controller " Krzysztof Kozlowski
2023-04-20 10:55   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 14/18] arm64: dts: qcom: sm8350: correct PCI phy " Krzysztof Kozlowski
2023-04-20 10:55   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 15/18] arm64: dts: qcom: sm8350: correct USB " Krzysztof Kozlowski
2023-04-20 10:55   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto " Krzysztof Kozlowski
2023-04-20 10:56   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 17/18] arm64: dts: qcom: sm8550: correct pinctrl " Krzysztof Kozlowski
2023-04-20 10:56   ` Konrad Dybcio
2023-04-19 21:18 ` [PATCH 18/18] arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg Krzysztof Kozlowski
2023-04-20  9:40   ` Molly Sophia
2023-04-20 10:56   ` Konrad Dybcio
2023-04-20 10:51 ` [PATCH 01/18] arm64: dts: qcom: ipq6018: correct qrng unit address Konrad Dybcio
2023-05-25  4:54 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox