rockchip: fix phy reset on rk356x
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 3 Jan 2025 12:37:41 +0000 (20:37 +0800)
committerRobert Marko <robimarko@gmail.com>
Fri, 3 Jan 2025 14:59:25 +0000 (15:59 +0100)
commit8a477bafb4637e3499f69f569133039ce060559e
treefa09c2173823f1d851efad2901994fb803f27c03
parentb2b6955f80d05a8cec69f8497df8bed44cf3c64d
rockchip: fix phy reset on rk356x

The commit 7160820d742a ("phy: rockchip: naneng-combphy: fix phy reset")
was backported to kernel 6.6 branch by upstream, however the correspond
dtsi fixes was not, resulting the following error:
```
[    0.225521] rockchip-naneng-combphy fe830000.phy: error -ENOENT: failed to get phy reset
[    0.227467] rockchip-naneng-combphy fe840000.phy: error -ENOENT: failed to get phy reset
```

So backport the dtsi fixes here manually.

Fixes: 89b2356b8c2f ("kernel: bump 6.6 to 6.6.69")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/17468
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/rockchip/patches-6.6/016-v6.13-arm64-dts-rockchip-add-reset-names-for-combphy-on-rk3568.patch [new file with mode: 0644]