projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433d548
)
arm64: dts: rockchip: Fix USB interface compatible string on kobol-helios64
author
Rob Herring
<robh@kernel.org>
Fri, 12 Apr 2024 20:44:04 +0000
(15:44 -0500)
committer
Heiko Stuebner
<heiko@sntech.de>
Wed, 17 Apr 2024 21:14:44 +0000
(23:14 +0200)
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 <robh@kernel.org>
Link:
https://lore.kernel.org/r/20240412204405.3703638-1-robh@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
index dfb2a0bdea5b736d7ce6554e22a60c01d0b31297..9586bb12a5d8f51dbf81e8c9c200d6bafa0ae3e2 100644
(file)
--- a/
arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
+++ b/
arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
@@
-611,7
+611,7
@@
#size-cells = <0>;
interface@0 { /* interface 0 of configuration 1 */
- compatible = "usbbda,8156.config1.0";
+ compatible = "usb
if
bda,8156.config1.0";
reg = <0 1>;
};
};