[U-Boot] [PATCH] arm: dts: imx6qdl-u-boot: Enable spba-bus at 2000000 simple bus
Hannes Schmelzer
hannes at schmelzer.or.at
Wed Feb 20 16:24:58 UTC 2019
On 2/20/19 3:53 PM, Adam Ford wrote:
> spba-bus has a few nodes under it including the UART1 and
> some ESPI buses. In order to use them in SPL, the
> u-boot,dm-spl flag needs to be added to the spba-bus at 2000000
> container.
>
> Signed-off-by: Adam Ford <aford173 at gmail.com>
>
> diff --git a/arch/arm/dts/imx6qdl-u-boot.dtsi b/arch/arm/dts/imx6qdl-u-boot.dtsi
> index 45ae2fad0b..0aa29e38b8 100644
> --- a/arch/arm/dts/imx6qdl-u-boot.dtsi
> +++ b/arch/arm/dts/imx6qdl-u-boot.dtsi
> @@ -9,6 +9,9 @@
>
> aips-bus at 2000000 {
> u-boot,dm-spl;
> + spba-bus at 2000000 {
> + u-boot,dm-spl;
> + };
> };
>
> aips-bus at 2100000 {
Hi Adam,
looks like mine ;-)
http://patchwork.ozlabs.org/patch/1042666/
cheers,
Hannes
More information about the U-Boot
mailing list