mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-12-20 01:01:53 +08:00
gl-b3000: fix dts macs
Some checks failed
OpenWrt-CI / Build OpenWrt Firmware (push) Has been cancelled
Some checks failed
OpenWrt-CI / Build OpenWrt Firmware (push) Has been cancelled
set correct offset to mac location Signed-off-by: Scott Mercer <TheRootEd24@gmail.com> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
// MAC1 ---SGMII---> QCA8337 SerDes
|
||||
&dp2 {
|
||||
status = "okay";
|
||||
nvmem-cells = <&macaddr_dp2>;
|
||||
nvmem-cells = <&macaddr_dp2 0>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
|
||||
fixed-link {
|
||||
@@ -230,11 +230,8 @@
|
||||
compatible = "qcom,smem-part";
|
||||
|
||||
partition-0-art {
|
||||
compatible = "fixed-partitions";
|
||||
label = "0:ART";
|
||||
label = "0:art";
|
||||
read-only;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
@@ -244,7 +241,7 @@
|
||||
macaddr_dp2: macaddr@0 {
|
||||
compatible = "mac-base";
|
||||
#nvmem-cell-cells = <1>;
|
||||
reg = <0x0 0x6>;
|
||||
reg = <0x6 0x6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user