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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03EBEC4332F for ; Fri, 10 Dec 2021 20:12:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344145AbhLJUQX (ORCPT ); Fri, 10 Dec 2021 15:16:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242769AbhLJUQW (ORCPT ); Fri, 10 Dec 2021 15:16:22 -0500 Received: from mail-oi1-x229.google.com (mail-oi1-x229.google.com [IPv6:2607:f8b0:4864:20::229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6FD79C061746 for ; Fri, 10 Dec 2021 12:12:47 -0800 (PST) Received: by mail-oi1-x229.google.com with SMTP id 7so14670947oip.12 for ; Fri, 10 Dec 2021 12:12:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=slzGBePYCrgaDRnlPEDIBIMYbsbR6khnbp5/bRRqlbA=; b=cgXPDoiQUDpeq4SoOZku+p8ATEz18iL0zuiQKUBqGKXZmWLg7N1xkBU7LxNzEr5n9C NlSafWcjVHHsq/jSot7wUqy68WmnXBHH7t2G0ORUHaCHWjrNaJn8tdeT+eEzlaC/dGXv Zh+4PNLER4mqQ0AxF+WAX0Lz/opfSGHBLeB8jPEA62LRIEzPwu3W9KuDQXpk7EytOcTI CjX0JWg9VsIt497fo1SNCZBUfS5NmHy17dcyghuw7wFYB+nEUP98Yc/TvX7VWGj+Z06N wu0Y471tKEkarz22PSdgrFT/Z5/8hGbuVhiTi6lpEV3/IgE1lXLji6ATu9jzOulRAPik x8RQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=slzGBePYCrgaDRnlPEDIBIMYbsbR6khnbp5/bRRqlbA=; b=kWOuinJ8Gj3c19/6j7MdpN2RuWb54Mt5eyoijwNWrl5ppZ5Dp6lHL5DnvVl7f4q9gY PBG1w4PjpjDJcniA9xeGrsl7WQSbGrXpr7GKA9uQ+kaK1HBOI8Zypse9jW/KRoS7Mglq dy1slrA42Eg9n7elsoXrbb8T5SN9MtVFnZ/TQ+/DmZ2wVmvLPJUKWQD8TZBSDwU/SCQT 5rq3DrgBfgnRY7ZmTAjd4WOxYW7WzsYLGJ4RS6lv9+NzneZXq2Bp50R/xbT4jTA+/5Jt Lz00EP2jeSRsGy2Eb6amFek/+qD+dZ9EnSUsF3mSUt1WYwrz85LOdZbMyGH0AI8AFKR9 FXEQ== X-Gm-Message-State: AOAM533gVi/LMmrxIN+9lR2hG7sjP369APV0U0y+H3qcapI616vKNHuS 0YORhrNHxmYPSZIt4j5/uWnY1kE6weLQVyBcVJIyrA== X-Google-Smtp-Source: ABdhPJzMR2vznEDF8swuHq63lynTYGhs4v11eF+LAnUSFHWHggwuzwRmt93CPGXvBFj9Zfzps2o47kI7iQ/XPRY7uE4= X-Received: by 2002:a05:6808:60e:: with SMTP id y14mr13991533oih.162.1639167166807; Fri, 10 Dec 2021 12:12:46 -0800 (PST) MIME-Version: 1.0 References: <20211210091834.28958-1-yann.gautier@foss.st.com> In-Reply-To: <20211210091834.28958-1-yann.gautier@foss.st.com> From: Linus Walleij Date: Fri, 10 Dec 2021 21:12:34 +0100 Message-ID: Subject: Re: [PATCH] mmc: mmci: add st,stm32-sdmmc2 compatible To: Yann Gautier Cc: Ulf Hansson , Rob Herring , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, loic.pallardy@foss.st.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 10, 2021 at 10:19 AM Yann Gautier wrote: > Although this compatible is not used in kernel, as we use the common > MMCI driver, it is used by bootloaders. The U-Boot driver was merged > before the kernel driver and uses this compatible. > To avoid issues when aligning device tree files between kernel and > boot loader, the ST dedicated compatible is added to bindings file. > > Signed-off-by: Yann Gautier Why not Acked-by: Linus Walleij > + - description: Entry for STMicroelectronics variant of PL18x. > + This dedicated compatible is used by bootloaders. > + items: > + - const: st,stm32-sdmmc2 > + - const: arm,pl18x > + - const: arm,primecell You *could* mark it deprecated if it's not supposed to be used. But no strong opinion. Yours, Linus Walleij