]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: mediatek: mt8365: use a specific SCPSYS compatible
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 12 Jun 2024 09:24:20 +0000 (11:24 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 27 Jun 2024 08:10:24 +0000 (10:10 +0200)
SoCs should use dedicated compatibles for each of their syscon nodes to
precisely describe the block.  Using an incorrect compatible does not
allow to properly match/validate children of the syscon device.  Replace
SYSCFG compatible, which does not have children, with a new dedicated
one for SCPSYS block.

Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>
Tested-by: Alexandre Mergnat <amergnat@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240612092421.52917-2-krzysztof.kozlowski@linaro.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8365.dtsi

index 455c2ae3b30ae9d4bfaeedeb22939d2ca315bda7..eb449bfa88030c5a9757cb9c4aab8cee751e9dbc 100644 (file)
                };
 
                scpsys: syscon@10006000 {
-                       compatible = "mediatek,mt8365-syscfg", "syscon", "simple-mfd";
+                       compatible = "mediatek,mt8365-scpsys", "syscon", "simple-mfd";
                        reg = <0 0x10006000 0 0x1000>;
 
                        /* System Power Manager */