From patchwork Wed Nov 13 08:12:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUKAUMI Naoki X-Patchwork-Id: 13873278 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 64474D41C13 for ; Wed, 13 Nov 2024 08:13:51 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JEhztUdPk5qmN3aOHE8mKH49MKKxQyk6MUex8saYIsE=; b=K3oLX2ZwFFY0Mw YbJWZ6pibFM2s801N1i+fjt4gRZELWHn0uDx6qQqojtu+ZuP4QVQa+UDTUVUN6c53sw5NtcTfjj1/ 6EAU+NLjIYLFhrcSTzbjqF2a+LNrKID3uZZpCBE7EydBrP+NWZ8W2XNwbTlpXreIpnI0+fW9DH2IF nchsq2vrI2vx20gWGCc9XcR6OQqAzu0wRVjRL6h60NUDq50dvD/wsxScqDkAvXKYvaUWPANuOEaAN 056oz2iK8LlBes93QXI8VgxrRDnm5a2y+EVgTGny29DUSUJEaPQdY7Saq+ln2dTysUuyUsDDcEbjw MAzHKhAQbidzicOGx3TQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tB8VW-000000064OC-1yQM; Wed, 13 Nov 2024 08:13:46 +0000 Received: from sakura.naobsd.org ([160.16.200.221] helo=mail.naobsd.org) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tB8V4-000000064J1-400K for linux-rockchip@lists.infradead.org; Wed, 13 Nov 2024 08:13:22 +0000 Received: from secure.fukaumi.org ([10.0.0.2]) by mail.naobsd.org (8.14.4/8.14.4/Debian-4.1ubuntu1.1) with ESMTP id 4AD8D5p6026223; Wed, 13 Nov 2024 17:13:06 +0900 From: FUKAUMI Naoki To: heiko@sntech.de Subject: [PATCH 5/8] arm64: dts: rockchip: remove usb_host0_ohci for Radxa ROCK 5A Date: Wed, 13 Nov 2024 08:12:55 +0000 Message-ID: <20241113081258.2745-5-naoki@radxa.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241113081258.2745-1-naoki@radxa.com> References: <20241113081258.2745-1-naoki@radxa.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241113_001319_309489_F508E44B X-CRM114-Status: UNSURE ( 6.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, sebastian.reichel@collabora.com, linux-rockchip@lists.infradead.org, FUKAUMI Naoki , jbx6244@gmail.com, krzk+dt@kernel.org, dsimic@manjaro.org Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org since USB hub(FE1.1s) has Transaction Translator, usb_host0_ohci is not used for low/full speed USB device. remove it. Signed-off-by: FUKAUMI Naoki --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts index 66f6e872856c..66eb38f4d7c0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts @@ -811,10 +811,6 @@ &usb_host0_ehci { status = "okay"; }; -&usb_host0_ohci { - status = "okay"; -}; - &usb_host0_xhci { dr_mode = "host"; status = "okay";