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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham 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 6F555C433EF for ; Tue, 21 Sep 2021 18:21:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5322C61211 for ; Tue, 21 Sep 2021 18:21:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233256AbhIUSWp (ORCPT ); Tue, 21 Sep 2021 14:22:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233076AbhIUSWh (ORCPT ); Tue, 21 Sep 2021 14:22:37 -0400 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 E8ADBC061575 for ; Tue, 21 Sep 2021 11:21:04 -0700 (PDT) Received: by mail-oi1-x229.google.com with SMTP id v10so362250oic.12 for ; Tue, 21 Sep 2021 11:21:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=oTbwphUyMcUq5zg/CsUrGt3c85TPtT8AudcLfTHHPRw=; b=fAG8kCpLs9c56J44qQJX25oUwBezBYg9w2YlFDD4beNPRmBiZUMwhXyGdQdZNQ/IM1 8AVIqChAqsGBkggBlVKMdr28bwvmaAUHAKgBKrQCspSq+4nli/4fGaSTSLFRgn72hxlQ k3hghlEdO75HNSTflSJW+ukN8U4t635IpZBeU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=oTbwphUyMcUq5zg/CsUrGt3c85TPtT8AudcLfTHHPRw=; b=yCNLWS7a2oo2WbugINQ+aOrQtVZRQLNx4qbnkj/vsrU4N8xY+HFL4OaptOYCe0rU6V SEiFZjsbqzAb12Z+CcxOExea4FCBsltCqasN/U7DHs9OFp940JSsTTuBmlmUpG/RcOCW ez7v6xzSmCw7iz5umrYszgjra9ZuT4qIPPOt/cEkxR0BaxKGwQmeXQHgFfcNsw/wLEqq myP/bFDs8nKT6pdgzPM2VYrtlvqLL2PqaeJw3tPA2eja6Tj0HBB81dZzO3RV7DSYazgA ZQQdzlQRyk5iQNnuDAppUBcNsVUXOWurOYG6NdQsmsMlxQHai8zUuXncTtQ2Bh32WELK 5GOw== X-Gm-Message-State: AOAM530iM/kp/TQdO4uR4MQhJV4qEc4tXYUjVJkgAouDT5KS/H5owkpx byBTEgWOFu9dqZnctXxCiEDfSur+sweEk927J2kxduM8kGw= X-Google-Smtp-Source: ABdhPJyydMJjdCZcxyhh8uCiqPjp/pNbiuuBLftCdm2CAKUIFkpS2cU/UwoPgO81bRBDQOv9WN0x3XTb0WFb6Y2j7uA= X-Received: by 2002:aca:1a11:: with SMTP id a17mr4818777oia.164.1632248464401; Tue, 21 Sep 2021 11:21:04 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 21 Sep 2021 11:21:04 -0700 MIME-Version: 1.0 In-Reply-To: <20210921152120.6710-3-stephan@gerhold.net> References: <20210921152120.6710-1-stephan@gerhold.net> <20210921152120.6710-3-stephan@gerhold.net> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Tue, 21 Sep 2021 11:21:04 -0700 Message-ID: Subject: Re: [PATCH 3/3] arm64: dts: qcom: msm8916: Add "qcom,msm8916-sdhci" compatible To: Bjorn Andersson , Stephan Gerhold Cc: Andy Gross , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Stephan Gerhold (2021-09-21 08:21:20) > According to Documentation/devicetree/bindings/mmc/sdhci-msm.txt > a SoC specific compatible should be used in addition to the IP version > compatible, but for some reason it was never added for MSM8916. > > Add the "qcom,msm8916-sdhci" compatible additionally to make the > device tree match the documented bindings. > > Signed-off-by: Stephan Gerhold > --- Reviewed-by: Stephen Boyd