[PATCH u-boot-marvell] arm: mvebu: turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blob

Marek Behún marek.behun at nic.cz
Fri Jan 7 13:52:45 CET 2022


On Fri,  7 Jan 2022 13:49:50 +0100
Marek Behún <kabel at kernel.org> wrote:

> +	mode_sata = (readl(MVEBU_REGISTER(0x183fc)) & GENMASK(3, 0)) == 2;
> +	mode_sata = true;

The second line is a bug, left from when I was testing. Sending v2.
Sorry.

Marek


More information about the U-Boot mailing list