Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'omap-for-v4.14/fixes-not-urgent-dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup

Pull "non-urgent dts fixes for omaps for v4.14" from Tony Lindgren:

Two non-urgent dts fixes for dra7 Ethernet quirk. These are sent
separately from the rest of the dts changes to avoid merge conflicts
as these depend on earlier fixes sent during v4.13-rc cycle.

* tag 'omap-for-v4.14/fixes-not-urgent-dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: dra72-evm-revc: workaround incorrect DP83867 RX_CTRL pin strap
ARM: dts: dra71-evm: workaround incorrect DP83867 RX_CTRL pin strap

+4
+2
arch/arm/boot/dts/dra71-evm.dts
··· 191 191 ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>; 192 192 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>; 193 193 ti,min-output-impedance; 194 + ti,dp83867-rxctrl-strap-quirk; 194 195 }; 195 196 196 197 dp83867_1: ethernet-phy@3 { ··· 200 199 ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>; 201 200 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>; 202 201 ti,min-output-impedance; 202 + ti,dp83867-rxctrl-strap-quirk; 203 203 }; 204 204 }; 205 205
+2
arch/arm/boot/dts/dra72-evm-revc.dts
··· 70 70 ti,min-output-impedance; 71 71 interrupt-parent = <&gpio6>; 72 72 interrupts = <16 IRQ_TYPE_EDGE_FALLING>; 73 + ti,dp83867-rxctrl-strap-quirk; 73 74 }; 74 75 75 76 dp83867_1: ethernet-phy@3 { ··· 81 80 ti,min-output-impedance; 82 81 interrupt-parent = <&gpio6>; 83 82 interrupts = <16 IRQ_TYPE_EDGE_FALLING>; 83 + ti,dp83867-rxctrl-strap-quirk; 84 84 }; 85 85 };