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 865CFC43334 for ; Thu, 30 Jun 2022 17:18:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232227AbiF3RST (ORCPT ); Thu, 30 Jun 2022 13:18:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbiF3RSS (ORCPT ); Thu, 30 Jun 2022 13:18:18 -0400 Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C704E0B7 for ; Thu, 30 Jun 2022 10:18:17 -0700 (PDT) Received: by mail-lf1-x12a.google.com with SMTP id t24so34935596lfr.4 for ; Thu, 30 Jun 2022 10:18:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:user-agent:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=UpQMYfTCkZFCElPUIkQZ0t3q6QcWT/d12W6Q6Gj/wdk=; b=KDSjQztjqQQrjMn0kmMzCWNHZ2HRm6CDDz8fgbDsvk2e1kTyNN6fgjbKHXUCJRasiq P7AluDq9/SMEIfVagtwgIOt6CZQqf6huCYPPtX8r0y7Bhu2SeaIGC51SHT7YRjcSqSpP hVmR4rfT/hupzC2yhpiCZ2FWyRuxEZ/8/OnrtqEIqZ5IROcoID/qaBGSdVnNa32VB1vi On26XhRD+v11DJdWgwAKXq4i41DW65lZYOxlRT33Tx0NnHZiTP5aD7I8wxJ3cM/Ib4al OUZYFx9ccLhB6znssJBxfCxnUOfl/pkK0uksS61SGi7A3mwZQRTbJfr13SL/0ZA8qre6 T3KQ== 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:user-agent:in-reply-to :references:message-id:mime-version:content-transfer-encoding; bh=UpQMYfTCkZFCElPUIkQZ0t3q6QcWT/d12W6Q6Gj/wdk=; b=bxnv1ZoK6+TUtfe0jY2MjPhcvcwq+s9XljpopaUwgL+hYGxD8i5MUA9+ZhSR2UhymK HV4oioDtLF6VPlyy97mJol0RoHNzJ/7zMao91RFZquG0RGNulVL/8x51/f+gJzsR4NwH DE+b+sXxH8/tfzLf3kH7HK5WG3C8zbr/jhGvuydikqg1GAWJ360MZSDcO4pvWLFUuVe3 92TAGIbU+E27CiymAMBoNGkATkGcFEKtUPkV970vVBwijKvmZLH3gnKdXqHmdE85etrY XYNDIjlAZufX3LgMjcqH5is12qAL8NtZYpTfInSCdYdaaoiNlwxGVLmj2k28zzHRC8a/ EhaQ== X-Gm-Message-State: AJIora977l4jbOztx04i4W++ea3DN8au3+paVrWbOexja2Dz3GgkIZ3W TrhfL6cdbPdxfory0gYX+KCn2Q== X-Google-Smtp-Source: AGRyM1tQzKJXYNFt5hP0RUwkl5L6brdWePRXelfIltOSkZTl37nvLKOgiaGQjx1/xBLyBrtXukcB5A== X-Received: by 2002:a05:6512:2390:b0:481:6f3:2de7 with SMTP id c16-20020a056512239000b0048106f32de7mr6343987lfv.497.1656609495560; Thu, 30 Jun 2022 10:18:15 -0700 (PDT) Received: from [127.0.0.1] ([94.25.229.210]) by smtp.gmail.com with ESMTPSA id a8-20020a2eb548000000b0025a97366430sm2679838ljn.68.2022.06.30.10.18.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jun 2022 10:18:14 -0700 (PDT) Date: Thu, 30 Jun 2022 20:15:53 +0300 From: Dmitry Baryshkov To: Bryan O'Donoghue , robdclark@gmail.com, quic_abhinavk@quicinc.com, sean@poorly.run, airlied@linux.ie, daniel@ffwll.ch, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org CC: quic_mkrishn@quicinc.com, swboyd@chromium.org, bjorn.andersson@linaro.org, linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, bryan.odonoghue@linaro.org Subject: Re: [PATCH 3/7] dt-bindings: msm: dsi: Fix power-domains constraint User-Agent: K-9 Mail for Android In-Reply-To: <20220630120845.3356144-4-bryan.odonoghue@linaro.org> References: <20220630120845.3356144-1-bryan.odonoghue@linaro.org> <20220630120845.3356144-4-bryan.odonoghue@linaro.org> Message-ID: <11097A0A-862E-4600-ABF4-34BD36CFB6F3@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 30 June 2022 15:08:41 GMT+03:00, Bryan O'Donoghue wrote: >The existing msm8916=2Edtsi does not depend on nor require power-domains= =2E >Drop from the list of required=2E > >Fixes: 4dbe55c97741 ("dt-bindings: msm: dsi: add yaml schemas for DSI bin= dings") >Signed-off-by: Bryan O'Donoghue Reviewed-by: Dmitry Baryshkov >--- > =2E=2E=2E/devicetree/bindings/display/msm/dsi-controller-main=2Eyaml = | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller= -main=2Eyaml b/Documentation/devicetree/bindings/display/msm/dsi-controller= -main=2Eyaml >index 101adec8d9152=2E=2E91324f0828448 100644 >--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main= =2Eyaml >+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main= =2Eyaml >@@ -136,7 +136,6 @@ required: > - phy-names > - assigned-clocks > - assigned-clock-parents >- - power-domains > - ports >=20 > additionalProperties: false --=20 With best wishes Dmitry