forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/iio/iio-bindings.txt
....@@ -9,7 +9,7 @@
99 output on a device. The length of an IIO specifier is defined by the
1010 value of a #io-channel-cells property in the IIO provider node.
1111
12
-[1] http://marc.info/?l=linux-iio&m=135902119507483&w=2
12
+[1] https://marc.info/?l=linux-iio&m=135902119507483&w=2
1313
1414 ==IIO providers==
1515
....@@ -18,12 +18,17 @@
1818 with a single IIO output and 1 for nodes with multiple
1919 IIO outputs.
2020
21
+Optional properties:
22
+label: A symbolic name for the device.
23
+
24
+
2125 Example for a simple configuration with no trigger:
2226
2327 adc: voltage-sensor@35 {
2428 compatible = "maxim,max1139";
2529 reg = <0x35>;
2630 #io-channel-cells = <1>;
31
+ label = "voltage_feedback_group1";
2732 };
2833
2934 Example for a configuration with trigger: