aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2024-04-12 15:44:04 -0500
committerHeiko Stuebner <heiko@sntech.de>2024-04-17 23:14:44 +0200
commit460856d183663613074eb42f33a9f1b59940db8a (patch)
treed3eb63e690ec0aca54bdd7ae12947d7e50f274eb
parente32b794a90621eb81592656fa0ad17b16cb3289d (diff)
downloaddevicetree-rebasing-460856d183663613074eb42f33a9f1b59940db8a.tar.gz
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 <robh@kernel.org> Link: https://lore.kernel.org/r/20240412204405.3703638-1-robh@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de> [ upstream commit: 93b36e1d3748c352a70c69aa378715e6572e51d1 ]
-rw-r--r--src/arm64/rockchip/rk3399-kobol-helios64.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm64/rockchip/rk3399-kobol-helios64.dts b/src/arm64/rockchip/rk3399-kobol-helios64.dts
index dfb2a0bdea5b7..9586bb12a5d8f 100644
--- a/src/arm64/rockchip/rk3399-kobol-helios64.dts
+++ b/src/arm64/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 = "usbifbda,8156.config1.0";
reg = <0 1>;
};
};