From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CAF8014831F; Fri, 25 Apr 2025 02:14:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745547273; cv=none; b=glKrTY1+4NmFZyGEiNkcsiMEs6xGhQbVBnVLL621UB+lbRArs9J9x+GCOL1WtlV9d8wamOsDlHOhAv21APfUadTmL4C+0u1tByIPOItL2f9RbKj2eAuHD0YtqHQ6DTyEGCU7pHlgs+tLCtmxJ3lcT5z0nf42KtzGJTw5XepS7A0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1745547273; c=relaxed/simple; bh=22mLpVSZ+7h35wRUeBnuNiexnafvBA8zB/TsZyPssX4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rsKJDwXA+IsduuVY0zEKboBVdzFjzd21VQMmOmLNI63Ymjz4T0tt4INJ0RZkhEpvqUasAb3no4WFE8BgS45B58IcNSQo2bsMfLKtuntKDRl0BpmZ2ot078iEDxVNvRNj+sWu7lutjXt+nN8hlEIfuFLIV+9pK4ZfJkEFACvD768= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=QeppXBwc; arc=none smtp.client-ip=1.95.21.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="QeppXBwc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=sB2QjJ66j3kraGlrqjw6SCUngpcSvfBQPp40F1HnYIo=; b=QeppXBwcJBb4ePAeuS1oYCzcV9k1vTQQ7gJQWzlgx855MAHLtommaeAZ8Sx/1g aB6pz4zjvbPG5fQUw1qqRCdhpiT/tc5oB84mxjPOrsD6HMIIFpn+XOcsfi3UcfPe M2yCOCQJGQIfxJbWxMudbLd5LogR6YFrRxVy1IoI+VjaI= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCnXrzc7wpoPm_aAw--.52709S3; Fri, 25 Apr 2025 10:13:49 +0800 (CST) Date: Fri, 25 Apr 2025 10:13:47 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Markus Niebel , linux@ew.tq-group.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] Revert "arm64: dts: imx93-tqma9352-mba93xxca: enable Open Drain for MDIO" Message-ID: References: <20250417081522.1145586-1-alexander.stein@ew.tq-group.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250417081522.1145586-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID:Mc8vCgCnXrzc7wpoPm_aAw--.52709S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsmFCUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiARY6ZWgK0Y2F8AAAsD On Thu, Apr 17, 2025 at 10:15:19AM +0200, Alexander Stein wrote: > From: Markus Niebel > > Using the MDIO pins with Open Drain causes spec violations of the > signals. Revert the changes. > > This reverts commit 9015397c2f2d9d327c0cf88d74e39c4858cb4912. > > Signed-off-by: Markus Niebel > Signed-off-by: Alexander Stein Applied both, thanks!