qualcommax: ipq807x: MX4200 convert qca807x PHY to new implementation
Convert qca807x PHY to new implementation like for other devices. Signed-off-by: Paweł Owoc <frut3k7@gmail.com> Reviewed-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
588b5df50a
commit
3aae56a524
1 changed files with 22 additions and 15 deletions
|
@ -350,24 +350,31 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&tlmm 37 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
qca8075_1: ethernet-phy@1 {
|
ethernet-phy-package@0 {
|
||||||
compatible = "ethernet-phy-ieee802.3-c22";
|
#address-cells = <1>;
|
||||||
reg = <1>;
|
#size-cells = <0>;
|
||||||
};
|
compatible = "qcom,qca8075-package";
|
||||||
|
reg = <0>;
|
||||||
|
|
||||||
qca8075_2: ethernet-phy@2 {
|
qca8075_1: ethernet-phy@1 {
|
||||||
compatible = "ethernet-phy-ieee802.3-c22";
|
compatible = "ethernet-phy-ieee802.3-c22";
|
||||||
reg = <2>;
|
reg = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
qca8075_3: ethernet-phy@3 {
|
qca8075_2: ethernet-phy@2 {
|
||||||
compatible = "ethernet-phy-ieee802.3-c22";
|
compatible = "ethernet-phy-ieee802.3-c22";
|
||||||
reg = <3>;
|
reg = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
qca8075_4: ethernet-phy@4 {
|
qca8075_3: ethernet-phy@3 {
|
||||||
compatible = "ethernet-phy-ieee802.3-c22";
|
compatible = "ethernet-phy-ieee802.3-c22";
|
||||||
reg = <4>;
|
reg = <3>;
|
||||||
|
};
|
||||||
|
|
||||||
|
qca8075_4: ethernet-phy@4 {
|
||||||
|
compatible = "ethernet-phy-ieee802.3-c22";
|
||||||
|
reg = <4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue