mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
arm64: dts: mediatek: mt6331: Fix pmic, regulators, rtc, keys node names
The node names for "pmic", "regulators", "rtc", and "keys" are
dictated by the PMIC MFD binding: change those to adhere to it.
Fixes: aef783f3e0 ("arm64: dts: mediatek: Add MT6331 PMIC devicetree")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Fei Shao <fshao@chromium.org>
Link: https://lore.kernel.org/r/20250724083914.61351-17-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
e36be19823
commit
98967109c9
|
|
@ -6,12 +6,12 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
|
||||
&pwrap {
|
||||
pmic: mt6331 {
|
||||
pmic: pmic {
|
||||
compatible = "mediatek,mt6331";
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
|
||||
mt6331regulator: mt6331regulator {
|
||||
mt6331regulator: regulators {
|
||||
compatible = "mediatek,mt6331-regulator";
|
||||
|
||||
mt6331_vdvfs11_reg: buck-vdvfs11 {
|
||||
|
|
@ -258,7 +258,7 @@ mt6331_vrtc_reg: ldo-vrtc {
|
|||
};
|
||||
|
||||
mt6331_vdig18_reg: ldo-vdig18 {
|
||||
regulator-name = "dvdd18_dig";
|
||||
regulator-name = "vdig18";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
regulator-ramp-delay = <0>;
|
||||
|
|
@ -266,11 +266,11 @@ mt6331_vdig18_reg: ldo-vdig18 {
|
|||
};
|
||||
};
|
||||
|
||||
mt6331rtc: mt6331rtc {
|
||||
mt6331rtc: rtc {
|
||||
compatible = "mediatek,mt6331-rtc";
|
||||
};
|
||||
|
||||
mt6331keys: mt6331keys {
|
||||
mt6331keys: keys {
|
||||
compatible = "mediatek,mt6331-keys";
|
||||
power {
|
||||
linux,keycodes = <KEY_POWER>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user