Skip to content

Commit 93b36e1

Browse files
robherringmmind
authored andcommitted
arm64: dts: rockchip: Fix USB interface compatible string on kobol-helios64
The correct compatible string for a USB interface node begins with "usbif", not "usb". Fix the Rockchip RK3399 based Kobol Helios64 board. Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 433d548 commit 93b36e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
#size-cells = <0>;
612612

613613
interface@0 { /* interface 0 of configuration 1 */
614-
compatible = "usbbda,8156.config1.0";
614+
compatible = "usbifbda,8156.config1.0";
615615
reg = <0 1>;
616616
};
617617
};

0 commit comments

Comments
 (0)