diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-08 14:05:39 +0200 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-10-09 11:17:25 +0200 |
| commit | 94ed8f73e1db7d2e685689bcf029b1270ed92d06 (patch) | |
| tree | 7af6a0cf9a43f140bf9ff1f1e7e94dca8d52af33 /target/linux | |
| parent | 9ac891f8c44124e931c15f1257347cd8ba311a19 (diff) | |
| download | upstream-94ed8f73e1db7d2e685689bcf029b1270ed92d06.tar.gz upstream-94ed8f73e1db7d2e685689bcf029b1270ed92d06.tar.bz2 upstream-94ed8f73e1db7d2e685689bcf029b1270ed92d06.zip | |
ipq806x: fix broken onhub dtsi
Fix broken onhub dtsi. The gmac node have a redundant phy-handle that
doesn't point to the swconfig phy node as they got dropped in the DSA
conversion. Drop these extra binding to restore correct compilation of
this subtarget.
Fixes: 337e36e0ef98 ("ipq806x: convert each device to DSA implementation")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi index b84c8512ae9..ba53a7391de 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8064-onhub.dtsi @@ -345,7 +345,6 @@ status = "okay"; phy-mode = "rgmii"; qcom,id = <0>; - phy-handle = <&phy1>; pinctrl-0 = <&rgmii0_pins>; pinctrl-names = "default"; @@ -360,7 +359,6 @@ status = "okay"; phy-mode = "sgmii"; qcom,id = <2>; - phy-handle = <&phy0>; fixed-link { speed = <1000>; |
