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

Commit a3138e20 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'mvebu-dt-4.17-1' of git://git.infradead.org/linux-mvebu into next/dt

Pull "mvebu dt for 4.17 (part 1)" from Gregory CLEMENT:

Most of them are small fixes or cleanup.

Only the change on the clearfog will have a noticeable effect allowing
to use the i2c at an higher frequency.

* tag 'mvebu-dt-4.17-1' of git://git.infradead.org/linux-mvebu:
  ARM: dts: armada388-clearfog: increase speed of i2c0 to 400kHz
  arm: dts: kirkwood: fix error in #sound-dai-cells size
  ARM: dts: kirkwood: Fix "debounce-interval" property misspelling
  ARM: dts: armada: netgear-rn*: fix rtc node name
parents dce8efa0 a83aeb38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@

				status = "okay";

				isl12057: isl12057@68 {
				isl12057: rtc@68 {
					compatible = "isil,isl12057";
					reg = <0x68>;
					wakeup-source;
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@

				status = "okay";

				isl12057: isl12057@68 {
				isl12057: rtc@68 {
					compatible = "isil,isl12057";
					reg = <0x68>;
					wakeup-source;
+2 −5
Original line number Diff line number Diff line
@@ -143,8 +143,7 @@
};

&i2c0 {
	/* Is there anything on this? */
	clock-frequency = <100000>;
	clock-frequency = <400000>;
	pinctrl-0 = <&i2c0_pins>;
	pinctrl-names = "default";
	status = "okay";
@@ -239,13 +238,11 @@
		};
	};

	/* The MCP3021 is 100kHz clock only */
	/* The MCP3021 supports standard and fast modes */
	mikrobus_adc: mcp3021@4c {
		compatible = "microchip,mcp3021";
		reg = <0x4c>;
	};

	/* Also something at 0x64 */
};

&i2c1 {
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@
					reg = <0x4c>;
				};

				isl12057: isl12057@68 {
				isl12057: rtc@68 {
					compatible = "isil,isl12057";
					reg = <0x68>;
					wakeup-source;
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
		pinctrl-names = "default";

		eject {
			debounce_interval = <50>;
			debounce-interval = <50>;
			wakeup-source;
			linux,code = <KEY_EJECTCD>;
			label = "Eject Button";
Loading