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 {
status = "okay";
isl12057: isl12057@68 {
isl12057: rtc@68 {
compatible = "isil,isl12057";
reg = <0x68>;
wakeup-source;
......
......@@ -105,7 +105,7 @@ i2c@11000 {
status = "okay";
isl12057: isl12057@68 {
isl12057: rtc@68 {
compatible = "isil,isl12057";
reg = <0x68>;
wakeup-source;
......
......@@ -143,8 +143,7 @@ fixed-link {
};
&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 @@ sfp_mod_def0 {
};
};
/* 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 {
......
......@@ -115,7 +115,7 @@ g751: g751@4c {
reg = <0x4c>;
};
isl12057: isl12057@68 {
isl12057: rtc@68 {
compatible = "isil,isl12057";
reg = <0x68>;
wakeup-source;
......
......@@ -35,7 +35,7 @@ gpio_keys {
pinctrl-names = "default";
eject {
debounce_interval = <50>;
debounce-interval = <50>;
wakeup-source;
linux,code = <KEY_EJECTCD>;
label = "Eject Button";
......
......@@ -382,7 +382,7 @@ sata_phy1: sata-phy@84000 {
audio0: audio-controller@a0000 {
compatible = "marvell,kirkwood-audio";
#sound-dai-cells = <1>;
#sound-dai-cells = <0>;
reg = <0xa0000 0x2210>;
interrupts = <24>;
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