diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-29 11:35:01 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:15:02 +0200 |
commit | ec1c4a4ce0df5b73709b9ed7fe1f386a0c7e0cab (patch) | |
tree | f9b5d4a7fdebdf781b4bee9e15c7d7f54edd1d88 /target/linux/lantiq | |
parent | 51bb512b672eeee4b11d1d16455c3701f27182ae (diff) | |
download | master-187ad058-ec1c4a4ce0df5b73709b9ed7fe1f386a0c7e0cab.tar.gz master-187ad058-ec1c4a4ce0df5b73709b9ed7fe1f386a0c7e0cab.tar.bz2 master-187ad058-ec1c4a4ce0df5b73709b9ed7fe1f386a0c7e0cab.zip |
lantiq: fix minor typos in 11G/22F phy driver
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49269 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch b/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch index 191ccf24b8..738a248804 100644 --- a/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch +++ b/target/linux/lantiq/patches-4.4/0023-NET-PHY-adds-driver-for-lantiq-PHY11G.patch @@ -20,7 +20,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> +config LANTIQ_PHY + tristate "Driver for Lantiq PHYs" + ---help--- -+ Supports the 11G and 22E PHYs. ++ Supports the 11G and 22F PHYs. + config FIXED_PHY tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" @@ -378,7 +378,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> +========================================= + +Field Bits Type Description -+FBC 7:6 RW Fast Blink Frequency ++FBF 7:6 RW Fast Blink Frequency + --- + 0x0 (00b) F02HZ 2 Hz blinking frequency + 0x1 (01b) F04HZ 4 Hz blinking frequency |