ARM: dts: exynos: Disable unused buck10 regulator on Odroid HC1 board

The eMMC memory on Odroid XU3/XU4 boards is supplied by two regulators
LDO18 and buck10 (and LDO13 for the host interface).

However the Odroid HC1 board does not have eMMC connector so this
regulator does not have to be always on.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2019-06-20 20:34:52 +02:00
Родитель c31b11c3eb
Коммит d0b737f939
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -490,8 +490,6 @@
regulator-name = "vdd_vmem";
regulator-min-microvolt = <2850000>;
regulator-max-microvolt = <2850000>;
regulator-always-on;
regulator-boot-on;
};
};
};

Просмотреть файл

@ -360,6 +360,12 @@
};
};
&buck10_reg {
/* Supplies vmmc-supply of mmc_0 */
regulator-always-on;
regulator-boot-on;
};
&hdmi {
status = "okay";
ddc = <&i2c_2>;