I2C2 have to be disabled on hdcp board since those I2C2 bus pins
used for others, that said there is no all pmic regulators. In this
case, ldo-enable mode should be used and reg_arm/reg_soc/reg_pu should
be swithed to internal ldo instead. Otherwise, no reg_pu regulator
probed successfully by gpu driver, and cause gpu probe failed. Also,
cause cpufreq probe failed too.
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
#include "imx6qp-sabresd.dts"
+&gpc {
+ /* use ldo-enable, u-boot will check it and configure */
+ fsl,ldo-bypass = <0>;
+};
+
&hdmi_video {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hdmi_hdcp>;
&i2c2 {
status = "disable";
};
+
+®_arm {
+ /delete-property/ vin-supply;
+};
+
+®_pu {
+ /delete-property/ vin-supply;
+};
+
+®_soc {
+ /delete-property/ vin-supply;
+};