mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
ARM: dts: imx51-digi-connectcore-som: Fix MMA7455 compatible
The "fsl,mma7455l" compatible string is not documented anywhere. MMA7455L is the exact same device as the MMA7455, with the exception that it is lead-free. Use the documented compatible string. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
89cedb339c
commit
0fd766f959
|
|
@ -165,7 +165,7 @@ &i2c2 {
|
|||
mma7455l@1d {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_mma7455l>;
|
||||
compatible = "fsl,mma7455l";
|
||||
compatible = "fsl,mma7455";
|
||||
reg = <0x1d>;
|
||||
interrupt-parent = <&gpio1>;
|
||||
interrupts = <7 IRQ_TYPE_LEVEL_HIGH>, <6 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user