[PATCH v3 1/5] dt-bindings: iio: accel: mc3230: document mc3510c

Vasiliy Doylov via B4 Relay posted 5 patches 11 months, 1 week ago
There is a newer version of this series
[PATCH v3 1/5] dt-bindings: iio: accel: mc3230: document mc3510c
Posted by Vasiliy Doylov via B4 Relay 11 months, 1 week ago
From: Vasiliy Doylov <nekodevelopper@gmail.com>

The MC3510C is a 3 asix digital accelerometer.
It handled by the same driver as MC3230.
Document it as a trivial device.

Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
---
 Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
index fadbd3c041c8c39faedfe62874d4eba25a0bf30e..6c34e4c0dcc6df5a4d8edc5effb80980de820db9 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -187,6 +187,8 @@ properties:
           - maxim,max6621
             # mCube 3-axis 8-bit digital accelerometer
           - mcube,mc3230
+            # mCube 3-axis 8-bit digital accelerometer
+          - mcube,mc3510c
             # Measurement Specialities I2C temperature and humidity sensor
           - meas,htu21
             # Measurement Specialities I2C pressure and temperature sensor

-- 
2.47.1
Re: [PATCH v3 1/5] dt-bindings: iio: accel: mc3230: document mc3510c
Posted by Krzysztof Kozlowski 11 months, 1 week ago
On Sun, Jan 12, 2025 at 03:25:35PM +0300, Vasiliy Doylov wrote:
> The MC3510C is a 3 asix digital accelerometer.
> It handled by the same driver as MC3230.
> Document it as a trivial device.

How did you implement the comment about proper wrapping? Your style
makes it less readable than it should be, for no real gain.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof