From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM
---
kernel/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/kernel/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/kernel/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
index 2727c6a..927de56 100644
--- a/kernel/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
+++ b/kernel/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt
@@ -40,13 +40,17 @@
- clock-names: May contain "vpll", external clock for some hdmi phy.
- phys: from general PHY binding: the phandle for the PHY device.
- phy-names: Should be "hdmi" if phys references an external phy.
-- max-tmdsclk: hdmi max tmdsclk, if this property is not set, set max tmdsclk to 594M.
-- unsupported-yuv-input: If yuv input is not supported, set this property.
-- unsupported-deep-color: If deep color mode is not supported, set this property.
- skip-check-420-mode: If need skip check yuv420 mode valid, set this property.
- hdcp1x-enable: enable hdcp1.x, enable if defined, disable if not defined
- scramble-low-rates: if defined enable scarmble when tmdsclk less than 340Mhz
+Optional pinctrl entry:
+- If you have both a "unwedge" and "default" pinctrl entry, dw_hdmi
+ will switch to the unwedge pinctrl state for 10ms if it ever gets an
+ i2c timeout. It's intended that this unwedge pinctrl entry will
+ cause the SDA line to be driven low to work around a hardware
+ errata.
+
Example:
hdmi: hdmi@ff980000 {
--
Gitblit v1.6.2