| .. | .. |
|---|
| 40 | 40 | - clock-names: May contain "vpll", external clock for some hdmi phy. |
|---|
| 41 | 41 | - phys: from general PHY binding: the phandle for the PHY device. |
|---|
| 42 | 42 | - phy-names: Should be "hdmi" if phys references an external phy. |
|---|
| 43 | | -- max-tmdsclk: hdmi max tmdsclk, if this property is not set, set max tmdsclk to 594M. |
|---|
| 44 | | -- unsupported-yuv-input: If yuv input is not supported, set this property. |
|---|
| 45 | | -- unsupported-deep-color: If deep color mode is not supported, set this property. |
|---|
| 46 | 43 | - skip-check-420-mode: If need skip check yuv420 mode valid, set this property. |
|---|
| 47 | 44 | - hdcp1x-enable: enable hdcp1.x, enable if defined, disable if not defined |
|---|
| 48 | 45 | - scramble-low-rates: if defined enable scarmble when tmdsclk less than 340Mhz |
|---|
| 49 | 46 | |
|---|
| 47 | +Optional pinctrl entry: |
|---|
| 48 | +- If you have both a "unwedge" and "default" pinctrl entry, dw_hdmi |
|---|
| 49 | + will switch to the unwedge pinctrl state for 10ms if it ever gets an |
|---|
| 50 | + i2c timeout. It's intended that this unwedge pinctrl entry will |
|---|
| 51 | + cause the SDA line to be driven low to work around a hardware |
|---|
| 52 | + errata. |
|---|
| 53 | + |
|---|
| 50 | 54 | Example: |
|---|
| 51 | 55 | |
|---|
| 52 | 56 | hdmi: hdmi@ff980000 { |
|---|