From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4F8E3246768; Tue, 11 Nov 2025 01:01:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762822887; cv=none; b=LEp8xZ4iTJk6WaRa5WDCrN1g2exIfJmLTHpD8aY4uQFWV9JJpvVLIsd/A512pHv6jQkYGoOf63dyKw7rrig3ygOkRKOnDDjZN7N9Qk9rADMFBlPyT/rS+6y/a/s+szuYW6ZM7cddTcMcdGE1G2QtyPtwW1pXL4RCgmRy9q7gYLo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762822887; c=relaxed/simple; bh=oCtul7SH05HdejLwk8GoKzWSWE4nl73V8hS//Gh9kFM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=a5yQfcl6/A+D8YHxstruVf7iM6IVw9f1hR4xhua2NnG0c+JuQg5az+oG1MJrNNnvEpG75iFO53vqWuuvyzuZZFsgbohxKOAjAoTmi8qWUIO4tJm3/oVFpkVJm3I8OJ2LAebPqmbKhaftfY1AnMvzeu66E5wF9DBYNDF7vad2moU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Cq848ukv; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Cq848ukv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6AABC16AAE; Tue, 11 Nov 2025 01:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1762822887; bh=oCtul7SH05HdejLwk8GoKzWSWE4nl73V8hS//Gh9kFM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Cq848ukvbzvSZv+FoZt6OKR8EKcdUaOl1Rros8q9g/Ivz/kXsBFpxBz2xivUIyp+E JZmISgeksdpH+czIZequpe/LP27PsUACkhqWaKNJ2/RHN3lFVRbPJNSXml7Avcv/hk iyeNT1LlOv9ShtvUztrJi/rEkXImhDF8x0JH26ew= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Radhey Shyam Pandey , Michal Simek , Sasha Levin Subject: [PATCH 6.12 127/565] arm64: zynqmp: Revert usb node drive strength and slew rate for zcu106 Date: Tue, 11 Nov 2025 09:39:43 +0900 Message-ID: <20251111004529.809462168@linuxfoundation.org> X-Mailer: git-send-email 2.51.2 In-Reply-To: <20251111004526.816196597@linuxfoundation.org> References: <20251111004526.816196597@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Radhey Shyam Pandey [ Upstream commit 767ecf9da7b31e5c0c22c273001cb2784705fe8c ] On a few zcu106 boards USB devices (Dell MS116 USB Optical Mouse, Dell USB Entry Keyboard) are not enumerated on linux boot due to commit 'b8745e7eb488 ("arm64: zynqmp: Fix usb node drive strength and slew rate")'. To fix it as a workaround revert to working version and then investigate at board level why drive strength from 12mA to 4mA and slew from fast to slow is not working. Signed-off-by: Radhey Shyam Pandey Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/85a70cb014ec1f07972fccb60b875596eeaa6b5c.1756799774.git.michal.simek@amd.com Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts index 7beedd730f940..9dd63cc384e6e 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts @@ -808,8 +808,8 @@ pins = "MIO54", "MIO56", "MIO57", "MIO58", "MIO59", "MIO60", "MIO61", "MIO62", "MIO63"; bias-disable; - drive-strength = <4>; - slew-rate = ; + drive-strength = <12>; + slew-rate = ; }; }; -- 2.51.0