mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ARM: shmobile: kzm9g dts: Use adxl345-specific compatible property
Replace the deprecated generic "adi,adxl34x" compatible value by the adxl345-specific "adi,adxl345" value, cfr. commit e465bf6fc55d5ce2 ("DT: i2c: Deprecate adi,adxl34x compatible string"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
8025e3ff4c
commit
755252d0e5
@ -206,7 +206,7 @@
|
||||
};
|
||||
|
||||
accelerometer@1d {
|
||||
compatible = "adi,adxl34x";
|
||||
compatible = "adi,adxl345";
|
||||
reg = <0x1d>;
|
||||
interrupt-parent = <&irqpin3>;
|
||||
interrupts = <2 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user