From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 847332C11D9; Fri, 23 Jan 2026 08:32:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769157141; cv=none; b=mrCZ/QYPDPOSwzADly9o/VDzS62qNvnDcJddnZc9j27eXCRpE+VwfwxBPQFv0pjXPf/AkWV3tewuIgzIbXatJfAqlbJksBucS7azDluYZ6OIW3bzBywEWNznRa9bAvYe6F2YFWKszuVzIuwpWz9RARAnOefED+CGd9SwucUfQjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769157141; c=relaxed/simple; bh=2Y+FcmQpbAhbQAoQkjXCexyKvURTkdeanJtxJgjTh9c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ndUdWImVZmKNyBTA0ysLReio8uRKJqD17VyeEMdsK8yWpIqmviqDPxTksmEbePu7ICsugsfNIZGVoTT59KqJy3ONzhmdTc++T6NmE6Bpxg0E3OeSjeHjm4hXytl2P1Rl/Z0BBSxlUYfnlGvUiqRtDN4/vw7ZEoZdmHOaVM+Jbn0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RPnIwVWe; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RPnIwVWe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB840C4CEF1; Fri, 23 Jan 2026 08:32:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769157141; bh=2Y+FcmQpbAhbQAoQkjXCexyKvURTkdeanJtxJgjTh9c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RPnIwVWeEBGUGoLNUL/3WZUxoS18DqdZWD1Gb9aJIQeBRZuE+ttk7rn6yrIlPuk68 NA2bWX3Mii/feNj5289ONXImmVYYgtzSzI6V2yNuIHbqY6LqvxUdAzUkM0WCy+Gk0F f2WYwTd1I+0kgaRQLDiLF19tUn1GqAa69VyvXOM0HNN9Jtfs3NfnrNOvhCs0L/n0AY /6xS/fCqZAwzO+J1PxEOt3DJbYpxQxiZNzMcxDiuhC2XK3Aax9FsVOaSybqK4V5FiM VWF3rg8QoGlAqa69dGndIoCwW+7r/RoANpWPqTq1gj+c6xUsWD82i2OFFL6M1cNfir LtPTD3O2fl9ow== Date: Fri, 23 Jan 2026 09:32:18 +0100 From: Krzysztof Kozlowski To: tzeyee.ng@altera.com Cc: Dinh Nguyen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] dt-bindings: altera: Add fallback compatible for Stratix 10 SoCDK eMMC variant Message-ID: <20260123-dark-private-alpaca-b10dde@quoll> References: <66f1d82240123ca71ef4850ee745747effa0042e.1769133034.git.tzeyee.ng@altera.com> 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=utf-8 Content-Disposition: inline In-Reply-To: <66f1d82240123ca71ef4850ee745747effa0042e.1769133034.git.tzeyee.ng@altera.com> On Thu, Jan 22, 2026 at 06:06:53PM -0800, tzeyee.ng@altera.com wrote: > From: Ng Tze Yee > > Stratix 10 devkit support a separate eMMC daughter card. Add compatible > string for the Stratix 10 SoCDK eMMC daughter board with > "altr,socfpga-stratix10-socdk" as a fallback, since this variant is based > on the standard SoCDK board. > > Signed-off-by: Ng Tze Yee > --- > Changes in v2: > - Added fallback compatible string "altr,socfpga-stratix10-socdk" in the > binding documentation for broader compatibility > --- > Documentation/devicetree/bindings/arm/altera.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof