提交 d0b737f9 编写于 作者: K Krzysztof Kozlowski

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: NKrzysztof Kozlowski <krzk@kernel.org>
上级 c31b11c3
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册