The rtl9300,smi-address property was first developed for the RTL930x
targets. So it got a device specific prefix. Nowadays it is used for
RTL931x targets too. Convert it to our gerneric realtek prefix.
find ./realtek -type f -exec sed -i 's/rtl9300,smi-address/realtek,smi-address/g' {} +
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/21343
Signed-off-by: Robert Marko <robimarko@gmail.com>
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/dts-v1/;
|
|
|
|
#include "rtl9302_zyxel_xgs1210-12-common.dtsi"
|
|
|
|
/ {
|
|
compatible = "zyxel,xgs1210-12-a1", "realtek,rtl838x-soc";
|
|
model = "Zyxel XGS1210-12 A1 Switch";
|
|
};
|
|
|
|
&phy24 {
|
|
realtek,smi-address = <1 8>;
|
|
};
|
|
|
|
&phy25 {
|
|
realtek,smi-address = <2 9>;
|
|
};
|