I generate patches form git, so maintaining an old numbering scheme does not integrate well with my workflow. renumber the pacthes here so that the commit shows only the changes to the patches. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21506 Signed-off-by: Robert Marko <robimarko@gmail.com>
34 lines
912 B
Diff
34 lines
912 B
Diff
From 30b751f5984e295f0b5e7a2308b6103fae3322d2 Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Mon, 9 Dec 2024 18:10:43 +0100
|
|
Subject: [PATCH] arm64: dts: qcom: add AQR NVMEM node for IPQ9574 RDP433 board
|
|
|
|
Add Aquantia NVMEM node for IPQ9574 RDP433 board to load the firmware
|
|
for the Aquantia PHY.
|
|
|
|
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
@@ -87,11 +87,17 @@
|
|
phy4: ethernet-phy@8 {
|
|
compatible ="ethernet-phy-ieee802.3-c45";
|
|
reg = <8>;
|
|
+
|
|
+ nvmem-cells = <&aqr_fw>;
|
|
+ nvmem-cell-names = "firmware";
|
|
};
|
|
|
|
phy5: ethernet-phy@0 {
|
|
compatible ="ethernet-phy-ieee802.3-c45";
|
|
reg = <0>;
|
|
+
|
|
+ nvmem-cells = <&aqr_fw>;
|
|
+ nvmem-cell-names = "firmware";
|
|
};
|
|
};
|
|
|