Commit a3138e20 authored by Arnd Bergmann's avatar Arnd Bergmann

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
...@@ -103,7 +103,7 @@ i2c@11000 { ...@@ -103,7 +103,7 @@ i2c@11000 {
status = "okay"; status = "okay";
isl12057: isl12057@68 { isl12057: rtc@68 {
compatible = "isil,isl12057"; compatible = "isil,isl12057";
reg = <0x68>; reg = <0x68>;
wakeup-source; wakeup-source;
......
...@@ -105,7 +105,7 @@ i2c@11000 { ...@@ -105,7 +105,7 @@ i2c@11000 {
status = "okay"; status = "okay";
isl12057: isl12057@68 { isl12057: rtc@68 {
compatible = "isil,isl12057"; compatible = "isil,isl12057";
reg = <0x68>; reg = <0x68>;
wakeup-source; wakeup-source;
......
...@@ -143,8 +143,7 @@ fixed-link { ...@@ -143,8 +143,7 @@ fixed-link {
}; };
&i2c0 { &i2c0 {
/* Is there anything on this? */ clock-frequency = <400000>;
clock-frequency = <100000>;
pinctrl-0 = <&i2c0_pins>; pinctrl-0 = <&i2c0_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
...@@ -239,13 +238,11 @@ sfp_mod_def0 { ...@@ -239,13 +238,11 @@ sfp_mod_def0 {
}; };
}; };
/* The MCP3021 is 100kHz clock only */ /* The MCP3021 supports standard and fast modes */
mikrobus_adc: mcp3021@4c { mikrobus_adc: mcp3021@4c {
compatible = "microchip,mcp3021"; compatible = "microchip,mcp3021";
reg = <0x4c>; reg = <0x4c>;
}; };
/* Also something at 0x64 */
}; };
&i2c1 { &i2c1 {
......
...@@ -115,7 +115,7 @@ g751: g751@4c { ...@@ -115,7 +115,7 @@ g751: g751@4c {
reg = <0x4c>; reg = <0x4c>;
}; };
isl12057: isl12057@68 { isl12057: rtc@68 {
compatible = "isil,isl12057"; compatible = "isil,isl12057";
reg = <0x68>; reg = <0x68>;
wakeup-source; wakeup-source;
......
...@@ -35,7 +35,7 @@ gpio_keys { ...@@ -35,7 +35,7 @@ gpio_keys {
pinctrl-names = "default"; pinctrl-names = "default";
eject { eject {
debounce_interval = <50>; debounce-interval = <50>;
wakeup-source; wakeup-source;
linux,code = <KEY_EJECTCD>; linux,code = <KEY_EJECTCD>;
label = "Eject Button"; label = "Eject Button";
......
...@@ -382,7 +382,7 @@ sata_phy1: sata-phy@84000 { ...@@ -382,7 +382,7 @@ sata_phy1: sata-phy@84000 {
audio0: audio-controller@a0000 { audio0: audio-controller@a0000 {
compatible = "marvell,kirkwood-audio"; compatible = "marvell,kirkwood-audio";
#sound-dai-cells = <1>; #sound-dai-cells = <0>;
reg = <0xa0000 0x2210>; reg = <0xa0000 0x2210>;
interrupts = <24>; interrupts = <24>;
clocks = <&gate_clk 9>; clocks = <&gate_clk 9>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment