]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'sunxi-fixes-for-4.19-2' of https://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Sun, 23 Sep 2018 12:30:28 +0000 (05:30 -0700)
committerOlof Johansson <olof@lixom.net>
Sun, 23 Sep 2018 12:30:28 +0000 (05:30 -0700)
commit44032f154db9bdf610e440f4c9554891e6a2227b
treec64f76dfa8e0cf7f4378efb17148098e377987f0
parent9c5d11f81b38067d7dcb3c5cf1f3665547e0313e
parent0043fc585c81b155d52ec13e243639a995cc6de0
Merge tag 'sunxi-fixes-for-4.19-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes

Allwinner fixes - round 2

One additional fix regarding HDMI on the R40 SoC.

Based on preliminary tests and code dumps for the R40, it was thought
that the whole HDMI block was the same on the R40 and A64.

Recent tests regarding the A64 showed that this was not the case. The
HDMI PHY on the A64 only has one clock parent. How this occurs at the
hardware level is unclear, as Allwinner has not given any feedback on
this matter. Nevertheless it is clear that the hardware acts differently
between the A64 and R40 in such a way that the R40's HDMI PHY is not
backward compatible with the A64's. As such we need to drop the fallback
compatible string in the R40's device tree. This was added in v4.19-rc1.

* tag 'sunxi-fixes-for-4.19-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
  ARM: dts: sun8i: drop A64 HDMI PHY fallback compatible from R40 DT

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