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

Commit a549608f authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'socfpga_fixes_for_v4.2-rc1' of...

Merge tag 'socfpga_fixes_for_v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes

Merge "SoCFPGA fixes for v4.2-rc1" from Dinh Nguyen:

SoCFPGA fixes against v4.2-rc1
- Update compatible "adxl345x" compatible string
- Alphabetize the DTS nodes for the C5 sockit board file

* tag 'socfpga_fixes_for_v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
  ARM: socfpga: dts: Fix entries order
  ARM: socfpga: dts: Fix adxl34x formating and compatible string
parents 1d8aca9d 93abc72b
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -60,15 +60,6 @@
	rxc-skew-ps = <2000>;
};

&mmc0 {
	vmmc-supply = <&regulator_3_3v>;
	vqmmc-supply = <&regulator_3_3v>;
};

&usb1 {
	status = "okay";
};

&gpio2 {
	status = "okay";
};
@@ -76,11 +67,20 @@
&i2c1 {
	status = "okay";

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

		interrupt-parent = <&portc>;
		interrupts = <3 2>;
	};
};

&mmc0 {
	vmmc-supply = <&regulator_3_3v>;
	vqmmc-supply = <&regulator_3_3v>;
};

&usb1 {
	status = "okay";
};