diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2018-02-25 22:52:41 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2018-02-25 22:58:35 +0100 |
commit | 39f8751cdc9fe383f5c8ed7ced75da3e0b6eb6a6 (patch) | |
tree | 8619872c258146cb34eba63ac9e1d9a989c45a64 /target/linux/mvebu | |
parent | a5aee46fb7071d2de26941092ecad3ac1fae38b2 (diff) | |
download | upstream-39f8751cdc9fe383f5c8ed7ced75da3e0b6eb6a6.tar.gz upstream-39f8751cdc9fe383f5c8ed7ced75da3e0b6eb6a6.tar.bz2 upstream-39f8751cdc9fe383f5c8ed7ced75da3e0b6eb6a6.zip |
mvebu: fix SFP insert detection GPIO name on 4.14
When SFP support was accepted upstream, the expected GPIO names were
slightly changed, breaking SFP insert detection. Update the DTS file to
the expected name to make SFP work again.
Fixes: 4ccad922293a ("mvebu: Add support for kernel 4.14")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/patches-4.14/414-ARM-dts-armada388-clearfog-add-SFP-module-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/patches-4.14/414-ARM-dts-armada388-clearfog-add-SFP-module-support.patch b/target/linux/mvebu/patches-4.14/414-ARM-dts-armada388-clearfog-add-SFP-module-support.patch index 38c6f421eb..52ddcb6063 100644 --- a/target/linux/mvebu/patches-4.14/414-ARM-dts-armada388-clearfog-add-SFP-module-support.patch +++ b/target/linux/mvebu/patches-4.14/414-ARM-dts-armada388-clearfog-add-SFP-module-support.patch @@ -21,7 +21,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> + compatible = "sff,sfp"; + i2c-bus = <&i2c1>; + los-gpio = <&expander0 12 GPIO_ACTIVE_HIGH>; -+ moddef0-gpio = <&expander0 15 GPIO_ACTIVE_LOW>; ++ mod-def0-gpio = <&expander0 15 GPIO_ACTIVE_LOW>; + tx-disable-gpio = <&expander0 14 GPIO_ACTIVE_HIGH>; + tx-fault-gpio = <&expander0 13 GPIO_ACTIVE_HIGH>; + }; |