
On 12/13/2017 09:14 AM, Simon Glass wrote:
Hi Tom,
I dropped the translation patch until Tegra can be fixed to work with it. This is storing up problems though, since in the meantime others might rely on the current behaviour.
https://travis-ci.org/sglass68/u-boot/builds/315684225
The following changes since commit cf71338ee7a1dc16f13a4f1b89f32c624210df45:
ata: Migrate CONFIG_MVSATA_IDE to Kconfig (2017-12-12 18:16:06 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to 854dfbf99b89c114ba100905e1500b8ace60e0f9:
power: pmic/regulator: Add basic support for TPS65910 (2017-12-12 19:53:45 -0700)
This version works fine for me.
Note that I don't believe the Tegra code needs to be fixed to work with the translation patch. The Tegra code was working perfectly with the DT parsing code that existing before the conversion to livetree, and with the livetree code without the extra translation patch. I had to submit quite a few patches to fix the translation logic in the non-livetree DT parsing code to make sure it translated in the right circumstance and not in the others. The most likely issue is that the latest translation patch does the wrong thing.