mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: mediatek: mt6331: Fix pmic, regulators, rtc, keys node names
[ Upstream commit 98967109c9c0e2de4140827628c63f96314099ab ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2af05a03b1
commit
7e538e84ca
@@ -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_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 @@
|
||||
};
|
||||
};
|
||||
|
||||
mt6331rtc: mt6331rtc {
|
||||
mt6331rtc: rtc {
|
||||
compatible = "mediatek,mt6331-rtc";
|
||||
};
|
||||
|
||||
mt6331keys: mt6331keys {
|
||||
mt6331keys: keys {
|
||||
compatible = "mediatek,mt6331-keys";
|
||||
power {
|
||||
linux,keycodes = <KEY_POWER>;
|
||||
|
||||
Reference in New Issue
Block a user