projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
arm: kirkwood: NETGEAR ReadyNAS Duo v2 init PCIe via DT
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
Documentation
/
devicetree
/
bindings
/
drm
/
exynos
/
hdmiddc.txt
1
Device-Tree bindings for hdmiddc driver
2
3
Required properties:
4
- compatible: value should be "samsung,exynos5-hdmiddc".
5
- reg: I2C address of the hdmiddc device.
6
7
Example:
8
9
hdmiddc {
10
compatible = "samsung,exynos5-hdmiddc";
11
reg = <0x50>;
12
};