From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yogesh Gaur Subject: [PATCH v3 2/2] dt-bindings: spi: updated usage example for spi-rx/tx-bus-width properties Date: Tue, 13 Feb 2018 12:21:15 +0530 Message-ID: <1518504675-26286-3-git-send-email-yogeshnarayan.gaur@nxp.com> References: <1518504675-26286-1-git-send-email-yogeshnarayan.gaur@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1518504675-26286-1-git-send-email-yogeshnarayan.gaur-3arQi8VN3Tc@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org, cyrille.pitchen-yU5RGvR974pGWvitb5QawA@public.gmane.org, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, han.xu-3arQi8VN3Tc@public.gmane.org, festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, prabhakar.kushwaha-3arQi8VN3Tc@public.gmane.org, suresh.gupta-3arQi8VN3Tc@public.gmane.org, Yogesh Gaur List-Id: devicetree@vger.kernel.org Updated usage example by adding properties spi-rx-bus-width and spi-tx-bus-width for slave node binding. Signed-off-by: Yogesh Gaur --- Changes for v3: - None Changes for v2: - None Documentation/devicetree/bindings/spi/spi-bus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt b/Documentation/devicetree/bindings/spi/spi-bus.txt index 1f6e86f..4dbe267 100644 --- a/Documentation/devicetree/bindings/spi/spi-bus.txt +++ b/Documentation/devicetree/bindings/spi/spi-bus.txt @@ -101,6 +101,8 @@ SPI example for an MPC5200 SPI bus: compatible = "micrel,ks8995m"; spi-max-frequency = <1000000>; reg = <0>; + spi-rx-bus-width = 4; + spi-tx-bus-width = 4; }; codec@1 { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yogesh Gaur To: linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, robh@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org Cc: linux-arm-kernel@lists.infradead.org, boris.brezillon@free-electrons.com, cyrille.pitchen@wedev4u.fr, computersforpeace@gmail.com, han.xu@nxp.com, festevam@gmail.com, prabhakar.kushwaha@nxp.com, suresh.gupta@nxp.com, Yogesh Gaur Subject: [PATCH v3 2/2] dt-bindings: spi: updated usage example for spi-rx/tx-bus-width properties Date: Tue, 13 Feb 2018 12:21:15 +0530 Message-Id: <1518504675-26286-3-git-send-email-yogeshnarayan.gaur@nxp.com> In-Reply-To: <1518504675-26286-1-git-send-email-yogeshnarayan.gaur@nxp.com> References: <1518504675-26286-1-git-send-email-yogeshnarayan.gaur@nxp.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Updated usage example by adding properties spi-rx-bus-width and spi-tx-bus-width for slave node binding. Signed-off-by: Yogesh Gaur --- Changes for v3: - None Changes for v2: - None Documentation/devicetree/bindings/spi/spi-bus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt b/Documentation/devicetree/bindings/spi/spi-bus.txt index 1f6e86f..4dbe267 100644 --- a/Documentation/devicetree/bindings/spi/spi-bus.txt +++ b/Documentation/devicetree/bindings/spi/spi-bus.txt @@ -101,6 +101,8 @@ SPI example for an MPC5200 SPI bus: compatible = "micrel,ks8995m"; spi-max-frequency = <1000000>; reg = <0>; + spi-rx-bus-width = 4; + spi-tx-bus-width = 4; }; codec@1 { -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: yogeshnarayan.gaur@nxp.com (Yogesh Gaur) Date: Tue, 13 Feb 2018 12:21:15 +0530 Subject: [PATCH v3 2/2] dt-bindings: spi: updated usage example for spi-rx/tx-bus-width properties In-Reply-To: <1518504675-26286-1-git-send-email-yogeshnarayan.gaur@nxp.com> References: <1518504675-26286-1-git-send-email-yogeshnarayan.gaur@nxp.com> Message-ID: <1518504675-26286-3-git-send-email-yogeshnarayan.gaur@nxp.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Updated usage example by adding properties spi-rx-bus-width and spi-tx-bus-width for slave node binding. Signed-off-by: Yogesh Gaur --- Changes for v3: - None Changes for v2: - None Documentation/devicetree/bindings/spi/spi-bus.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/spi/spi-bus.txt b/Documentation/devicetree/bindings/spi/spi-bus.txt index 1f6e86f..4dbe267 100644 --- a/Documentation/devicetree/bindings/spi/spi-bus.txt +++ b/Documentation/devicetree/bindings/spi/spi-bus.txt @@ -101,6 +101,8 @@ SPI example for an MPC5200 SPI bus: compatible = "micrel,ks8995m"; spi-max-frequency = <1000000>; reg = <0>; + spi-rx-bus-width = 4; + spi-tx-bus-width = 4; }; codec at 1 { -- 1.9.1