rockchip: add LED configuration for Hinlink H68K/H69K

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 06900b328d)
This commit is contained in:
Tianling Shen
2023-08-23 13:24:42 +08:00
parent 02d5f38ab2
commit 29dd9a413b
2 changed files with 6 additions and 3 deletions

View File

@@ -62,14 +62,16 @@
&mdio0 {
rgmii_phy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
reg = <0>;
realtek,led-data = <0x6d60>;
};
};
&mdio1 {
rgmii_phy1: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
reg = <0>;
realtek,led-data = <0x6d60>;
};
};

View File

@@ -53,7 +53,8 @@
&mdio1 {
rgmii_phy1: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0x0>;
reg = <0>;
realtek,led-data = <0x6d60>;
};
};