diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-11-08 16:53:51 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-29 23:29:58 +0300 |
commit | ef29fcc381814f56b7a6dfef5cb498edee176003 (patch) | |
tree | a18f25233caf23e379dba838f88c2b3ec46b6736 /Documentation/devicetree/bindings/arm/amlogic,scpi.txt | |
parent | 9c2d16bbfda645cbcf7191f8822f23f93149ffbe (diff) | |
download | linux-ef29fcc381814f56b7a6dfef5cb498edee176003.tar.xz |
Documentation: bindings: Add missing Amlogic SCPI sensor bindings
amlogic,meson-gxbb-scpi-sensors is both the driver and DT but is not
documented. Just add it to amlogic's scpi documentation
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/amlogic,scpi.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic,scpi.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic,scpi.txt b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt index 7b9a861e9306..5ab59da052df 100644 --- a/Documentation/devicetree/bindings/arm/amlogic,scpi.txt +++ b/Documentation/devicetree/bindings/arm/amlogic,scpi.txt @@ -17,4 +17,11 @@ Required sub-node properties: - compatible : should be "amlogic,meson-gxbb-scp-shmem" for SRAM based shared memory on Amlogic GXBB SoC. +Sensor bindings for the sensors based on SCPI Message Protocol +-------------------------------------------------------------- +SCPI provides an API to access the various sensors on the SoC. + +Required properties: +- compatible : should be "amlogic,meson-gxbb-scpi-sensors". + [0] Documentation/devicetree/bindings/arm/arm,scpi.txt |