From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx10.gouders.net (mx10.gouders.net [202.61.206.94]) (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 274921A2658 for ; Fri, 18 Apr 2025 08:19:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=202.61.206.94 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744964385; cv=none; b=S9mBeTV0cXDJmx8QLQXMroHB1MR0JGZU2PXslytI6vgCcpC78/YIskZQv8iGW87xd2Hcv2uKW8ymUJ2id51/lBxZIFoM03kFOewN6pcMbLilEAe4ftBgxUaJCzRXLjuNqLMEvaZeZhbttToIb86cdk+HguceUhcDCz070271sfs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744964385; c=relaxed/simple; bh=HfserAq17Skx9yyn4OaPzK7uT4AvLX10etymwSKfJyk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=cyZjZBofRIiUp8LZz6XIapQKCZWX35g1aJmfW3U+SOgQ6sLQuxNtT4TCSwRJtEqQ9IH9tY5w5xboEJjxNwqd7P/JKHmYXoVYXJhuLk7QEQU4XoLjwx1DuVL83cTcbz0LPWQjaSpXPHut1qPB8gQOK37JAAQ9KvmSEcn06j8G730= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=gouders.net; spf=pass smtp.mailfrom=gouders.net; dkim=pass (1024-bit key) header.d=gouders.net header.i=@gouders.net header.b=SUX1l7iq; arc=none smtp.client-ip=202.61.206.94 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=gouders.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gouders.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=gouders.net header.i=@gouders.net header.b="SUX1l7iq" Received: from localhost (ip-109-42-179-120.web.vodafone.de [109.42.179.120]) (authenticated bits=0) by mx10.gouders.net (8.17.1.9/8.17.1.9) with ESMTPSA id 53I8GUi2025346 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 18 Apr 2025 10:16:31 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gouders.net; s=gnet; t=1744964191; bh=HfserAq17Skx9yyn4OaPzK7uT4AvLX10etymwSKfJyk=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=SUX1l7iq5GXdFIVtE3I/1BV7D+Sgu/UQNrXCYzhokqytgNZdNokEHtylOwbpWhRs+ Z4jTpSNooYriaXFEAC72nh5+Mm7sSb26VT5UHZX5I7BXf3kAIpogIaVn8TGRCMyCzV kOuO1LIWxnP5BO1159QpMrZSajcIUV/jGi5S47XA= From: Dirk Gouders To: Primoz Fiser Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, upstream@lists.phytec.de Subject: Re: [PATCH v3 03/15] arm64: dts: freescale: imx93-phycore-som: Disable LED pull-up In-Reply-To: <20250418063104.2202085-4-primoz.fiser@norik.com> (Primoz Fiser's message of "Fri, 18 Apr 2025 08:30:52 +0200") References: <20250418063104.2202085-1-primoz.fiser@norik.com> <20250418063104.2202085-4-primoz.fiser@norik.com> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Fri, 18 Apr 2025 10:16:25 +0200 Message-ID: Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Primoz Fiser writes: > There is already an external pull-down resistor on the LED output line. > It makes no sense to have both pull-down and pull-up resistors enabled > at the same time. Thus disable the internal pull-down. ~~~~~~~ ~~~~~~~~~ Sorry for disturbing, but I couldn't resist: the above somehow contradicts the subject line -- at least when reading this just by chance. Regards, Dirk