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 87C98C43334 for ; Thu, 30 Jun 2022 23:05:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230115AbiF3XFa (ORCPT ); Thu, 30 Jun 2022 19:05:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230267AbiF3XF3 (ORCPT ); Thu, 30 Jun 2022 19:05:29 -0400 Received: from mail-io1-f46.google.com (mail-io1-f46.google.com [209.85.166.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FD5053EFE; Thu, 30 Jun 2022 16:05:26 -0700 (PDT) Received: by mail-io1-f46.google.com with SMTP id r133so678337iod.3; Thu, 30 Jun 2022 16:05:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=StGBGoL887RV+pa/gU61O9aI/AKdQo+rQc4kYJWNvEs=; b=uZFxFyzlEzqQUrEf0Y2CyMWTmxq+bKeiopVct24BdpSJjs0kCnRV+mEetgbn056y4R fd+UpGgijlI2cQlfyXIxma+rgIPr+hU2UhxM6bMiQpNFwumgz1MNvFDzCkP5hpyJVDZn 1jR+a0nMRvy6PW2l+BEp0mH+CXgvl6Dq+gwYj63kGL17VFihvvAXu14zF654KxyEE/rj js2L2EY/7zsw5zoVyLV1jVUBuAM2m8H7i9C/UTPf2nu9YqR8eJKAz+qlf5xYPMV5Kko1 5f2fFdE6GNj4HzrhXBm32LacKxe6lQPVLJIUAJEC7hm3mNhY8x4oNLOKoak66bf+7mjJ Mm/A== X-Gm-Message-State: AJIora/XExzTV6BQH1RKOFqHAzU8A0Pw3q+BDmzUKytYHG9AMHmGIE5I XOBLnrGanBXHonmPJzgkpg== X-Google-Smtp-Source: AGRyM1v/aoxZAZ2Wd8c6Wfbrup41HjLkIz2dHcIR+iDZh4hon5mfkYSCCwYh1CwFlBDU3oLojlC+wg== X-Received: by 2002:a05:6638:430d:b0:33c:d3e2:ab04 with SMTP id bt13-20020a056638430d00b0033cd3e2ab04mr5621513jab.319.1656630325460; Thu, 30 Jun 2022 16:05:25 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id s12-20020a92d90c000000b002d92c91da91sm8526396iln.77.2022.06.30.16.05.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 16:05:25 -0700 (PDT) Received: (nullmailer pid 3495873 invoked by uid 1000); Thu, 30 Jun 2022 23:05:23 -0000 Date: Thu, 30 Jun 2022 17:05:23 -0600 From: Rob Herring To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Krishna Manikandan , AngeloGioacchino Del Regno Subject: Re: [PATCH 06/11] dt-bindings: display/msm: move qcom,msm8998-mdss schema to mdss.yaml Message-ID: <20220630230523.GA3494161-robh@kernel.org> References: <20220625232513.522599-1-dmitry.baryshkov@linaro.org> <20220625232513.522599-7-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220625232513.522599-7-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Jun 26, 2022 at 02:25:08AM +0300, Dmitry Baryshkov wrote: > Move schema for qcom,msm8998-mdss from dpu-msm8998.yaml to mdss.yaml so > that the dpu file describes only the DPU schema. > > Signed-off-by: Dmitry Baryshkov > --- > .../bindings/display/msm/dpu-msm8998.yaml | 142 +++++------------- > .../devicetree/bindings/display/msm/mdss.yaml | 25 +++ > 2 files changed, 65 insertions(+), 102 deletions(-) Similar issues in the rest of these MDSS moves. Rob