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 270D7C433FE for ; Thu, 29 Sep 2022 21:56:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbiI2V4M (ORCPT ); Thu, 29 Sep 2022 17:56:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229842AbiI2V4K (ORCPT ); Thu, 29 Sep 2022 17:56:10 -0400 Received: from mail-oa1-f54.google.com (mail-oa1-f54.google.com [209.85.160.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A5F6813F280; Thu, 29 Sep 2022 14:56:07 -0700 (PDT) Received: by mail-oa1-f54.google.com with SMTP id 586e51a60fabf-131b7bb5077so3429710fac.2; Thu, 29 Sep 2022 14:56:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=19hB2F57JLOkRO/nhyuWYiaI9Vqsr0sGfzDh4ehMbO8=; b=4OoTgDBDoSllrrjVp0taF1TeIHOjOUzQLc8X0ydgIhPfR86Gj6E/Jncz93IwL4UHH+ ur2kfVXUXXCepko2MDOlQtYC2JPoNxAw/mODPe2wBOAjDTx0U5tXB1wlTRL5Pbeapfku 6sCrphgIxUhC0LNp4xaq3UVPqw0Pkzu38J8XfyIc5+AE2ysdzy/r6vFAdwe0XCbUlxoE J8xf1jMU9mMSBdvn2HyizxhAEbCGaq4z3p8b7jp9r009AfwACUERYmd3okiFu8NfusyP GeNVeeaeGYBHf635Im686N3lWVVFwWiSBQSDJV91T/0c0wZG1lvvG5As4qasdwz6NJbQ NAiQ== X-Gm-Message-State: ACrzQf2C6zuES2wk20iSECLFf7N+pY8GMqFBH0X9JZYVT98MSZo9mjzA Cbpx6vw1lZ0+y0urmluLtg== X-Google-Smtp-Source: AMsMyM7SuENX6lvCfV9rT7jPEOtdkrnuOKkw71aF6ZkHNDFP7Knct9531nfyCqgbqHCydPAtM2cB3g== X-Received: by 2002:a05:6870:2110:b0:12c:cfd2:8178 with SMTP id f16-20020a056870211000b0012ccfd28178mr10146404oae.123.1664488566767; Thu, 29 Sep 2022 14:56:06 -0700 (PDT) Received: from macbook.herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id g5-20020a9d6485000000b0063711d42df5sm197998otl.30.2022.09.29.14.56.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 14:56:06 -0700 (PDT) Received: (nullmailer pid 2774081 invoked by uid 1000); Thu, 29 Sep 2022 21:56:05 -0000 Date: Thu, 29 Sep 2022 16:56:05 -0500 From: Rob Herring To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Alexandre Torgue , Rob Herring , linux-stm32@st-md-mailman.stormreply.com, devicetree@vger.kernel.org, Wolfram Sang , Alain Volmat , linux-i2c@vger.kernel.org Subject: Re: [PATCH] dt-bindings: i2c: st,stm32-i2c: Document wakeup-source property Message-ID: <166448856463.2774018.6148210751198203104.robh@kernel.org> References: <20220926204653.381722-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220926204653.381722-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 26 Sep 2022 22:46:53 +0200, Marek Vasut wrote: > Document wakeup-source property. This fixes dtbs_check warnings > when building current Linux DTs: > > " > arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dtb: i2c@40015000: Unevaluated properties are not allowed ('wakeup-source' was unexpected) > " > > Signed-off-by: Marek Vasut > --- > Cc: Alexandre Torgue > Cc: Alain Volmat > Cc: Rob Herring > Cc: Wolfram Sang > Cc: devicetree@vger.kernel.org > Cc: linux-i2c@vger.kernel.org > Cc: linux-stm32@st-md-mailman.stormreply.com > To: linux-arm-kernel@lists.infradead.org > --- > Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring 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 21C12C433F5 for ; Thu, 29 Sep 2022 21:57:07 +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:In-Reply-To:MIME-Version:References: 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=5AzfdalvnoSGKVsxYTCj2Dq13RsgP4LiXSlCY3EPpT0=; b=K0B0MBxdd9v2G7 bTuKI7Cjp0R6aFifmbCre7J9HUYvdRfDrPThf/V6WlgO5Cb8l5z0Pf1nuGrEpOg/DRJTjMJ8EIsXv tQx+ceHBi2suOA2cKMeqLjhdM7nPfmQe5f6DabaQohmgR2qdVwBLG5CItR8SJ0VU5CqXYTTH16jSW T9wvacfmJdYFHZ3D2Cdl6P8y6h/1DLY54W3FxENU/InABOUHm3XNyB1f5KBHOqDy7dBpQHIl1gtXS 2lRLS2oBOF9VddPH6Fur808iHN/krPV8B2Xrg9E85MKd0CiOtHRqsfQ0AT8ml6hYYgUar0bHn5Ijb enQRdUN4iooKEl62CW9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oe1Vq-005ZsG-Vy; Thu, 29 Sep 2022 21:56:11 +0000 Received: from mail-oa1-f47.google.com ([209.85.160.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oe1Vo-005ZrT-Oz for linux-arm-kernel@lists.infradead.org; Thu, 29 Sep 2022 21:56:09 +0000 Received: by mail-oa1-f47.google.com with SMTP id 586e51a60fabf-131dda37dddso2436369fac.0 for ; Thu, 29 Sep 2022 14:56:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=19hB2F57JLOkRO/nhyuWYiaI9Vqsr0sGfzDh4ehMbO8=; b=pcNDhq6Ttl9Jq/+7I8MeOjKdYnnMJWDfhr06g0BMjeAD0uUgPNw4XMZQoIT8Hyp0mK OE+nFBX4W7cl0hkxqAD4UZ2RLlKoRwvPuV8ILyuR+KXnlFdHUPFHDhBl7wNnz7fmAFYO ggeSqPr2w2FiikhflmgWfrzD0HtecggV3KBe6hN2RX2V8o5WRWMkZeFe8tXeCqBFWvOm Q2T4SKwN+9tsVowTuQHsQOFkbaJY9QTaCWeHb+SxBiEr3i/cDg01hsisqd9lDXTe4dSt F8IbMwrI0YOq8QBeI/4+xZR3HBFtoPzs0BTmbNm2G0Mhxr35makvAc9Lr2EQ8fj90pH5 nqFQ== X-Gm-Message-State: ACrzQf1lOfYaxrGQvpdo4+siNVUgg60R5a7JEXtmTLvsRGtApZyVZ3It BxWxUI2Wvbw5SZ8yD2LeGw== X-Google-Smtp-Source: AMsMyM7SuENX6lvCfV9rT7jPEOtdkrnuOKkw71aF6ZkHNDFP7Knct9531nfyCqgbqHCydPAtM2cB3g== X-Received: by 2002:a05:6870:2110:b0:12c:cfd2:8178 with SMTP id f16-20020a056870211000b0012ccfd28178mr10146404oae.123.1664488566767; Thu, 29 Sep 2022 14:56:06 -0700 (PDT) Received: from macbook.herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id g5-20020a9d6485000000b0063711d42df5sm197998otl.30.2022.09.29.14.56.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 14:56:06 -0700 (PDT) Received: (nullmailer pid 2774081 invoked by uid 1000); Thu, 29 Sep 2022 21:56:05 -0000 Date: Thu, 29 Sep 2022 16:56:05 -0500 From: Rob Herring To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Alexandre Torgue , Rob Herring , linux-stm32@st-md-mailman.stormreply.com, devicetree@vger.kernel.org, Wolfram Sang , Alain Volmat , linux-i2c@vger.kernel.org Subject: Re: [PATCH] dt-bindings: i2c: st,stm32-i2c: Document wakeup-source property Message-ID: <166448856463.2774018.6148210751198203104.robh@kernel.org> References: <20220926204653.381722-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220926204653.381722-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220929_145608_829717_632DDB58 X-CRM114-Status: GOOD ( 10.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 Mon, 26 Sep 2022 22:46:53 +0200, Marek Vasut wrote: > Document wakeup-source property. This fixes dtbs_check warnings > when building current Linux DTs: > > " > arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dtb: i2c@40015000: Unevaluated properties are not allowed ('wakeup-source' was unexpected) > " > > Signed-off-by: Marek Vasut > --- > Cc: Alexandre Torgue > Cc: Alain Volmat > Cc: Rob Herring > Cc: Wolfram Sang > Cc: devicetree@vger.kernel.org > Cc: linux-i2c@vger.kernel.org > Cc: linux-stm32@st-md-mailman.stormreply.com > To: linux-arm-kernel@lists.infradead.org > --- > Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel