diff options
| author | Robert Marko <robimarko@gmail.com> | 2023-11-19 16:37:07 +0100 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-01-26 15:29:54 +0100 |
| commit | 137694eaffaeba94f0524fe3f9a5148f54d3cb8a (patch) | |
| tree | 7c433212af0f305e84caa1f34cb4d322359cb5b2 /target/linux | |
| parent | e617fa33b574528f5af6983a655d6df054d0345c (diff) | |
| download | upstream-137694eaffaeba94f0524fe3f9a5148f54d3cb8a.tar.gz upstream-137694eaffaeba94f0524fe3f9a5148f54d3cb8a.tar.bz2 upstream-137694eaffaeba94f0524fe3f9a5148f54d3cb8a.zip | |
qualcommax: 301w: populate AQR firmware name
Now that we have support for firmware loading via the kernel driver, it
makes sense to populate the firmware name as well, so if its present the
driver can load it.
In later patches, loading the FW via NVMEM will be added as well.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-301w.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-301w.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-301w.dts index a7d398ee0f1..8ce22c1c069 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-301w.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8072-301w.dts @@ -276,12 +276,14 @@ compatible ="ethernet-phy-ieee802.3-c45"; reg = <0>; reset-gpios = <&tlmm 59 GPIO_ACTIVE_LOW>; + firmware-name = "marvell/AQR-G4_v5.4.C-AQR_CIG_WF-1945_0x0_ID44778_VER1630.cld"; }; aqr113c_8: ethernet-phy@8 { compatible ="ethernet-phy-ieee802.3-c45"; reg = <8>; reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>; + firmware-name = "marvell/AQR-G4_v5.4.C-AQR_CIG_WF-1945_0x8_ID44776_VER1630.cld"; }; qca8075_16: ethernet-phy@16 { |
