From patchwork Mon Jan 13 07:26:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuldeep Singh X-Patchwork-Id: 239538 List-Id: U-Boot discussion From: kuldeep.singh at nxp.com (Kuldeep Singh) Date: Mon, 13 Jan 2020 12:56:27 +0530 Subject: [Patch v4 4/7] imx: imx6sx: Remove unused 'num-cs' property In-Reply-To: <1578900390-12119-1-git-send-email-kuldeep.singh@nxp.com> References: <1578900390-12119-1-git-send-email-kuldeep.singh@nxp.com> Message-ID: <1578900390-12119-5-git-send-email-kuldeep.singh@nxp.com> From: Frieder Schrempf This property is not used by the driver anymore so let's remove it. Other dts still have 'num-cs' set, but they need a resync with the Linux kernel anyway, so let's only do the U-Boot-specific files for now. Signed-off-by: Frieder Schrempf Signed-off-by: Kuldeep Singh --- Depends on https://patchwork.ozlabs.org/patch/1219462/ Depends on https://patchwork.ozlabs.org/patch/1208299/ v4: No change v3: No change v2: No change arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi | 2 -- arch/arm/dts/imx6sx-sdb-u-boot.dtsi | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi b/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi index 549461d..5200448 100644 --- a/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi +++ b/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi @@ -4,8 +4,6 @@ */ &qspi1 { - num-cs = <2>; - flash0: n25q256a at 0 { compatible = "jedec,spi-nor"; }; diff --git a/arch/arm/dts/imx6sx-sdb-u-boot.dtsi b/arch/arm/dts/imx6sx-sdb-u-boot.dtsi index 8f9236d..3c0fd87 100644 --- a/arch/arm/dts/imx6sx-sdb-u-boot.dtsi +++ b/arch/arm/dts/imx6sx-sdb-u-boot.dtsi @@ -4,8 +4,6 @@ */ &qspi2 { - num-cs = <2>; - flash0: n25q256a at 0 { compatible = "jedec,spi-nor"; };