From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 741F0C33CB3 for ; Wed, 15 Jan 2020 15:04:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 414822465A for ; Wed, 15 Jan 2020 15:04:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579100646; bh=akWHDw2dp4HMSLYd4jf1ctNTQ9StsTvZ7vOESv0YuV8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=NrlfDRelM9NhfTjr44zaK4kBX4xGpvb4cJGLJUgkqBkmsdfGBz+tRarw8i/sbQMsK DZEuJIHg6JrSTh3LVEOo1NQzyQSb9up7+0kibLbkyAuisvvrcmq2Ja5WAZouIAx4Ug Ijr5rzJJxQ7P6LLKXL7a/IwlTw9oZNjFtQxOsls4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726440AbgAOPEF (ORCPT ); Wed, 15 Jan 2020 10:04:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:40732 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726132AbgAOPEF (ORCPT ); Wed, 15 Jan 2020 10:04:05 -0500 Received: from mail-qv1-f49.google.com (mail-qv1-f49.google.com [209.85.219.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 769DF2467A; Wed, 15 Jan 2020 15:04:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579100644; bh=akWHDw2dp4HMSLYd4jf1ctNTQ9StsTvZ7vOESv0YuV8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=g8eCWlkZqL/jzhSCeIT40O391LHpxlseTdeisKA6ISmouHLCGxYtkunfdbcYe/gq1 qeuwhwrmIrlubUv8W9g+Lp4d/chlvUSDur7Q5o1XJGfjFLTUpkx/xEj93spqHo1433 OVsXhHMREYBBTAvyxY1VghmQ6qP6b3ERNrWAl9S0= Received: by mail-qv1-f49.google.com with SMTP id x1so7486239qvr.8; Wed, 15 Jan 2020 07:04:04 -0800 (PST) X-Gm-Message-State: APjAAAXkOkhUXt9+0dFEHfFl0w8vQl32ReFjbw8Tt+C7P/ijwoPSjrBp uftsMHyRN2TJuEwHxqkTfzWyvcZTOfdj6ykOOw== X-Google-Smtp-Source: APXvYqz6mHF45DAWUWUWDfYEf+gWOnBboSfWtevRnQLUakjB2gyNulzLFf97N1Zxr7ADVDMR2Ywe1q7Xh7UzrSo7WBY= X-Received: by 2002:a05:6214:11ac:: with SMTP id u12mr22630609qvv.85.1579100643580; Wed, 15 Jan 2020 07:04:03 -0800 (PST) MIME-Version: 1.0 References: <20200114213809.27166-1-jbx6244@gmail.com> <12bbbdbc-027e-90de-fd57-291013167b06@gmail.com> In-Reply-To: <12bbbdbc-027e-90de-fd57-291013167b06@gmail.com> From: Rob Herring Date: Wed, 15 Jan 2020 09:03:52 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [RFC PATCH v1 1/3] dt-bindings: mmc: combine common mmc and dw-mshc properties To: Johan Jonker Cc: Ulf Hansson , Mark Rutland , "heiko@sntech.de" , linux-mmc , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "open list:ARM/Rockchip SoC..." Content-Type: text/plain; charset="UTF-8" Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org On Wed, Jan 15, 2020 at 7:02 AM Johan Jonker wrote: > > Hi, > > Thank you for your explanation. > I was not aware that was playing. > So now we go from a 'simple' txt to yaml conversion to a complete > 'change your node name first' operation. You only need to update the examples, not all the dts files for now. > Can you indicate if that common yaml file for dw-mshc and Rockchip > is still a good idea? Yes, that's fine. Rob