From c6de172abb4d54fa8332a655f6d5f23f3f5c7403 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 20 Aug 2023 18:04:27 +0800 Subject: [PATCH] rockchip: fix pcie address for fastrhino r68s Signed-off-by: Tianling Shen (cherry picked from commit 3711ed503ba344cbb32375edc515e625096847e3) --- .../patches-5.15/103-arm64-rockchip-add-OF-node-for-eth.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rockchip/patches-5.15/103-arm64-rockchip-add-OF-node-for-eth.patch b/target/linux/rockchip/patches-5.15/103-arm64-rockchip-add-OF-node-for-eth.patch index 501db916a9..18e0fac8ad 100644 --- a/target/linux/rockchip/patches-5.15/103-arm64-rockchip-add-OF-node-for-eth.patch +++ b/target/linux/rockchip/patches-5.15/103-arm64-rockchip-add-OF-node-for-eth.patch @@ -128,7 +128,7 @@ Signed-off-by: David Bauer + #address-cells = <3>; + #size-cells = <2>; + -+ pcie-eth@10,0 { ++ pcie-eth@20,0 { + compatible = "pci10ec,8125"; + reg = <0x000000 0 0 0 0>; + label = "eth2";