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 3FA64C433EF for ; Fri, 20 May 2022 15:31:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350883AbiETPbf (ORCPT ); Fri, 20 May 2022 11:31:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350874AbiETPb3 (ORCPT ); Fri, 20 May 2022 11:31:29 -0400 X-Greylist: delayed 63 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 20 May 2022 08:31:25 PDT Received: from mailrelay2-1.pub.mailoutpod1-cph3.one.com (mailrelay2-1.pub.mailoutpod1-cph3.one.com [46.30.210.183]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 824D757114 for ; Fri, 20 May 2022 08:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ravnborg.org; s=rsa1; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=kwToCduxEHKRlf6xTfLStwKuhJjU+lyECx++Tp7rwBg=; b=dKidBF+iQ7d11gWNT/UoyXW+3Hs3JRy8MCTHjV+5ua+Tg8M5cogj66cbemiXXWJkpK0zsojA7lQyE +WqVoFZWQ6MJXXhEGgSw5lyAml+bPL2Bob4FIJw5qswzhyuzPAS6nncjClEcmRp8/q5uuFnaXkNE2d CPuaLrtvtWobbmHB9tsxsDLdpABvzpEFwrP2Hjj7G7q9P4zXpqd59UkkCfAXbqYiZX0JhO/0Al924K wFSjZf6TdiexU83WgAFrBKHbEHcVNpQIMy29BaLvT2CXdB5WMu+1QWT1QpW5jqN1dCLHfvlGz7DBJM XMgEyhF4mJWi5tS9mXMNT9APf2Wijnw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ravnborg.org; s=ed1; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=kwToCduxEHKRlf6xTfLStwKuhJjU+lyECx++Tp7rwBg=; b=n6agCsCBqaR8eTktbf5YnuH91+U1tOyO7hFP5kGyWriJEdb5PGp+30pFXfAEW1f4wny+jHMBg9N+G uHm+DFOBg== X-HalOne-Cookie: 6d6a2faa20e68cf1e8fd7d3b59daf8d1323c09c1 X-HalOne-ID: c1025af6-d851-11ec-a909-d0431ea8a290 Received: from mailproxy2.cst.dirpod4-cph3.one.com (80-162-45-141-cable.dk.customer.tdc.net [80.162.45.141]) by mailrelay2.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPSA id c1025af6-d851-11ec-a909-d0431ea8a290; Fri, 20 May 2022 15:30:19 +0000 (UTC) Date: Fri, 20 May 2022 17:30:17 +0200 From: Sam Ravnborg To: Rob Herring Cc: devicetree@vger.kernel.org, Krzysztof Kozlowski , Thierry Reding , Linus Walleij , Bartosz Golaszewski , Dmitry Torokhov , Benson Leung , Guenter Roeck , Mauro Carvalho Chehab , Peter Rosin , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Kalle Valo , Bjorn Helgaas , Sebastian Reichel , Matt Mackall , Herbert Xu , Greg Kroah-Hartman , Mark Brown , Maxime Ripard , chrome-platform@lists.linux.dev, alsa-devel@alsa-project.org, linux-pm@vger.kernel.org, netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-pci@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-gpio@vger.kernel.org, linux-crypto@vger.kernel.org, linux-serial@vger.kernel.org, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Subject: Re: [PATCH] dt-bindings: Fix properties without any type Message-ID: References: <20220519211411.2200720-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220519211411.2200720-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Thu, May 19, 2022 at 04:14:11PM -0500, Rob Herring wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property schemas which are missing a type. Most of these > tend to be device specific properties which don't have a vendor prefix. > A vendor prefix is how we normally ensure a type is defined. > > Signed-off-by: Rob Herring Acked-by: Sam Ravnborg # for everything in .../bindings/display/