[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a5ec87f2-7e72-9c23-e13a-75498287b451@pengutronix.de>
Date: Sun, 26 Sep 2021 08:54:35 +0200
From: Ahmad Fatoum <a.fatoum@...gutronix.de>
To: Andreas Kemnade <andreas@...nade.info>, robh+dt@...nel.org,
shawnguo@...nel.org, s.hauer@...gutronix.de, kernel@...gutronix.de,
festevam@...il.com, linux-imx@....com, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Krzysztof Kozlowski <krzk@...nel.org>,
Lucas Stach <lst@...gutronix.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
Subject: Re: [PATCH v2 4/5] ARM: dts: imx6sl: fix mmc compatibles
Hello Andreas,
On 24.09.21 11:14, Andreas Kemnade wrote:
> Binding specification only allows one compatible here.
This same change was NACKed by Lucas here:
https://lore.kernel.org/linux-devicetree/72e1194e10ccb4f87aed96265114f0963e805092.camel@pengutronix.de/
I also think the schema should be fixed instead.
Cheers,
Ahmad
>
> Signed-off-by: Andreas Kemnade <andreas@...nade.info>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
> ---
> arch/arm/boot/dts/imx6sl.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
> index c7d907c5c352..887d2a80a335 100644
> --- a/arch/arm/boot/dts/imx6sl.dtsi
> +++ b/arch/arm/boot/dts/imx6sl.dtsi
> @@ -856,7 +856,7 @@ fec: ethernet@...8000 {
> };
>
> usdhc1: mmc@...0000 {
> - compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
> + compatible = "fsl,imx6sl-usdhc";
> reg = <0x02190000 0x4000>;
> interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks IMX6SL_CLK_USDHC1>,
> @@ -868,7 +868,7 @@ usdhc1: mmc@...0000 {
> };
>
> usdhc2: mmc@...4000 {
> - compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
> + compatible = "fsl,imx6sl-usdhc";
> reg = <0x02194000 0x4000>;
> interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks IMX6SL_CLK_USDHC2>,
> @@ -880,7 +880,7 @@ usdhc2: mmc@...4000 {
> };
>
> usdhc3: mmc@...8000 {
> - compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
> + compatible = "fsl,imx6sl-usdhc";
> reg = <0x02198000 0x4000>;
> interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks IMX6SL_CLK_USDHC3>,
> @@ -892,7 +892,7 @@ usdhc3: mmc@...8000 {
> };
>
> usdhc4: mmc@...c000 {
> - compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
> + compatible = "fsl,imx6sl-usdhc";
> reg = <0x0219c000 0x4000>;
> interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
> clocks = <&clks IMX6SL_CLK_USDHC4>,
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
Powered by blists - more mailing lists