Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.15-rc2 15 lines 319 B view raw
1Device-Tree bindings for hdmiddc driver 2 3Required properties: 4- compatible: value should be one of the following 5 1) "samsung,exynos5-hdmiddc" <DEPRECATED> 6 2) "samsung,exynos4210-hdmiddc" 7 8- reg: I2C address of the hdmiddc device. 9 10Example: 11 12 hdmiddc { 13 compatible = "samsung,exynos4210-hdmiddc"; 14 reg = <0x50>; 15 };