]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
nanopi-r2s: fix rtl8153 usb port v5.10.y-multi v5.10.76-multi
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 10 Oct 2021 06:48:17 +0000 (08:48 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 27 Oct 2021 15:42:01 +0000 (17:42 +0200)
the lan chip is found on port2 of the usb3 root controller

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts

index 9a7785f0c306bbfce3d9f37177fa4e40419eed41..46ca068f6ff797fcf81d8e5566651bac2b2f26d3 100644 (file)
 
        #address-cells = <1>;
        #size-cells = <0>;
-       usbr8153: usbether@1 {
+       usbr8153: usbether@2 {
                compatible = "usb0bda,8153";
-               reg = <1>;
+               reg = <2>;
        };
 };