Re: [PATCH 4/6] IPQ40xx: Add support for MDIO

2020-10-22 Thread Tom Rini
On Thu, Oct 08, 2020 at 10:05:12PM +0200, Robert Marko wrote: > Lets add the necessary DTS node and pinctrl properties for newly added MDIO > driver. > > Signed-off-by: Robert Marko > Cc: Luka Perkov Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 4/6] IPQ40xx: Add support for MDIO

2020-10-08 Thread Robert Marko
Lets add the necessary DTS node and pinctrl properties for newly added MDIO driver. Signed-off-by: Robert Marko Cc: Luka Perkov --- arch/arm/dts/qcom-ipq4019.dtsi | 28 + arch/arm/mach-ipq40xx/pinctrl-ipq4019.c | 4 2 files changed, 32 insertions(+) diff