Skip to content

Commit 0d32933

Browse files
committed
web: bd79101: Use the bd7910x template file
Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
1 parent d436f2b commit 0d32933

1 file changed

Lines changed: 2 additions & 30 deletions

File tree

Sensors/BD79101/README.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
permalink: /Sensors/BD79101/
33
markdownhint: If you're reading the raw-text, you can find the included stuff from the _includes folder. Or, you can head to the pages in https://rohmsemiconductor.github.io/Linux-Kernel-Sensor-Drivers/
44
sensorname: BD79101
5+
bd7910xnumch: 2
56
compatible: rohm,bd79101
67
devicetype: adc
78
spifreq: 20000000
@@ -11,33 +12,4 @@ expectupstreamed: v6.18
1112
issuelink: https://github.com/RohmSemiconductor/Linux-Kernel-Sensor-Drivers/issues?q=is%3Aissue+repo%3ALinux-Kernel-Sensor-Drivers+BD79101+in%3Atitle
1213
---
1314

14-
# ROHM BD79101 Analog to Digital Converter (ADC)
15-
16-
The ROHM BD79101 ADC is a 2-channel, 12-bit ADC which is controlled over SPI.
17-
18-
## Resources
19-
- Product page: TBD
20-
- Datasheet: TBD
21-
22-
## Linux Driver:
23-
24-
{% include source_upstream_status_new.md %}
25-
The driver supports reading the ADC channels via the Linux IIO subsystem. SPI MODE 3 (CPOL=1, CPHA=1) should be used.
26-
27-
{% include subsys_iio.md %}
28-
29-
### Devicetree example:
30-
31-
```
32-
spi {
33-
adc: adc@0 {
34-
compatible = "rohm,bd79101";
35-
reg = <0>;
36-
vdd-supply = <&dummyreg>;
37-
iovdd-supply = <&dummyreg>;
38-
spi-cpha;
39-
spi-cpol;
40-
spi-max-frequency = <20000000>;
41-
};
42-
}
43-
```
15+
{% include bd7910x.md %}

0 commit comments

Comments
 (0)