arm64: dts: mediatek: mt6359: use proper compatible for rtc

The MT6359 PMIC include file uses directly "mediatek,mt6358-rtc"
compatible string for the rtc subnode, but not its own compatible
string.
Now that the "mediatek,mt6359-rtc" compatible is properly declared in
the dt-bindings, use it with "mediatek,mt6358-rtc" as fallback.

Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Louis-Alexis Eyraud 2026-07-01 10:38:21 +02:00 committed by AngeloGioacchino Del Regno
parent 759e989b84
commit 3dc552c1ba
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -287,7 +287,7 @@ mt6359_vsram_others_sshub_ldo: ldo_vsram_others_sshub {
};
mt6359rtc: rtc {
compatible = "mediatek,mt6358-rtc";
compatible = "mediatek,mt6359-rtc", "mediatek,mt6358-rtc";
};
};
};