2021-01-10 19:58:43

by Michael Walle

[permalink] [raw]
Subject: [PATCH 0/2] arm64: small Kontron K-Box A-230-LS fixes

This will enable the driver for the PHY found on this board as well as
add SATA support.

Michael Walle (2):
arm64: defconfig: Enable Broadcom BCM54140 PHY
arm64: dts: freescale: sl28: enable SATA support

.../boot/dts/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dts | 4 ++++
arch/arm64/configs/defconfig | 1 +
2 files changed, 5 insertions(+)

--
2.20.1


2021-01-18 00:41:15

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/2] arm64: small Kontron K-Box A-230-LS fixes

On Sun, Jan 10, 2021 at 08:54:52PM +0100, Michael Walle wrote:
> This will enable the driver for the PHY found on this board as well as
> add SATA support.
>
> Michael Walle (2):
> arm64: defconfig: Enable Broadcom BCM54140 PHY
> arm64: dts: freescale: sl28: enable SATA support

Applied both, thanks.