mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
cc57caf0cf
This patch adds new combatible strings for hdmi, mixer, ddc and hdmiphy. It follows the convention of using compatible string which represent the SoC in which the IP was added for the first time. Drivers continue to support the previous compatible strings but further addition of these compatible strings in device tree is deprecated. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
Device-Tree bindings for hdmiphy driver
|
|
|
|
Required properties:
|
|
- compatible: value should be one of the following:
|
|
1) "samsung,exynos5-hdmiphy" <DEPRECATED>
|
|
2) "samsung,exynos4210-hdmiphy".
|
|
3) "samsung,exynos4212-hdmiphy".
|
|
- reg: I2C address of the hdmiphy device.
|
|
|
|
Example:
|
|
|
|
hdmiphy {
|
|
compatible = "samsung,exynos4210-hdmiphy";
|
|
reg = <0x38>;
|
|
};
|