From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mason Subject: Re: arasan,sdhci.txt "compatibility" DT binding Date: Mon, 28 Nov 2016 16:44:39 +0100 Message-ID: <583C50E7.6030400@free.fr> References: <56B07BA5.4060407@free.fr> <56B166F1.5080605@rock-chips.com> <56B1AA44.1010108@xilinx.com> <56B1BAF8.2050907@free.fr> <56B1CF40.1030203@xilinx.com> <20160203152104.GP4215@xsjsorenbubuntu> <56B21DDB.6050708@free.fr> <582ED9E0.5090506@free.fr> <582EF744.8090307@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp5-g21.free.fr ([212.27.42.5]:38157 "EHLO smtp5-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754525AbcK1Ppk (ORCPT ); Mon, 28 Nov 2016 10:45:40 -0500 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: linux-mmc , Shawn Lin , Adrian Hunter Cc: Michal Simek , Rameshwar Sahu , Linux ARM , Soren Brinkmann , Michal Simek , Anton Vorontsov , Xiaobo Xie , Suman Tripathi , Linus Walleij , Maxime Ripard , Arnd Bergmann , Rob Herring , Zach Brown , Ulf Hansson , Douglas Anderson , Heiko Stuebner , Jisheng Zhang , Suneel Garapati , Russell King , Sebastian Frias Hello, @Shawn Lin, could you take a look below and tell me exactly which IP core(s) Rockchip is using in its SoCs? Based on the feedback I received, here is an updated list of compatible strings and controller versions dealt with by the drivers/mmc/host/sdhci-of-arasan.c code. Xilinx Zynq: "SD2.0 / SDIO2.0 / MMC3.31 AHB Host Controller" "arasan,sdhci-8.9a" NB: 8.9a is the documentation revision (dated 2011-10-19) subsequent tweaks labeled 9.0a, 9.1a, 9.2a Xilinx ZynqMP: "SD3.0 / SDIO3.0 / eMMC4.51 AHB Host Controller" "arasan,sdhci-8.9a" NB: using the same compatible string as Zynq Sigma SMP87xx "SD3.0 / SDIO3.0 / eMMC4.4 AHB Host Controller" no compatible string yet, platform-specific init required APM: "SD3.0 / SDIO3.0 / eMMC4.41 AHB Host Controller" "arasan,sdhci-4.9a" NB: 4.9a appears to be the documentation revision no functional diff with "arasan,sdhci-8.9a" Rockchip Exact IP unknown, waiting for Shawn's answer "arasan,sdhci-5.1" NB: 5.1 appears to refer to the eMMC standard supported On a final note, there are many variations of the Arasan IP. I've tracked down at least the following: SD_2.0_SDIO_2.0__MMC_3.31_AHB_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.41_OCP_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.4__AHB_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.51_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.5__Host_Controller.pdf SD_4.1_SDIO_4.1_eMMC_4.51_Host_Controller.pdf SD_4.1_SDIO_4.1_eMMC_5.1__Host_Controller.pdf It seems to me the compatible string should specify the SD/SDIO version AND the eMMC version, since it seems many combinations are allowed, e.g. eMMC 4.51 has two possible SD versions. What do you think? Regards. From mboxrd@z Thu Jan 1 00:00:00 1970 From: slash.tmp@free.fr (Mason) Date: Mon, 28 Nov 2016 16:44:39 +0100 Subject: arasan,sdhci.txt "compatibility" DT binding In-Reply-To: References: <56B07BA5.4060407@free.fr> <56B166F1.5080605@rock-chips.com> <56B1AA44.1010108@xilinx.com> <56B1BAF8.2050907@free.fr> <56B1CF40.1030203@xilinx.com> <20160203152104.GP4215@xsjsorenbubuntu> <56B21DDB.6050708@free.fr> <582ED9E0.5090506@free.fr> <582EF744.8090307@free.fr> Message-ID: <583C50E7.6030400@free.fr> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, @Shawn Lin, could you take a look below and tell me exactly which IP core(s) Rockchip is using in its SoCs? Based on the feedback I received, here is an updated list of compatible strings and controller versions dealt with by the drivers/mmc/host/sdhci-of-arasan.c code. Xilinx Zynq: "SD2.0 / SDIO2.0 / MMC3.31 AHB Host Controller" "arasan,sdhci-8.9a" NB: 8.9a is the documentation revision (dated 2011-10-19) subsequent tweaks labeled 9.0a, 9.1a, 9.2a Xilinx ZynqMP: "SD3.0 / SDIO3.0 / eMMC4.51 AHB Host Controller" "arasan,sdhci-8.9a" NB: using the same compatible string as Zynq Sigma SMP87xx "SD3.0 / SDIO3.0 / eMMC4.4 AHB Host Controller" no compatible string yet, platform-specific init required APM: "SD3.0 / SDIO3.0 / eMMC4.41 AHB Host Controller" "arasan,sdhci-4.9a" NB: 4.9a appears to be the documentation revision no functional diff with "arasan,sdhci-8.9a" Rockchip Exact IP unknown, waiting for Shawn's answer "arasan,sdhci-5.1" NB: 5.1 appears to refer to the eMMC standard supported On a final note, there are many variations of the Arasan IP. I've tracked down at least the following: SD_2.0_SDIO_2.0__MMC_3.31_AHB_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.41_OCP_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.4__AHB_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.51_Host_Controller.pdf SD_3.0_SDIO_3.0_eMMC_4.5__Host_Controller.pdf SD_4.1_SDIO_4.1_eMMC_4.51_Host_Controller.pdf SD_4.1_SDIO_4.1_eMMC_5.1__Host_Controller.pdf It seems to me the compatible string should specify the SD/SDIO version AND the eMMC version, since it seems many combinations are allowed, e.g. eMMC 4.51 has two possible SD versions. What do you think? Regards.