2022-05-09 10:23:28

by LI Qingwu

[permalink] [raw]
Subject: [PATCH V4 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300

Add DT bindings for Murata scl3300 inclinometer.

Signed-off-by: LI Qingwu <[email protected]>
---
Documentation/devicetree/bindings/iio/accel/murata,sca3300.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/accel/murata,sca3300.yaml b/Documentation/devicetree/bindings/iio/accel/murata,sca3300.yaml
index 55fd3548e3b6..f6e2a16a710b 100644
--- a/Documentation/devicetree/bindings/iio/accel/murata,sca3300.yaml
+++ b/Documentation/devicetree/bindings/iio/accel/murata,sca3300.yaml
@@ -17,6 +17,7 @@ properties:
compatible:
enum:
- murata,sca3300
+ - murata,scl3300

reg:
maxItems: 1
--
2.25.1



2022-05-11 14:28:08

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH V4 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300

On Mon, 09 May 2022 06:49:24 +0000, LI Qingwu wrote:
> Add DT bindings for Murata scl3300 inclinometer.
>
> Signed-off-by: LI Qingwu <[email protected]>
> ---
> Documentation/devicetree/bindings/iio/accel/murata,sca3300.yaml | 1 +
> 1 file changed, 1 insertion(+)
>


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.