Re: [PATCH 16/18] arm64: dts: qcom: sm8550: correct crypto unit address

From: Konrad Dybcio
Date: Thu Apr 20 2023 - 06:59:42 EST




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@xxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

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>;