Full dmesg:
https://gist.github.com/jakob-tsd/33cf395e355bf9bb6956c36438d999e7
I have bisected the "master bind failed" down to:
commit 9176a303d971dc0fb35469c531c0d263667d2277
Author: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
Date: Fri Mar 23 15:38:10 2018 +0800
iommu/rockchip: Use IOMMU device for dma mapping operations
Use the first registered IOMMU device for dma mapping operations, and
drop the domain platform device.
This is similar to exynos iommu driver.
Signed-off-by: Jeffy Chen <jeffy.chen@xxxxxxxxxxxxxx>
Reviewed-by: Tomasz Figa <tfiga@xxxxxxxxxxxx>
Reviewed-by: Robin Murphy <robin.murphy@xxxxxxx>
Signed-off-by: Joerg Roedel <jroedel@xxxxxxx>
Moving to one commit earlier brings the screen to life. Just with
colorful garbage, but I guess that's a different problem.
Is this a known issue with the IOMMU change?
Thanks,
Jakob