commit | ef18411c251966b45cd631697f04bc33eb3284f0 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Jul 30 08:32:37 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 31 13:08:07 2019 -0400 |
tree | 14e53b0f2927fce99b3510d861e5a1fd7e2f2411 | |
parent | 784a88cfaaafc442897a8fb7e195c4c0c84f540f [diff] |
ARM: dts: da850-evm: Fix MDIO pinmux 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>