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=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 05EE4C2D0F9 for ; Wed, 13 May 2020 07:49:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D90D2206F5 for ; Wed, 13 May 2020 07:49:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="bwOEqlvo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729668AbgEMHtk (ORCPT ); Wed, 13 May 2020 03:49:40 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:49168 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726138AbgEMHtk (ORCPT ); Wed, 13 May 2020 03:49:40 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 04D7ncGK097655; Wed, 13 May 2020 02:49:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1589356178; bh=/N6ncEuKJTmEmVjkKxoOVRrkjQZg7dhNEmECsEcg4q4=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=bwOEqlvoZW3rOQ8jYVLD+1F9KJqCaSwBbF2f8RdmF4dfpRtHGg2K9CkSex89IBpMV vvLC+wtcISAgdVr5C2bf64CBxnd6j4LmmkfJdF2QcRa7zbKGfhuZT2y1D1kUZqjdIW Sy5wSU8B9tHzCXntZ/svNTp3aDiOHE8Kn3xrZAe4= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 04D7ncgc077922 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 13 May 2020 02:49:38 -0500 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 13 May 2020 02:49:37 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 13 May 2020 02:49:38 -0500 Received: from [10.250.234.195] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 04D7nYbO078570; Wed, 13 May 2020 02:49:35 -0500 Subject: Re: [PATCH 4/5] dt-bindings: ufs: ti: Add missing 'additionalProperties: false' To: Rob Herring , CC: , , , , Greg Kroah-Hartman , Mark Brown References: <20200512204543.22090-1-robh@kernel.org> <20200512204543.22090-4-robh@kernel.org> From: Vignesh Raghavendra Message-ID: <394531de-05cd-3e2e-60f4-a84694208726@ti.com> Date: Wed, 13 May 2020 13:19:34 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200512204543.22090-4-robh@kernel.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On 13/05/20 2:15 am, Rob Herring wrote: > The ti,j721e-ufs schema is missing an 'additionalProperties: false'. Add > that and and the missing assigned-clock properties. > > Cc: Vignesh Raghavendra > Signed-off-by: Rob Herring > --- Acked-by: Vignesh Raghavendra Regards Vignesh > Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml b/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml > index b503b1a918a5..4d13e6bc1c50 100644 > --- a/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml > +++ b/Documentation/devicetree/bindings/ufs/ti,j721e-ufs.yaml > @@ -25,6 +25,12 @@ properties: > power-domains: > maxItems: 1 > > + assigned-clocks: > + maxItems: 1 > + > + assigned-clock-parents: > + maxItems: 1 > + > "#address-cells": > const: 2 > > @@ -47,6 +53,8 @@ patternProperties: > Documentation/devicetree/bindings/ufs/cdns,ufshc.txt for binding > documentation of child node > > +additionalProperties: false > + > examples: > - | > #include >