Re: [PATCH v2] arm64: dts: mt8192: Follow binding order for SCP registers

From: AngeloGioacchino Del Regno
Date: Thu May 05 2022 - 04:19:13 EST


Il 04/05/22 23:45, Nícolas F. R. A. Prado ha scritto:
The dt-binding for SCP documents the reg-names order as sram, cfg,
l1tcm. Update the SCP node on the mt8192 devicetree to follow that
order, which gets rid of a dtbs_check warning. This doesn't change any
behavior since the SCP driver accesses the memory regions through the
names anyway.

Fixes: c63556ec6bfe ("arm64: dts: mt8192: Add SCP node")
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>

Now, that's perfect! Thanks!

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