mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
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
@ -29,6 +29,13 @@
|
||||
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) \
|
||||
port@##n { \
|
||||
reg = <##n>; \
|
||||
|
Loading…
Reference in New Issue
Block a user