From patchwork Fri Apr 12 20:44:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 13628306 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8B4B5C4345F for ; Fri, 12 Apr 2024 20:44:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=NXAOUnCgsqi+W5JdgXhaoCOq5hFs1zCJEvprHKwnGrs=; b=p+grlQAY5+Z0Eu cjhnQAf+YUcJ3wcqQ+wsGKBdPDnrOBoW4DoIYS6KjOrZ83M0iFX8WMDXWJ1wHEPl4STuztjqW0Z1j Vr1qpVSgUVf95lOdgOdl8InLAeHte5aDy1Pg6aC4LnlPUMBUpJEkBiwziyi4BII2I36mBg0JOCYaK UgaF4deyuki3e9xAHjybjmo+pmbLbXi6Cb8zFDAe1VuPSbe5ZP2HySmwpICIqGcUX/GCAKfcWnK/3 hX3abXm+kZPwzdUGMAAHumOjV+fczBTZyA5B6l85Ql1byx8xjh3cUEbTnN7Id1gvUtQbG/R0kJL5h UdWCxN/EbKAwKaThQb+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvNkw-00000001FEh-3j6y; Fri, 12 Apr 2024 20:44:18 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rvNku-00000001FE1-3aR9; Fri, 12 Apr 2024 20:44:18 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id E53036164D; Fri, 12 Apr 2024 20:44:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62D43C113CD; Fri, 12 Apr 2024 20:44:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712954655; bh=tbwmwgn+93O/SPG6Jq7D3DigC50YGQE/RYOTKsK0Izo=; h=From:To:Cc:Subject:Date:From; b=mk6meqIM1uViiPnfITf5lHdtLtYjdp952115uLMKuj10WOEJO2FPS49mHusgKEwJ4 +Hux8u8J+z9UJTTLe3mLCPAXT7YYZTNcJU/0MZ1ZXOi5mhkybUHfJj7HRQkcNTTYXw cevKsalI7CC7kcMiSLXwXdQdBq5JAWGQJ/yIFeWkDXKb97TOtgglrFMd3ySF2oRC3+ LWwXmSmCDVI9SoBxCDwvS7K2jeOk+sJLFwLhwHv47NjvZ9jQPTjPMVDxfT1FyEky5V kQFKWugcdszCdAKT6Vq4RzixjwyGIbpv3QRoH++tV8YHHmt5CPgqK2JBHj7WWknCtS YFJ15d20DCq5Q== From: Rob Herring To: Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: rockchip: helios4: Fix USB interface compatible string Date: Fri, 12 Apr 2024 15:44:04 -0500 Message-ID: <20240412204405.3703638-1-robh@kernel.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240412_134417_053883_1F8D1DAD X-CRM114-Status: GOOD ( 10.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 --- arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts index dfb2a0bdea5b..9586bb12a5d8 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts @@ -611,7 +611,7 @@ device@4 { #size-cells = <0>; interface@0 { /* interface 0 of configuration 1 */ - compatible = "usbbda,8156.config1.0"; + compatible = "usbifbda,8156.config1.0"; reg = <0 1>; }; };