]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tegra-for-4.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorOlof Johansson <olof@lixom.net>
Sun, 20 May 2018 00:58:32 +0000 (17:58 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 20 May 2018 00:58:32 +0000 (17:58 -0700)
commit2e94ae33d7fdfee08b425c54ed07c7c478757732
tree040131774cefab01680aa8b3950d0947fe8e9bbb
parent4f1bbd69d86b22db9ef00d0dc91b7b5606793b60
parentb30100e817303bee8a7c891ece71a33c45b32afe
Merge tag 'tegra-for-4.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into fixes

arm64: tegra: Device tree fixes for v4.17

This contains a one-line update to the device tree of the Tegra186 P3310
processor module, fixing the polarity of the PHY interrupt. Originally,
this was queued to go into v4.18, but the PHY ID matching patch has now
found its way into v4.17-rc5, which means that the PHY driver will know
how to identify the PHY on this board and try to use the interrupt. This
will unfortunately cause networking to break on P3310, hence why I think
this should go into v4.17.

* tag 'tegra-for-4.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  arm64: tegra: Make BCM89610 PHY interrupt as active low

Signed-off-by: Olof Johansson <olof@lixom.net>