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 994D21DD873 for ; Mon, 12 May 2025 03:44:03 +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=1747021447; cv=none; b=ZI0BaZY3o+7cnc7bOXH/Bh/HWdhEt9LpMxJip2cvojpA4qqRew3PLiOKFe3q4XqBKmL/kN2Xp2OMGjFdFfwUjZwOM3alEZJqKCRbG3vWbKWnfH+sGUzdkIejPOIpAX7KmOiSS606whZMklXbmePCVIeEdqDZfJztJIcuWhAfHcQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747021447; c=relaxed/simple; bh=1Mn27WXCR+99Gk3UHDWOWwaOpZUvjR4HSqzgBZ42BV4=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IT/cKzIJ0c/LfQvFWPw3imvyMrw0oDlTjyVuyodi+MfO3glpn2300F7/7OBhLZ5773mMFdEgeYY6hylTN1B/6PKyB+eZV0olfyDikkSpxGQd8N5yrNPYwWD4KMK1XyRjqKVP8bPkjkm7HIOflIKgU8r6Tve0V9UtsdsxrJBOldo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) 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=pass (p=quarantine dis=none) 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 54C3hstM054508 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Mon, 12 May 2025 11:43:54 +0800 (+08) (envelope-from ben717@andestech.com) Received: from atctrx.andestech.com (10.0.15.173) 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; Mon, 12 May 2025 11:43:54 +0800 Date: Mon, 12 May 2025 11:43:54 +0800 From: Ben Zong-You Xie To: Conor Dooley CC: , Conor Dooley , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm , Lad Prabhakar , , , Subject: Re: [PATCH v1 1/2] dt-bindings: cache: add specific RZ/Five compatible to ax45mp Message-ID: References: <20250509-sapling-exhale-72815a023ac1@spud> <20250509-dwindle-remold-98b3d03d0631@spud> 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: <20250509-dwindle-remold-98b3d03d0631@spud> User-Agent: Mutt/2.1.4 (2021-12-11) 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 54C3hstM054508 On Fri, May 09, 2025 at 04:37:57PM +0100, Conor Dooley wrote: > [EXTERNAL MAIL] > > From: Conor Dooley > > When the binding was originally written, it was assumed that all > ax45mp-caches had the same properties etc. This has turned out to be > incorrect, as the QiLai SoC has a different number of cache-sets. > > Add a specific compatible for the RZ/Five for property enforcement and > in case there turns out to be additional differences between these > implementations of the cache controller. > > Signed-off-by: Conor Dooley Acked-by: Ben Zong-You Xie