From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C864C433EF for ; Fri, 20 May 2022 14:32:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350310AbiETOcR (ORCPT ); Fri, 20 May 2022 10:32:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350304AbiETOcQ (ORCPT ); Fri, 20 May 2022 10:32:16 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 63905169E20; Fri, 20 May 2022 07:32:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653057135; x=1684593135; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=7k1HLML8EiHrtt/rP2Re4XQ7J53RxaR/YSDTSazTTZk=; b=g/wkxz54qfWo+hDubXtDAvqJ7IMBHI9zSqhLk8/oPpvqt6vCgPLho/NA 9e+ABIF6HnW5LgFfx3faRcXqTU+8APrja9upx6vFEwEZavaNfJNvN+1xz fJ7QlXWL8T0uX3aS00MRPB/Qq4kAqa1mpkJIyvqMsf2hy7pq0MY9FoS7l 4D5Fx1zGncZQ4WsBa21e+jvaDplZe6AKwUrvaQYujxXW806OGK0sr0fJh FFZ2O5XLTuZMxyKmdHwNTe+YZdZtgDqc0D8xuWKWcMbAHZ1usmJn/CHPO 5TzOJkJ61Xh3bZnpd2I+seHAB3iLl7sQ/vG1nXy7DXDOZtU8R71qhjsJO Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10353"; a="271439341" X-IronPort-AV: E=Sophos;i="5.91,239,1647327600"; d="scan'208";a="271439341" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2022 07:32:11 -0700 X-IronPort-AV: E=Sophos;i="5.91,239,1647327600"; d="scan'208";a="662286645" Received: from rhweight-wrk1.ra.intel.com ([137.102.106.43]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2022 07:32:10 -0700 From: matthew.gerlach@linux.intel.com To: dinguyen@kernel.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: Matthew Gerlach , Krzysztof Kozlowski Subject: [PATCH v6 2/3] dt-bindings: intel: add binding for Intel n6000 Date: Fri, 20 May 2022 07:32:07 -0700 Message-Id: <20220520143208.1160506-3-matthew.gerlach@linux.intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220520143208.1160506-1-matthew.gerlach@linux.intel.com> References: <20220520143208.1160506-1-matthew.gerlach@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Matthew Gerlach Add the binding string for the Agilex based Intel n6000 board. Signed-off-by: Matthew Gerlach Acked-by: Krzysztof Kozlowski --- v3: - added Acked-by --- Documentation/devicetree/bindings/arm/intel,socfpga.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml index 6e043459fcd5..61a454a40e87 100644 --- a/Documentation/devicetree/bindings/arm/intel,socfpga.yaml +++ b/Documentation/devicetree/bindings/arm/intel,socfpga.yaml @@ -18,6 +18,7 @@ properties: items: - enum: - intel,n5x-socdk + - intel,socfpga-agilex-n6000 - intel,socfpga-agilex-socdk - const: intel,socfpga-agilex -- 2.25.1