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 BD2B4C41513 for ; Tue, 25 Jul 2023 10:59:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233652AbjGYK7H (ORCPT ); Tue, 25 Jul 2023 06:59:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233881AbjGYK6P (ORCPT ); Tue, 25 Jul 2023 06:58:15 -0400 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A529F211B; Tue, 25 Jul 2023 03:55:34 -0700 (PDT) Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 36PA3XNW017003; Tue, 25 Jul 2023 12:55:23 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=84skJsHFBbLfJSMlPNHQ+kQWJqyQB1R4sOuBvFYxBvo=; b=3a4+EUWkn6pQShKO2au+wN2f/gRwLzdSQ7FFu6o58dphPQEJePsW/c4a9gTnob02iylW eU+Avt0XO10YPO6Q2/XLToKcYe49BQOeoxnnnrC7pz5nVwUtE1L9uLq1S+Rz+nIWpJbE 1aIvksZU5aFK0NB9+OqFYPpfpxtCtRYUA1H/oIg8e45ZToBwna6GCVkcFkxnrINDbtjj jcVDuv/07aLqTwCcve2GLHRePG3AJWhIbgyaiznDytxDxvj1p0nPO8Wgns2Q3BAOsDZK 4SqPpvJQRJBBsmPmfhb9623HDK98yi5XZSanKvNEL5/z2g02nbJeMXLlZdGTbihjSLsP kg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3s2cabgb78-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 25 Jul 2023 12:55:23 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5D8AC100048; Tue, 25 Jul 2023 12:55:22 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 5450B228A39; Tue, 25 Jul 2023 12:55:22 +0200 (CEST) Received: from [10.129.166.114] (10.129.166.114) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Tue, 25 Jul 2023 12:55:21 +0200 Message-ID: Date: Tue, 25 Jul 2023 12:55:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] media: dt-bindings: drop unneeded status from examples Content-Language: en-US To: Krzysztof Kozlowski , Hans Verkuil , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thierry Reding , Jonathan Hunter , Sylvain Petinot , , , , References: <20230725101625.75162-1-krzysztof.kozlowski@linaro.org> From: Benjamin Mugnier In-Reply-To: <20230725101625.75162-1-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.129.166.114] X-ClientProxiedBy: SHFCAS1NODE2.st.com (10.75.129.73) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-07-25_06,2023-07-25_01,2023-05-22_02 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Krzysztof, Thank you for your patch. For the st-mipid02 : Reviewed-By: Benjamin Mugnier On 7/25/23 12:16, Krzysztof Kozlowski wrote: > Example DTS should not have 'status' property. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml | 1 - > Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml b/Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml > index 369c48fd9bf9..a6b73498bc21 100644 > --- a/Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml > +++ b/Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml > @@ -53,6 +53,5 @@ examples: > interrupts = ; > clocks = <&tegra_car TEGRA124_CLK_CEC>; > clock-names = "cec"; > - status = "disabled"; > hdmi-phandle = <&hdmi>; > }; > diff --git a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml > index 19a39d753aad..b68141264c0e 100644 > --- a/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml > @@ -143,7 +143,6 @@ examples: > mipid02: csi2rx@14 { > compatible = "st,st-mipid02"; > reg = <0x14>; > - status = "okay"; > clocks = <&clk_ext_camera_12>; > clock-names = "xclk"; > VDDE-supply = <&vdd>; -- Regards, Benjamin