Re: [PATCH 04/10] ARM: dts: qcom: ipq8064: drop leading 0 from unit-address

From: Konrad Dybcio
Date: Thu Apr 20 2023 - 06:49:17 EST




On 20.04.2023 09:50, Krzysztof Kozlowski wrote:
> Unit-address should not start with 0:
>
> Warning (simple_bus_reg): /soc/syscon@03000000: simple-bus unit address format error, expected "3000000"
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

> arch/arm/boot/dts/qcom-ipq8064.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
> index 621edf508a88..182018d79a7b 100644
> --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
> @@ -609,7 +609,7 @@ saw1: regulator@2099000 {
> regulator;
> };
>
> - nss_common: syscon@03000000 {
> + nss_common: syscon@3000000 {
> compatible = "syscon";
> reg = <0x03000000 0x0000FFFF>;
some random uppercase hex, if you'd like to clean that up too!

Konrad

> };