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.12 18 lines 441 B view raw
1Pistachio internal DAC DT bindings 2 3Required properties: 4 5 - compatible: "img,pistachio-internal-dac" 6 7 - img,cr-top : Must contain a phandle to the top level control syscon 8 node which contains the internal dac control registers 9 10 - VDD-supply : Digital power supply regulator (+1.8V or +3.3V) 11 12Examples: 13 14internal_dac: internal-dac { 15 compatible = "img,pistachio-internal-dac"; 16 img,cr-top = <&cr_top>; 17 VDD-supply = <&supply3v3>; 18};