From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Atcsqr.andestech.com (60-248-80-70.hinet-ip.hinet.net [60.248.80.70]) (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 C38CC314A65; Fri, 12 Dec 2025 09:34:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=60.248.80.70 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765532049; cv=none; b=BW1U+APeS7rTnDVoIxFr7BwkzFErfLoSXcBwJ+zHFwRbne5kgQ6G8AIUO0VxRm0sy9wY/Gc3yZxv6/cBnNWrqdy+rLkB+4a+C3t1N0zXDB44QEWf8gWYZP11Qe9Y6a7OCGSv5T6iU8N6Lt0U4vYJoke1wrn1Z5rxjG6OlbtUzTM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765532049; c=relaxed/simple; bh=9p5HbVjJ2BDhCNOgU/kZjkiQCm3ufno6fH+QQNURK5g=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iNN9uAf2HYXf27MdlnsTgiC8ERC3EnRZVMW+l2oM3A65MDCNAPdY4CPJxEtiKA0ouA3WomSWBPzd1RProMsrmYYcddAF8EkNjVdYBxc2nx+216vXx+vezBgB6T7Bcfc9Q937hG5/UIPnOU2N1RXAGntdn8cIdKbfOgXI/us5GcQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com; spf=pass smtp.mailfrom=andestech.com; arc=none smtp.client-ip=60.248.80.70 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=andestech.com Received: from mail.andestech.com (ATCPCS34.andestech.com [10.0.1.134]) by Atcsqr.andestech.com with ESMTPS id 5BC9XYND085708 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Fri, 12 Dec 2025 17:33:34 +0800 (+08) (envelope-from cl634@andestech.com) Received: from swlinux02 (10.0.15.183) by ATCPCS34.andestech.com (10.0.1.134) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Fri, 12 Dec 2025 17:33:33 +0800 Date: Fri, 12 Dec 2025 17:33:33 +0800 From: CL Wang To: Conor Dooley CC: , , , , , , , Subject: Re: [PATCH V2 1/3] dt-bindings: spi: Add support for ATCSPI200 SPI controller Message-ID: References: <20251210090430.3602380-1-cl634@andestech.com> <20251210090430.3602380-2-cl634@andestech.com> <20251210-repeated-perjurer-99219893524a@spud> Precedence: bulk X-Mailing-List: linux-kernel@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: <20251210-repeated-perjurer-99219893524a@spud> User-Agent: Mutt/2.2.12 (2023-09-09) X-ClientProxiedBy: ATCPCS33.andestech.com (10.0.1.100) To ATCPCS34.andestech.com (10.0.1.134) X-DKIM-Results: atcpcs34.andestech.com; dkim=none; X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL:Atcsqr.andestech.com 5BC9XYND085708 Hi Conor, Thanks for the review. Understood regarding the requirement for a proper fallback compatible. For v3, I will: Use "andestech,qilai-spi" as the primary compatible. Add "andestech,ae350-spi" as the fallback compatible. Rename the binding file accordingly. I'll send out v3 soon. Thanks again for your feedback. Best regards, CL