diff options
author | Mathias Kresin <dev@kresin.me> | 2017-12-31 11:48:15 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-02-20 19:25:17 +0100 |
commit | 627a28eb09c0aa3471466850dfde6a063481a4f6 (patch) | |
tree | b3000e5b455ef6f7887f1db955827c50f76d216b /target/linux/lantiq/dts/VGV7510KW22.dtsi | |
parent | 6112abf186bfe6dabd440a9d1f8f071178cce9a2 (diff) | |
download | upstream-627a28eb09c0aa3471466850dfde6a063481a4f6.tar.gz upstream-627a28eb09c0aa3471466850dfde6a063481a4f6.tar.bz2 upstream-627a28eb09c0aa3471466850dfde6a063481a4f6.zip |
lantiq: rename gphy firmware
Rename the gphy firmware to match the name requested by kernel 4.14 and
update the devicetree source files to use the new name.
Update the u-boot lantiq Makefile to be compatible with the new names as
well.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/VGV7510KW22.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/VGV7510KW22.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/VGV7510KW22.dtsi b/target/linux/lantiq/dts/VGV7510KW22.dtsi index 2d8e528f4e..fb4486aca2 100644 --- a/target/linux/lantiq/dts/VGV7510KW22.dtsi +++ b/target/linux/lantiq/dts/VGV7510KW22.dtsi @@ -93,8 +93,8 @@ gphy-xrx200 { compatible = "lantiq,phy-xrx200"; - firmware1 = "lantiq/vr9_phy22f_a1x.bin"; /*VR9 1.1*/ - firmware2 = "lantiq/vr9_phy22f_a2x.bin"; /*VR9 1.2*/ + firmware1 = "lantiq/xrx200_phy22f_a14.bin"; /*VR9 1.1*/ + firmware2 = "lantiq/xrx200_phy22f_a22.bin"; /*VR9 1.2*/ phys = [ 00 01 ]; }; |