* [U-Boot] [PATCH] ARM: dts: da850-evm: Fix MDIO pinmux
@ 2019-07-30 13:32 Adam Ford
2019-08-01 3:36 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2019-07-30 13:32 UTC (permalink / raw)
To: u-boot
In attempts to speed up SPL and reduce size, the MDIO pin muxing
was inadvertently affected. Since the ethernet driver will setup
the pin muxing when ethernet is loaded, this patch will also
pinmux the MDIO pins at the same time. Once an DM compatible
MDIO driver is available, this can be removed.
Fixes: 877ab2423bc2 ("ARM: davinci: da850: Manual pinmux only
when PINCTRL not available")
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/arch/arm/dts/da850-evm-u-boot.dtsi b/arch/arm/dts/da850-evm-u-boot.dtsi
index d9e8b9926a..aa42d30c72 100644
--- a/arch/arm/dts/da850-evm-u-boot.dtsi
+++ b/arch/arm/dts/da850-evm-u-boot.dtsi
@@ -16,6 +16,10 @@
};
};
+ð0 {
+ pinctrl-0 = <&mii_pins>, <&mdio_pins>;
+};
+
&flash {
compatible = "m25p64", "jedec,spi-nor";
};
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] ARM: dts: da850-evm: Fix MDIO pinmux
2019-07-30 13:32 [U-Boot] [PATCH] ARM: dts: da850-evm: Fix MDIO pinmux Adam Ford
@ 2019-08-01 3:36 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-08-01 3:36 UTC (permalink / raw)
To: u-boot
On Tue, Jul 30, 2019 at 08:32:37AM -0500, Adam Ford wrote:
> In attempts to speed up SPL and reduce size, the MDIO pin muxing
> was inadvertently affected. Since the ethernet driver will setup
> the pin muxing when ethernet is loaded, this patch will also
> pinmux the MDIO pins at the same time. Once an DM compatible
> MDIO driver is available, this can be removed.
>
> Fixes: 877ab2423bc2 ("ARM: davinci: da850: Manual pinmux only
> when PINCTRL not available")
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> diff --git a/arch/arm/dts/da850-evm-u-boot.dtsi b/arch/arm/dts/da850-evm-u-boot.dtsi
> index d9e8b9926a..aa42d30c72 100644
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190731/9450ec17/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-01 3:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-30 13:32 [U-Boot] [PATCH] ARM: dts: da850-evm: Fix MDIO pinmux Adam Ford
2019-08-01 3:36 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox