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 v5.8 11 lines 242 B view raw
1Bindings for Delta Electronics DPS-650-AB power supply 2 3Required properties: 4- compatible : "delta,dps650ab" 5- reg : I2C address, one of 0x58, 0x59. 6 7Example: 8 dps650ab@58 { 9 compatible = "delta,dps650ab"; 10 reg = <0x58>; 11 };