From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m155101.qiye.163.com (mail-m155101.qiye.163.com [101.71.155.101]) (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 0A842344024; Thu, 7 May 2026 06:55:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=101.71.155.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778136954; cv=none; b=VS6dN9VYUQHe4VxNkH6oehrvhzlVx4j28QxPKkHSstg+b/Ouf+eNHbrzXHfAMLHNEoK8Trj+p/qkjhTYKtzqtaWYc41OXxKemMY6PNso62oKvxS46FdNkE5yvp79zwiOPxo8X76Z1/ogN3/KAwcLg+Ne8GG4vKChDbCu7RbiVUA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778136954; c=relaxed/simple; bh=Zgs20AJ1aIWSlJgsXvtQl8XF8EIm0oHc5I/Q4rYaeIg=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=pZwf5aWb33J7tissIy1Kr8LPduTESDuatHlvVXwBPPyaHnDAPlLywXDAoh0evoXmqQup2DRH6BSG7Xbw1OhxlOsz32gG9HUeUAfSh7DWiBS+csBnMSoVe0W/1+8fb021KLWWsukNMukNVLQOv9On8whuy+tI+JBbNw38NrFCvTA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=jmu.edu.cn; spf=pass smtp.mailfrom=jmu.edu.cn; arc=none smtp.client-ip=101.71.155.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=jmu.edu.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=jmu.edu.cn Received: from Vostro-3710.. (unknown [119.122.215.211]) by smtp.qiye.163.com (Hmail) with ESMTP id 3d702923a; Thu, 7 May 2026 14:50:35 +0800 (GMT+08:00) From: Chukun Pan To: linux.amoon@gmail.com Cc: alex@ghiti.fr, amadeus@jmu.edu.cn, aou@eecs.berkeley.edu, conor+dt@kernel.org, devicetree@vger.kernel.org, dlan@kernel.org, gaohan@iscas.ac.cn, huang.ze@linux.dev, krzk+dt@kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, palmer@dabbelt.com, pjw@kernel.org, robh@kernel.org, spacemit@lists.linux.dev Subject: Re: [PATCH v2 4/4] riscv: dts: spacemit: k1-bananapi-f3: Add vin-supply for PCIe 3.3V regulator Date: Thu, 7 May 2026 14:50:30 +0800 Message-Id: <20260507065030.1883988-1-amadeus@jmu.edu.cn> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260502051906.8160-4-linux.amoon@gmail.com> References: <20260502051906.8160-4-linux.amoon@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-HM-Tid: 0a9e0133d8ae03a2kunmf8576bae198421 X-HM-MType: 10 X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWRgWCB1ZQUpXWS1ZQUlXWQ8JGhUIEh9ZQVlCSBhNVh5KQk5IS01CTxkYTlYeHw 5VEwETFhoSFyQUDg9ZV1kYEgtZQVlKSkJVSklJVUlKTlVJSkpZV1kWGg8SFR0UWUFZT0tIVUpLSE pOTE5VSktLVUpCS0tZBg++ Hi, > @@ -39,6 +39,7 @@ pcie_vcc_3v3: regulator-pcie-vcc3v3 { > regulator-min-microvolt = <3300000>; > regulator-max-microvolt = <3300000>; > regulator-always-on; > + vin-supply = <®_vcc5v0_sys>; > }; This is incorrect. pcie_vcc3v3 is driven by usbvbus (dc_in).