-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 358339 b: refs/heads/master c: 6e8de0b h: refs/heads/master i: 358337: 27fdf38 358335: 83a28e3 v: v3
- Loading branch information
Rob Clark
committed
Feb 19, 2013
1 parent
695f539
commit d7fa09d
Showing
6 changed files
with
426 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e7792ce2da5ded80861db787ace9b57ecf7bc96c | ||
refs/heads/master: 6e8de0bd6a51fdeebd5d975c4fcc426f730b339b |
18 changes: 18 additions & 0 deletions
18
trunk/Documentation/devicetree/bindings/drm/tilcdc/slave.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Device-Tree bindings for tilcdc DRM encoder slave output driver | ||
|
||
Required properties: | ||
- compatible: value should be "ti,tilcdc,slave". | ||
- i2c: the phandle for the i2c device the encoder slave is connected to | ||
|
||
Recommended properties: | ||
- pinctrl-names, pinctrl-0: the pincontrol settings to configure | ||
muxing properly for pins that connect to TFP410 device | ||
|
||
Example: | ||
|
||
hdmi { | ||
compatible = "ti,tilcdc,slave"; | ||
i2c = <&i2c0>; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&nxp_hdmi_bonelt_pins>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.