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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D23D5C433EF for ; Sun, 30 Jan 2022 15:03:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8GVQ3LPv8I7J241gRIa32RP0R+A3SraCcKnYl3opYU0=; b=Ks+0kAkijT8hHA ZgzBLsfZqyLgW6xCvr9aLB4wMiAL3fAgyGjWOUpcfvun6BAXtW7C5ZSlZGoZRX5Vf1ajDJn6QN3Ir prZAs/c1c7XQPO8LNEUEd33OURmSPjG4KzaAlIjEPmhcw5RwXohxS4vLN6ey5ovvj3zAWOw1seinl tkbqA/oZHBgs4ZWMyncxYQqB4f8StCN1OLedvAfOkNK6IMSSBlB80IcDMLmjHp7beNuVLJY6E4YhV +LMttN1Nzy+NMBXGX0XDgAF6OCfvl3xDfEROPjRCEeZ5ptyn7r8XaSS6mdLEp91sYzp7RPjsuTsxi as2tabQHl6frUqIjQ04Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEBiL-006oTU-B9; Sun, 30 Jan 2022 15:02:01 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nEBiE-006oQj-E8 for linux-arm-kernel@lists.infradead.org; Sun, 30 Jan 2022 15:01:55 +0000 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 F206561219; Sun, 30 Jan 2022 15:01:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E35F5C340E4; Sun, 30 Jan 2022 15:01:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643554913; bh=1iy0rridhHP3rIhCcS7NLyfngfPFw4RvnlskGAg2JVA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hLZfo48DvP8yr9IpfiNdrOd5hofgTTUyvUREPpSQM34wozKSd6C7c/5IN3KV2y6Sr Ikl4LGE4ayZEWUs0IYmLufyJ2/9VDMJe4aXot7t9SmOh6vSq2XctLV7MgSBDMW+ksN WthRgcwA74jdqxPmv7sV/qXG4LOG6xjDucEkxWcwQ/pYW4DDCiNhV22olsWWT/vRvk KDT8iMPFfYv4OiFFZf5XG84r+lKe62tUAY45sJWy1pK3aHU4CvIhlJYjczl5NWV+s7 syPt3MIuko0oQPJqzzCg3VlKpBsvVFG54vDc77z5jPtc/8yCNj59A7ZhDrKN8bOSxA MKy2EUvT02CsA== Date: Sun, 30 Jan 2022 15:08:17 +0000 From: Jonathan Cameron To: Rob Herring Cc: Eugen Hristev , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org Subject: Re: [PATCH] dt-bindings: iio: adc: atmel,sama5d2-adc: make atmel,trigger-edge-type non-mandatory Message-ID: <20220130150803.1112cba7@jic23-huawei> In-Reply-To: References: <20211217095401.583821-1-eugen.hristev@microchip.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220130_070154_590312_B9457385 X-CRM114-Status: GOOD ( 19.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 21 Dec 2021 14:08:58 -0400 Rob Herring wrote: > On Fri, 17 Dec 2021 11:54:01 +0200, Eugen Hristev wrote: > > The atmel,trigger-edge-type was never imposed by the driver. > > Make things right and remove this property from the mandatory list. > > This will not break existing nodes because according to the binding they > > should have this property. > > However, the driver does not impose it and it works without it, the property > > selects the trigger type, and without it, the driver will have no trigger > > available, which is the case on some boards which do not have access > > to the trigger pin. > > This will avoid generating this warning for example: > > > > */arch/arm/boot/dts/at91-sama7g5ek.dt.yaml: adc@e1000000: 'atmel,trigger-edge-type' is a required property > > > > Acked-by: Rob Herring oops. I lost this one until doing a cleanup of patchwork. Anyhow, now applied to the togreg branch of iio.git and pushed out as testing for all the normal reasons. Sorry for the delay! Jonathan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel