Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c96af077 authored by Walter Lozano's avatar Walter Lozano Committed by Dinh Nguyen
Browse files

ARM: socfpga: dts: Fix adxl34x formating and compatible string



This patch fixes the formating of DTS bindings for the adxl34x digital
accelerometer, and updates the compatible string after the deprecation
of "adxl345x" compatible string.

Signed-off-by: default avatarWalter Lozano <walter@vanguardiasur.com.ar>
Acked-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent d770e558
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@
&i2c1 {
	status = "okay";

	accel1: accel1@53{
		compatible = "adxl34x";
	accel1: accelerometer@53 {
		compatible = "adi,adxl345";
		reg = <0x53>;

		interrupt-parent = <&portc>;