Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbcCZPkZ (ORCPT ); Sat, 26 Mar 2016 11:40:25 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:50020 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751806AbcCZPkX (ORCPT ); Sat, 26 Mar 2016 11:40:23 -0400 X-Auth-Info: VgTs+oy9nsQcc5EOlLoG6sFp5zK8J048JObkVGnFe10= Message-ID: <56F66121.8050507@denx.de> Date: Sat, 26 Mar 2016 11:14:57 +0100 From: Marek Vasut User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: "devicetree@vger.kernel.org" CC: linux-kernel@vger.kernel.org, Rob Herring , Alexey Brodkin Subject: ARC dw-mshc binding compat string Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 754 Lines: 26 Hi! I noticed that arch/arc/boot/dts/axs10x_mb.dtsi uses "altr," prefix in the DT compatible string: mmc@0x15000 { compatible = "altr,socfpga-dw-mshc"; reg = < 0x15000 0x400 >; num-slots = < 1 >; fifo-depth = < 16 >; card-detect-delay = < 200 >; clocks = <&apbclk>, <&mmcclk>; clock-names = "biu", "ciu"; interrupts = < 7 >; bus-width = < 4 >; }; I don't think this is OK, since ARC is unrelated to Altera, which is what the "altr," prefix stands for. I think the socfpga-dw-mshc shim should be extended with another compatibility string, something like "snps,arc-dw-mshc" and the axs10x_mb.dtsi should be adjusted accordingly. What do you think ? -- Best regards, Marek Vasut