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 v4.1-rc3 17 lines 375 B view raw
1* OMAP HDQ One wire bus master controller 2 3Required properties: 4- compatible : should be "ti,omap3-1w" 5- reg : Address and length of the register set for the device 6- interrupts : interrupt line. 7- ti,hwmods : "hdq1w" 8 9Example: 10 11- From omap3.dtsi 12 hdqw1w: 1w@480b2000 { 13 compatible = "ti,omap3-1w"; 14 reg = <0x480b2000 0x1000>; 15 interrupts = <58>; 16 ti,hwmods = "hdq1w"; 17 };