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 636C0C32771 for ; Fri, 19 Aug 2022 06:56:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345508AbiHSG4Z (ORCPT ); Fri, 19 Aug 2022 02:56:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243277AbiHSG4Z (ORCPT ); Fri, 19 Aug 2022 02:56:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83F59DEB74; Thu, 18 Aug 2022 23:56:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 198B761645; Fri, 19 Aug 2022 06:56:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F2E5C433C1; Fri, 19 Aug 2022 06:56:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660892183; bh=pohykInq31JBkldU8Jz/BkVsWub0VBSAahB2HuQ7iI0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qLZ14YAr4yU6xRZqEyCcFZOqQzweZUfvzKbS7G7DJ9Lq+GpIVdr2tsjaiLyKLoBty Ksj8Zd0ki338ZV7gXjnLpzfZiaTPjKlBS56hdP3yluz2o1UTT6FsSizULk8gCLJ55f U1VtyxVWxS+wji2nhKJ0M6l+pFKdOBXoVN3HaXf8Cs1mmoCoGmiAGSs/8PzF5LIjAY IlexXL3hSFW6t7n71DTWEMFGQYPSk+HMygo4s0riV+JeWwmxwaQP9+s8oIHbmKEY6h GuKGk9yGCs3fkXAq6aALSw+aOjaxc5hna5S60nKaHeXpeyL00O41rCeZEQd7ZkblJI IUOgGLVxBPHqQ== Received: by pali.im (Postfix) id 49EEB761; Fri, 19 Aug 2022 08:56:20 +0200 (CEST) Date: Fri, 19 Aug 2022 08:56:20 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Krzysztof Kozlowski Cc: Pavel Machek , Rob Herring , Krzysztof Kozlowski , Linus Walleij , Marek =?utf-8?B?QmVow7pu?= , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: leds: register-bit-led: Add active-low property Message-ID: <20220819065620.wvmy3kigvvbwo4bo@pali> References: <20220818172528.23062-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Friday 19 August 2022 09:46:56 Krzysztof Kozlowski wrote: > Although the question is - where is the user of it? I was planning to send updated powerpc DTS files with these register-bit-led definitions after accepting dt bindings.