Skip to content

Commit

Permalink
qualcommax: ipq60xx: fix dp
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWrt Builder committed Mar 16, 2024
1 parent d84bc86 commit 3e454a8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
};
};

dp1: dp1@3a001000 {
dp1: dp1 {
device_type = "network";
compatible = "qcom,nss-dp";
qcom,id = <1>;
Expand All @@ -461,7 +461,7 @@
status = "disabled";
};

dp2: dp2@3a001200 {
dp2: dp2 {
device_type = "network";
compatible = "qcom,nss-dp";
qcom,id = <2>;
Expand All @@ -472,7 +472,7 @@
status = "disabled";
};

dp3: dp3@3a001400 {
dp3: dp3 {
device_type = "network";
compatible = "qcom,nss-dp";
qcom,id = <3>;
Expand All @@ -483,7 +483,7 @@
status = "disabled";
};

dp4: dp4@3a001600 {
dp4: dp4 {
device_type = "network";
compatible = "qcom,nss-dp";
qcom,id = <4>;
Expand All @@ -494,7 +494,7 @@
status = "disabled";
};

dp5: dp5@3a001800 {
dp5: dp5 {
device_type = "network";
compatible = "qcom,nss-dp";
qcom,id = <5>;
Expand Down

0 comments on commit 3e454a8

Please sign in to comment.