Skip to content

Commit 400a193

Browse files
nehebhauke
authored andcommitted
ath79: ar7161: remove default pll-data
ar7100.dtsi specifies this exact pll-data. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: openwrt/openwrt#22746 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 2d9f174 commit 400a193

5 files changed

Lines changed: 15 additions & 16 deletions

File tree

target/linux/ath79/dts/ar7161_aruba_ap-105.dts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,12 @@
116116

117117
&eth0 {
118118
status = "okay";
119-
nvmem-cells = <&macaddr_hwinfo_1c 0>;
120-
nvmem-cell-names = "mac-address";
121-
122-
pll-data = <0x00110000 0x00001099 0x00991099>;
123119

124120
phy-mode = "rgmii";
125121
phy-handle = <&phy0>;
122+
123+
nvmem-cells = <&macaddr_hwinfo_1c 0>;
124+
nvmem-cell-names = "mac-address";
126125
};
127126

128127
&spi {

target/linux/ath79/dts/ar7161_fortinet_fap-220-b.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@
135135

136136
&eth1 {
137137
status = "okay";
138-
nvmem-cells = <&macaddr_uboot_3ff80 0>;
139-
nvmem-cell-names = "mac-address";
140138

141-
pll-data = <0x00110000 0x00001099 0x00991099>;
142139
phy-handle = <&phy0>;
143140
phy-mode = "rgmii";
141+
142+
nvmem-cells = <&macaddr_uboot_3ff80 0>;
143+
nvmem-cell-names = "mac-address";
144144
};
145145

146146
&usb1 {

target/linux/ath79/dts/ar7161_meraki_mr16.dts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,12 @@
103103

104104
&eth0 {
105105
status = "okay";
106-
nvmem-cells = <&macaddr_config_66 0>;
107-
nvmem-cell-names = "mac-address";
108-
109-
pll-data = <0x00110000 0x00001099 0x00991099>;
110106

111107
phy-mode = "rgmii";
112108
phy-handle = <&phy0>;
109+
110+
nvmem-cells = <&macaddr_config_66 0>;
111+
nvmem-cell-names = "mac-address";
113112
};
114113

115114
&spi {

target/linux/ath79/dts/ar7161_ruckus_gd11.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@
163163

164164
&eth0 {
165165
status = "okay";
166-
nvmem-cells = <&macaddr_bdata_66>;
167-
nvmem-cell-names = "mac-address";
168166

169-
pll-data = <0x00110000 0x00001099 0x00991099>;
170167
phy-handle = <&phy0>;
171168
phy-mode = "rgmii-id";
169+
170+
nvmem-cells = <&macaddr_bdata_66>;
171+
nvmem-cell-names = "mac-address";
172172
};
173173

174174
&spi {

target/linux/ath79/dts/ar7161_ruckus_zf7363.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121

2222
&eth1 {
2323
status = "okay";
24-
pll-data = <0x00110000 0x00001099 0x00991099>;
24+
25+
phy-mode = "rgmii-id";
26+
2527
nvmem-cells = <&macaddr_bdata_6c>;
2628
nvmem-cell-names = "mac-address";
27-
phy-mode = "rgmii-id";
2829

2930
fixed-link {
3031
speed = <100>;

0 commit comments

Comments
 (0)