diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-07-06 13:55:32 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 04:16:37 +0300 |
commit | 755252d0e502627df6ddabbb2d628705bc256497 (patch) | |
tree | 67104f04dac2e8478276e733930a018983b9e200 /arch/arm/boot/dts/sh73a0-kzm9g.dts | |
parent | 8025e3ff4ca972a0ca2aa898562670a767f79889 (diff) | |
download | linux-755252d0e502627df6ddabbb2d628705bc256497.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sh73a0-kzm9g.dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g.dts b/arch/arm/boot/dts/sh73a0-kzm9g.dts index 24b4cd24dceb..7fc5602810ad 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g.dts @@ -206,7 +206,7 @@ }; accelerometer@1d { - compatible = "adi,adxl34x"; + compatible = "adi,adxl345"; reg = <0x1d>; interrupt-parent = <&irqpin3>; interrupts = <2 IRQ_TYPE_LEVEL_HIGH>, |