realtek: align DT macros in RTL839X with RTL838X
Add a missing definition to the RTL839X DT. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
This commit is contained in:
parent
307e5cfc6e
commit
9ed1a1138e
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@
|
||||||
reg = <##n>; \
|
reg = <##n>; \
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#define EXTERNAL_SFP_PHY_FULL(n, s) \
|
||||||
|
phy##n: ethernet-phy@##n { \
|
||||||
|
compatible = "ethernet-phy-ieee802.3-c22"; \
|
||||||
|
sfp = <&sfp##s>; \
|
||||||
|
reg = <##n>; \
|
||||||
|
};
|
||||||
|
|
||||||
#define SWITCH_PORT(n, s, m) \
|
#define SWITCH_PORT(n, s, m) \
|
||||||
port@##n { \
|
port@##n { \
|
||||||
reg = <##n>; \
|
reg = <##n>; \
|
||||||
|
|
Loading…
Reference in a new issue