
Am 2021-09-15 02:10, schrieb Vladimir Oltean:
On Thu, Sep 02, 2021 at 06:45:50PM +0200, Michael Walle wrote:
The driver will look for a named resource "ecc-addr", but this isn't the official binding. In fact, the official device tree binding documentation doesn't mention any resource names at all. But it is safe to assume that it's the linux ones we have to use if we want to be compatible with the linux device tree. Thus rename "ecc-addr" to "sata-ecc" and convert all the users in u-boot.
While at it, also rename "sata-base" to "ahci" although its not used at all.
This change doesn't affect the SATA controller on the ZynqMP.
Because the "ceva,ahci-1v84" device doesn't have an ECC region, right.
I don't know if it doesn't have any. But it's not used in the driver nor is it described in the device tree (binding).
Cc: Michal Simek monstr@monstr.eu Signed-off-by: Michael Walle michael@walle.cc
Reviewed-by: Vladimir Oltean vladimir.oltean@nxp.com