aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2019-03-08 19:11:28 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-08-02 22:46:45 +0200
commitef4bea0b519b75a258a737cd6ffe31518f061bba (patch)
tree6b1fd2c2a4c856239f2bfee472d4db80c5cfef8d /target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch
parent6933f2bc1d9ca946f3157fd01ec47d9c7068451b (diff)
downloadupstream-ef4bea0b519b75a258a737cd6ffe31518f061bba.tar.gz
upstream-ef4bea0b519b75a258a737cd6ffe31518f061bba.tar.bz2
upstream-ef4bea0b519b75a258a737cd6ffe31518f061bba.zip
ipq40xx: extend DT mdio node to be more accessible
The MDIO node will become more important in the future. Hence, this patch adds DT labels to make the properties inside the various subnodes more accessible. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch')
-rw-r--r--target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch b/target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch
index 0298644d22..316e60f221 100644
--- a/target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch
+++ b/target/linux/ipq40xx/patches-4.19/701-dts-ipq4019-add-mdio-node.patch
@@ -19,30 +19,30 @@ so the info might change.
status = "disabled";
};
-+ mdio@90000 {
++ mdio: mdio@90000 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "qcom,ipq4019-mdio";
+ reg = <0x90000 0x64>;
+ status = "disabled";
+
-+ ethernet-phy@0 {
++ ethphy0: ethernet-phy@0 {
+ reg = <0>;
+ };
+
-+ ethernet-phy@1 {
++ ethphy1: ethernet-phy@1 {
+ reg = <1>;
+ };
+
-+ ethernet-phy@2 {
++ ethphy2: ethernet-phy@2 {
+ reg = <2>;
+ };
+
-+ ethernet-phy@3 {
++ ethphy3: ethernet-phy@3 {
+ reg = <3>;
+ };
+
-+ ethernet-phy@4 {
++ ethphy4: ethernet-phy@4 {
+ reg = <4>;
+ };
+ };