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 CED78C76195 for ; Mon, 27 Mar 2023 07:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232846AbjC0Hz3 (ORCPT ); Mon, 27 Mar 2023 03:55:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232868AbjC0HzY (ORCPT ); Mon, 27 Mar 2023 03:55:24 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 50E464EF4; Mon, 27 Mar 2023 00:55:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6AEB88108; Mon, 27 Mar 2023 07:55:17 +0000 (UTC) Date: Mon, 27 Mar 2023 10:55:16 +0300 From: Tony Lindgren To: Rob Herring Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Paul Walmsley , Russell King , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: omap2: Use of_property_read_bool() for boolean properties Message-ID: <20230327075516.GA7501@atomide.com> References: <20230310144655.1540793-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230310144655.1540793-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Rob Herring [230310 16:47]: > It is preferred to use typed property access functions (i.e. > of_property_read_ functions) rather than low-level > of_get_property/of_find_property functions for reading properties. > Convert reading boolean properties to to of_property_read_bool(). Applying into omap-for-v6.4/cleanup thanks. Tony