rockchip: fix phy reset on rk356x
authorTianling Shen <cnsztl@immortalwrt.org>
Fri, 3 Jan 2025 12:37:41 +0000 (20:37 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 3 Jan 2025 20:51:15 +0000 (21:51 +0100)
commit14722242af819cdb168968c00dd6fda4303b0b3e
treefdcd94fff9d1f9a8d0fd368038588323ca849be9
parent09fcac8bc079edb20eabda857544022e115973a9
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>
(cherry picked from commit 8a477bafb4637e3499f69f569133039ce060559e)
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]