Skip to content

Commit 2287759

Browse files
committed
dts: arm: adi-cn0506-*: Update to the corresponding macb_config
Update the macb_config to the corresponding zynq_config (compatible-xlnx,zynq-gem) Signed-off-by: Alin-Tudor Sferle <[email protected]>
1 parent 427c94e commit 2287759

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

arch/arm/boot/dts/adi-cn0506-mii.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* PHY after matching MAC link caps with PHY link caps,
88
* even though, the design won't be able to actually support it
99
*/
10-
compatible = "cdns,macb";
10+
compatible = "xlnx,zynq-gem";
1111

1212
ethernet_gem0_phy1: ethernet-phy@1 {
1313
reg = <1>;
@@ -23,7 +23,7 @@
2323
* PHY after matching MAC link caps with PHY link caps,
2424
* even though, the design won't be able to actually support it
2525
*/
26-
compatible = "cdns,macb";
26+
compatible = "xlnx,zynq-gem";
2727

2828
ethernet_gem1_phy2: ethernet-phy@2 {
2929
reg = <2>;

arch/arm/boot/dts/adi-cn0506-rgmii.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
status = "okay";
33
phy-mode = "rgmii-id";
44
phy-handle = <&ethernet_gem0_phy1>;
5+
compatible = "xlnx,zynq-gem";
56

67
ethernet_gem0_phy1: ethernet-phy@1 {
78
reg = <1>;
@@ -18,6 +19,7 @@
1819
status = "okay";
1920
phy-mode = "rgmii-id";
2021
phy-handle = <&ethernet_gem1_phy2>;
22+
compatible = "xlnx,zynq-gem";
2123

2224
ethernet_gem1_phy2: ethernet-phy@2 {
2325
reg = <2>;

arch/arm/boot/dts/adi-cn0506-rmii.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* PHY after matching MAC link caps with PHY link caps,
1010
* even though, the design won't be able to actually support it
1111
*/
12-
compatible = "cdns,macb";
12+
compatible = "xlnx,zynq-gem";
1313

1414
clocks = <&clkc 30>, <&fmc_mii_clk1>, <&clkc 13>;
1515
clock-names = "pclk", "hclk", "tx_clk";
@@ -31,7 +31,7 @@
3131
* PHY after matching MAC link caps with PHY link caps,
3232
* even though, the design won't be able to actually support it
3333
*/
34-
compatible = "cdns,macb";
34+
compatible = "xlnx,zynq-gem";
3535

3636
clocks = <&clkc 31>, <&fmc_mii_clk2>, <&clkc 14>;
3737
clock-names = "pclk", "hclk", "tx_clk";

0 commit comments

Comments
 (0)