1
0
Fork 0

mvebu dt for 4.17 (part 1)

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.
 -----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQQYqXDMF3cvSLY+g9cLBhiOFHI71QUCWqK/8QAKCRALBhiOFHI7
 1RRAAKCHV/9lXDrSQJlnmrQg0QkY8wZeggCeO7falJ3+WpWl03xKxcaqUQVNFIc=
 =jSYw
 -----END PGP SIGNATURE-----

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
hifive-unleashed-5.1
Arnd Bergmann 2018-03-12 14:59:23 +01:00
commit a3138e20a2
6 changed files with 7 additions and 10 deletions

View File

@ -103,7 +103,7 @@
status = "okay";
isl12057: isl12057@68 {
isl12057: rtc@68 {
compatible = "isil,isl12057";
reg = <0x68>;
wakeup-source;

View File

@ -105,7 +105,7 @@
status = "okay";
isl12057: isl12057@68 {
isl12057: rtc@68 {
compatible = "isil,isl12057";
reg = <0x68>;
wakeup-source;

View File

@ -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 {

View File

@ -115,7 +115,7 @@
reg = <0x4c>;
};
isl12057: isl12057@68 {
isl12057: rtc@68 {
compatible = "isil,isl12057";
reg = <0x68>;
wakeup-source;

View File

@ -35,7 +35,7 @@
pinctrl-names = "default";
eject {
debounce_interval = <50>;
debounce-interval = <50>;
wakeup-source;
linux,code = <KEY_EJECTCD>;
label = "Eject Button";

View File

@ -382,7 +382,7 @@
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>;