arm64: dts: mt6358: change node names

- Change the node name from "mt6358" to "pmic", "mt6358rtc" to "rtc" and
"mt6358keys" to "keys" to be consistent with the generic names recommendation.

Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221005-mt6357-support-v8-4-560caaafee53@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Alexandre Mergnat 2023-01-02 17:06:05 +01:00 committed by Matthias Brugger
parent 90e75e8284
commit 9551b69931

View File

@ -5,7 +5,7 @@
#include <dt-bindings/input/input.h>
&pwrap {
pmic: mt6358 {
pmic: pmic {
compatible = "mediatek,mt6358";
interrupt-controller;
interrupt-parent = <&pio>;
@ -355,11 +355,11 @@ mt6358_vsim2_reg: ldo_vsim2 {
};
};
mt6358rtc: mt6358rtc {
mt6358rtc: rtc {
compatible = "mediatek,mt6358-rtc";
};
mt6358keys: mt6358keys {
mt6358keys: keys {
compatible = "mediatek,mt6358-keys";
power {
linux,keycodes = <KEY_POWER>;