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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26519C433EF for ; Thu, 21 Oct 2021 18:38:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0429D60D07 for ; Thu, 21 Oct 2021 18:38:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231707AbhJUSkT (ORCPT ); Thu, 21 Oct 2021 14:40:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231664AbhJUSkS (ORCPT ); Thu, 21 Oct 2021 14:40:18 -0400 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EC01C0613B9 for ; Thu, 21 Oct 2021 11:38:02 -0700 (PDT) Received: by mail-lf1-x12f.google.com with SMTP id u21so1739893lff.8 for ; Thu, 21 Oct 2021 11:38:02 -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=ALLaW870u1D1a3B4tAR7fsm6fvwLLBmkhU/jhS/DyGQ=; b=RFcdf8vxBZSlF3NhN63EcUhe39FktWlYXAtFZyTy04hol6b95W6yQpfhhSBjy4r8m7 VUFtR/fHTZJk1PPVMdk8JBd6hYmAzzWB601z67ELbEEb6wHw8OegxXMfZd5VyCpIvVmk Z1Ywi86yueW+7Pmna+OtBJkZ6nniow00mAWj0= 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=ALLaW870u1D1a3B4tAR7fsm6fvwLLBmkhU/jhS/DyGQ=; b=cfjDoKkyG/UKk9AyX8ECMpu4IVdb3dEoNrtjz9DzZGWZknrX8nFoBmVvaZpppwGt2v k24RyZPDFs4MU2baBgwpFUNDNHq07CG29JV5qybmOUllNVC42pOdR9V1pOMWlQMVycsw vtupf6z0hP95UTvN2QBRejMvNKNcENrzek44N11aDCnSR10D9TWYHMpRnG2Wxd7cCN7q t8WOb8ttAB75mrrzm5fQjpVKBxkk6Flap/kN8yoY5NvjJS7rHeT0o4xTZEc0F5l1msf8 pVYadtp98+LEcxlowB5xciH1v5LWCK2enovJl6MCu3FXT3HaJ6FD0g3s19OAXmPBvBpF 2alw== X-Gm-Message-State: AOAM530e5EqMQGU4kT4JgecMz5tr2sONiAkHE1fGi0voLcHMOjDFIzX+ wUmV6gs52A6VnJHdAMR2IQhl9uIUbkCvDIJBPC7Rmg== X-Google-Smtp-Source: ABdhPJzt5GhiXXEzu0cgd6TJgL13cjs2Vjd06K5GNoIpxGCZQz7SctOsayb2q+AEKJocwmLURo2d1holaUwo0FaEQVo= X-Received: by 2002:a05:6512:63:: with SMTP id i3mr7201386lfo.74.1634841480855; Thu, 21 Oct 2021 11:38:00 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 21 Oct 2021 11:38:00 -0700 MIME-Version: 1.0 In-Reply-To: <1634738333-3916-1-git-send-email-quic_mkrishn@quicinc.com> References: <1634738333-3916-1-git-send-email-quic_mkrishn@quicinc.com> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Thu, 21 Oct 2021 11:37:59 -0700 Message-ID: Subject: Re: [PATCH v2 1/4] dt-bindings: msm: add DT bindings for sc7280 To: Krishna Manikandan , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Cc: kalyan_t@codeaurora.org, sbillaka@codeaurora.org, abhinavk@codeaurora.org, robdclark@gmail.com, bjorn.andersson@linaro.org, khsieh@codeaurora.org, rajeevny@codeaurora.org, freedreno@lists.freedesktop.org, dri-devel@lists.freedesktop.org, robh+dt@kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Krishna Manikandan (2021-10-20 06:58:50) > MSM Mobile Display Subsystem (MDSS) encapsulates sub-blocks > like DPU display controller, DSI, EDP etc. Add required DPU > device tree bindings for SC7280. > > Signed-off-by: Krishna Manikandan > > Changes in v2: > - Drop target from description (Stephen Boyd) > - Drop items from compatible (Stephen Boyd) > - Add clock names one per line for readability (Stephen Boyd) > - Use correct indendation (Stephen Boyd) This changelog should come after the triple dash. qcom maintainers don't want drm style changelogs in the commit text. > --- Reviewed-by: Stephen Boyd