Skip to content

Commit 19007c6

Browse files
lucaceresolirobherring
authored andcommitted
dt-bindings: trivial-devices: Fix MEMSIC MXC4005 compatible string
The correct name of this chip is MXC4005, not MX4005. This is confirmed both by the manufacturer website and by the title of the original commit, which added other MXCxxxx devices as well but only this one misses a "c" in the compatible string. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Fixes: d9bf5d3 ("dt-bindings:trivial-devices: Add memsic,mxc4005/mxc6255/mxc6655 entries") Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231004-mxc4005-device-tree-support-v1-1-e7c0faea72e4@bootlin.com Signed-off-by: Rob Herring <robh@kernel.org>
1 parent d6e201f commit 19007c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/trivial-devices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ properties:
232232
# MEMSIC magnetometer
233233
- memsic,mmc35240
234234
# MEMSIC 3-axis accelerometer
235-
- memsic,mx4005
235+
- memsic,mxc4005
236236
# MEMSIC 2-axis 8-bit digital accelerometer
237237
- memsic,mxc6225
238238
# MEMSIC 2-axis 8-bit digital accelerometer

0 commit comments

Comments
 (0)