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 84E5CC433F5 for ; Mon, 10 Jan 2022 10:31:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243978AbiAJKbP (ORCPT ); Mon, 10 Jan 2022 05:31:15 -0500 Received: from muru.com ([72.249.23.125]:48204 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243947AbiAJKa6 (ORCPT ); Mon, 10 Jan 2022 05:30:58 -0500 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 274C5805F; Mon, 10 Jan 2022 10:31:43 +0000 (UTC) Date: Mon, 10 Jan 2022 12:30:54 +0200 From: Tony Lindgren To: Rob Herring Cc: "linux-kernel@vger.kernel.org" , linux-arm-kernel , devicetree@vger.kernel.org, linux-omap , Tero Kristo Subject: Re: [PATCH] dt-bindings: clock: Add binding for TI clksel Message-ID: References: <20211217113640.59840-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rob Herring [220104 22:06]: > On Wed, Dec 22, 2021 at 12:24 AM Tony Lindgren wrote: > > > > Hi, > > > > * Rob Herring [211221 18:13]: > > > On Fri, Dec 17, 2021 at 01:36:40PM +0200, Tony Lindgren wrote: > > > > +additionalProperties: true > > > > > > Like what properties? > > > > > > true is only used for common, incomplete schemas referenced by device > > > schemas. > > > > There is a collection of the current component clock child nodes for each > > clksel instance. I got warnings with "additionalProperties: false", but > > maybe the child clock nodes need to be somehow specified in the binding? > > If everything else is a child node, then you can do: > > additionalProperties: > type: object OK thanks will do, the additional properties are always child nodes. Regards, Tony