From patchwork Wed Jul 13 04:22:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Srikandan, Nandhini" X-Patchwork-Id: 591151 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 C7D97CCA480 for ; Wed, 13 Jul 2022 04:29:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233322AbiGME3W (ORCPT ); Wed, 13 Jul 2022 00:29:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234077AbiGME26 (ORCPT ); Wed, 13 Jul 2022 00:28:58 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E5DF32B85; Tue, 12 Jul 2022 21:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657686531; x=1689222531; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=mb8fOeDMOUQ3s+b4ghuFSAs0by4vPak2ZcTmVb4tKqU=; b=OeFStukkIhKjRHkquwEdHJJXhxrtsJMdPtidfphUVf9Op0GlUIw1iP6g wsApkgtaf5wcYlMdqdI9IUE0F39MsP2d/DHFvQjTtdz7Ahcosq99iw++E 3d2eOgeTJWxRSZdyCBuNGXkW3RprT4+pjk34IKpcry8HFogDLSenY2PjF dCoSE0Y593ePwM+ROgs3D4iB+O8/RkQBYv2m0Mk+XvTJ7kDMs46/tglhX e22LPhiLgsTuZKZX+KeKHraa74O8EIL/KdBNOGzqcgoLynPESwS6wkrgN SuiMEzalxJOwqfupGQ1TLM3G1AJ+YChT4cznibNRPnIXn6p/kuWfpxBxv A==; X-IronPort-AV: E=McAfee;i="6400,9594,10406"; a="264894386" X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="264894386" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2022 21:28:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,267,1650956400"; d="scan'208";a="570463243" Received: from srikandan-ilbpg12.png.intel.com ([10.88.229.69]) by orsmga006.jf.intel.com with ESMTP; 12 Jul 2022 21:28:47 -0700 From: nandhini.srikandan@intel.com To: fancer.lancer@gmail.com, broonie@kernel.org, robh+dt@kernel.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org, mgross@linux.intel.com, kris.pan@intel.com, kenchappa.demakkanavar@intel.com, furong.zhou@intel.com, mallikarjunappa.sangannavar@intel.com, mahesh.r.vaidya@intel.com, nandhini.srikandan@intel.com, rashmi.a@intel.com Subject: [PATCH v6 2/4] dt-bindings: spi: Add bindings for Intel Thunder Bay SOC Date: Wed, 13 Jul 2022 12:22:21 +0800 Message-Id: <20220713042223.1458-3-nandhini.srikandan@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220713042223.1458-1-nandhini.srikandan@intel.com> References: <20220713042223.1458-1-nandhini.srikandan@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org From: Nandhini Srikandan Add documentation for SPI controller in Intel Thunder Bay SoC. Signed-off-by: Nandhini Srikandan Acked-by: Rob Herring Reviewed-by: Serge Semin --- Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml index d7e08b03e204..5ecd996ebf33 100644 --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml @@ -61,6 +61,8 @@ properties: - const: snps,dw-apb-ssi - description: Intel Keem Bay SPI Controller const: intel,keembay-ssi + - description: Intel Thunder Bay SPI Controller + const: intel,thunderbay-ssi - description: Baikal-T1 SPI Controller const: baikal,bt1-ssi - description: Baikal-T1 System Boot SPI Controller