Message ID | 20200318051539.958-1-nish.malpani25@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] dt-bindings: iio: tsl2563: convert bindings to YAML | expand |
diff --git a/Documentation/devicetree/bindings/iio/light/tsl2563.yaml b/Documentation/devicetree/bindings/iio/light/amstaos,tsl2563.yaml similarity index 92% rename from Documentation/devicetree/bindings/iio/light/tsl2563.yaml rename to Documentation/devicetree/bindings/iio/light/amstaos,tsl2563.yaml index 2a70b8d62760..141c7ae1edc8 100644 --- a/Documentation/devicetree/bindings/iio/light/tsl2563.yaml +++ b/Documentation/devicetree/bindings/iio/light/amstaos,tsl2563.yaml @@ -15,6 +15,9 @@ description: | properties: compatible: enum: + - amstaos,tsl2560 + - amstaos,tsl2561 + - amstaos,tsl2562 - amstaos,tsl2563 reg:
Convert the TSL2563 device tree bindings to the new YAML format. Signed-off-by: Nishant Malpani <nish.malpani25@gmail.com> --- Changes in v2: - Rename the dt-bindings to include manufacturer's name. - Synchronize the bindings with the driver. --- .../bindings/iio/light/{tsl2563.yaml => amstaos,tsl2563.yaml} | 3 +++ 1 file changed, 3 insertions(+) rename Documentation/devicetree/bindings/iio/light/{tsl2563.yaml => amstaos,tsl2563.yaml} (92%)