summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qp-sabresd-hdcp.dts
diff options
context:
space:
mode:
authorSandor Yu <Sandor.yu@nxp.com>2019-09-17 15:07:36 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:07:49 +0800
commitaaef9eacc40cf9ca784da68dcbc826202e8cc875 (patch)
treeb23e5d66adb833b01f1d18932a5e4a596ec23cb5 /arch/arm/boot/dts/imx6qp-sabresd-hdcp.dts
parentef495aa744f0bdbdded198658e2de0d8d4ca04dc (diff)
arm: dts: imx6: Add hdmi property in dts files
add imx6qp/q/dl hdmi property. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp-sabresd-hdcp.dts')
-rw-r--r--arch/arm/boot/dts/imx6qp-sabresd-hdcp.dts39
1 files changed, 39 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabresd-hdcp.dts b/arch/arm/boot/dts/imx6qp-sabresd-hdcp.dts
new file mode 100644
index 000000000000..e19ff136c226
--- /dev/null
+++ b/arch/arm/boot/dts/imx6qp-sabresd-hdcp.dts
@@ -0,0 +1,39 @@
+/*
+ * Copyright 2015 Freescale Semiconductor, Inc.
+ *
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+#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>;
+ fsl,hdcp;
+};
+
+&i2c2 {
+ status = "disable";
+};
+
+&reg_arm {
+ /delete-property/ vin-supply;
+};
+
+&reg_pu {
+ /delete-property/ vin-supply;
+};
+
+&reg_soc {
+ /delete-property/ vin-supply;
+};