mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-23 12:38:20 -04:00
arm64: dts: mediatek: mt8395-kontron-i1200: Fix MT6360 regulator nodes
All of the MT6360 regulator nodes were wrong and would not probe
because the regulator names are supposed to be lower case, but
they are upper case in this devicetree.
Change all nodes to be lower case to get working regulators.
Fixes: 94aaf79a6a ("arm64: dts: mediatek: add Kontron 3.5"-SBC-i1200")
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-38-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
45049abe5b
commit
09a1e9c973
@@ -352,7 +352,7 @@ regulator {
|
||||
LDO_VIN2-supply = <&vsys>;
|
||||
LDO_VIN3-supply = <&vsys>;
|
||||
|
||||
mt6360_buck1: BUCK1 {
|
||||
mt6360_buck1: buck1 {
|
||||
regulator-name = "emi_vdd2";
|
||||
regulator-min-microvolt = <600000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
@@ -362,7 +362,7 @@ MT6360_OPMODE_LP
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
mt6360_buck2: BUCK2 {
|
||||
mt6360_buck2: buck2 {
|
||||
regulator-name = "emi_vddq";
|
||||
regulator-min-microvolt = <300000>;
|
||||
regulator-max-microvolt = <1300000>;
|
||||
@@ -372,7 +372,7 @@ MT6360_OPMODE_LP
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
mt6360_ldo1: LDO1 {
|
||||
mt6360_ldo1: ldo1 {
|
||||
regulator-name = "mt6360_ldo1"; /* Test point */
|
||||
regulator-min-microvolt = <1200000>;
|
||||
regulator-max-microvolt = <3600000>;
|
||||
@@ -380,7 +380,7 @@ mt6360_ldo1: LDO1 {
|
||||
MT6360_OPMODE_LP>;
|
||||
};
|
||||
|
||||
mt6360_ldo2: LDO2 {
|
||||
mt6360_ldo2: ldo2 {
|
||||
regulator-name = "panel1_p1v8";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
@@ -388,7 +388,7 @@ mt6360_ldo2: LDO2 {
|
||||
MT6360_OPMODE_LP>;
|
||||
};
|
||||
|
||||
mt6360_ldo3: LDO3 {
|
||||
mt6360_ldo3: ldo3 {
|
||||
regulator-name = "vmc_pmu";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
@@ -396,7 +396,7 @@ mt6360_ldo3: LDO3 {
|
||||
MT6360_OPMODE_LP>;
|
||||
};
|
||||
|
||||
mt6360_ldo5: LDO5 {
|
||||
mt6360_ldo5: ldo5 {
|
||||
regulator-name = "vmch_pmu";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
@@ -404,7 +404,7 @@ mt6360_ldo5: LDO5 {
|
||||
MT6360_OPMODE_LP>;
|
||||
};
|
||||
|
||||
mt6360_ldo6: LDO6 {
|
||||
mt6360_ldo6: ldo6 {
|
||||
regulator-name = "mt6360_ldo6"; /* Test point */
|
||||
regulator-min-microvolt = <500000>;
|
||||
regulator-max-microvolt = <2100000>;
|
||||
@@ -412,7 +412,7 @@ mt6360_ldo6: LDO6 {
|
||||
MT6360_OPMODE_LP>;
|
||||
};
|
||||
|
||||
mt6360_ldo7: LDO7 {
|
||||
mt6360_ldo7: ldo7 {
|
||||
regulator-name = "emi_vmddr_en";
|
||||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <1800000>;
|
||||
|
||||
Reference in New Issue
Block a user