diff options
author | Christopher Spinrath <christopher.spinrath@rwth-aachen.de> | 2016-11-11 18:59:38 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 10:31:01 +0300 |
commit | 72649a46067903d00f46e2ebef6543768224f1a0 (patch) | |
tree | b39f4b9fdd141cb55a5e2150aa56b499a0f4a56b /arch/arm/boot/dts | |
parent | 3cdcd2e841ab0b4c288895d0ad034ad387b85f99 (diff) | |
download | linux-72649a46067903d00f46e2ebef6543768224f1a0.tar.xz |
ARM: dts: imx6q-cm-fx6: fix fec pinctrl
According to the schematics of CompuLab's sbc-fx6 baseboard and the
vendor devicetree GPIO_16 is *not* muxed to ENET_REF_CLK but to SPDIF_IN.
Remove the wrong pinctrl setting.
Fixes: 682d055e6ac5 ("ARM: dts: Add initial support for cm-fx6.")
Signed-off-by: Christopher Spinrath <christopher.spinrath@rwth-aachen.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-cm-fx6.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-cm-fx6.dts b/arch/arm/boot/dts/imx6q-cm-fx6.dts index 59bc5a4dce17..a150bca84daa 100644 --- a/arch/arm/boot/dts/imx6q-cm-fx6.dts +++ b/arch/arm/boot/dts/imx6q-cm-fx6.dts @@ -183,7 +183,6 @@ MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK 0x1b0b0 MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b0b0 MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b0b0 - MX6QDL_PAD_GPIO_16__ENET_REF_CLK 0x4001b0a8 >; }; |