From patchwork Mon Dec 10 16:28:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frieder Schrempf X-Patchwork-Id: 10721613 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 84516112E for ; Mon, 10 Dec 2018 16:29:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7350A2AE48 for ; Mon, 10 Dec 2018 16:29:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6729C2AE4F; Mon, 10 Dec 2018 16:29:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 128492AE48 for ; Mon, 10 Dec 2018 16:29:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727587AbeLJQ2v convert rfc822-to-8bit (ORCPT ); Mon, 10 Dec 2018 11:28:51 -0500 Received: from skedge03.snt-world.com ([91.208.41.68]:42594 "EHLO skedge03.snt-world.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727246AbeLJQ2v (ORCPT ); Mon, 10 Dec 2018 11:28:51 -0500 Received: from sntmail11s.snt-is.com (unknown [10.203.32.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by skedge03.snt-world.com (Postfix) with ESMTPS id 63F5A67A655; Mon, 10 Dec 2018 17:28:48 +0100 (CET) Received: from sntmail12r.snt-is.com (10.203.32.182) by sntmail11s.snt-is.com (10.203.32.181) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1466.3; Mon, 10 Dec 2018 17:28:48 +0100 Received: from sntmail12r.snt-is.com ([fe80::e551:8750:7bba:3305]) by sntmail12r.snt-is.com ([fe80::e551:8750:7bba:3305%5]) with mapi id 15.01.1466.003; Mon, 10 Dec 2018 17:28:48 +0100 From: Schrempf Frieder To: Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" CC: "boris.brezillon@bootlin.com" , "linux-mtd@lists.infradead.org" , "broonie@kernel.org" , "linux-spi@vger.kernel.org" , Schrempf Frieder , "linux-kernel@vger.kernel.org" Subject: [PATCH 0/5] Prepare devicetrees for the new FSL QSPI driver Thread-Topic: [PATCH 0/5] Prepare devicetrees for the new FSL QSPI driver Thread-Index: AQHUkKVtG6It8sv/EE6xXPNZqAZcLA== Date: Mon, 10 Dec 2018 16:28:47 +0000 Message-ID: <1544459182-23655-1-git-send-email-frieder.schrempf@kontron.de> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.25.9.43] x-c2processedorg: 51b406b7-48a2-4d03-b652-521f56ac89f3 MIME-Version: 1.0 X-SnT-MailScanner-Information: Please contact the ISP for more information X-SnT-MailScanner-ID: 63F5A67A655.AE867 X-SnT-MailScanner: Found to be clean X-SnT-MailScanner-SpamCheck: X-SnT-MailScanner-From: frieder.schrempf@kontron.de X-SnT-MailScanner-To: boris.brezillon@bootlin.com, broonie@kernel.org, devicetree@vger.kernel.org, fabio.estevam@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-spi@vger.kernel.org Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Frieder Schrempf We have prepared a new driver for the FSL QSPI controller that works under the SPI framework. The current devicetrees are broken because they use an inconsistent scheme for assigning the reg properties. As, in contrast to the current driver, the new driver will use the reg properties to select the correct chip, we need to fix them. We also add spi-[tx/rx]-bus-width to make sure the full buswidth will be used and while at it clean up and remove some unused properties. Frieder Schrempf (5): arm64: dts: Remove unused properties from FSL QSPI driver nodes ARM: dts: Remove unused properties from FSL QSPI driver nodes ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller arch/arm/boot/dts/imx6sx-sdb-reva.dts | 8 ++++++-- arch/arm/boot/dts/imx6sx-sdb.dts | 8 ++++++-- arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 2 ++ arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | 5 ++--- arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 3 ++- arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 4 ++-- arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 6 ++++-- arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | 4 ++++ 8 files changed, 28 insertions(+), 12 deletions(-)