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 X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 986AFC282CE for ; Tue, 9 Apr 2019 08:49:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5B07D2070D for ; Tue, 9 Apr 2019 08:49:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=geanix.com header.i=@geanix.com header.b="OxEkLxry" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726461AbfDIItP (ORCPT ); Tue, 9 Apr 2019 04:49:15 -0400 Received: from first.geanix.com ([116.203.34.67]:42848 "EHLO first.geanix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbfDIItP (ORCPT ); Tue, 9 Apr 2019 04:49:15 -0400 X-Greylist: delayed 543 seconds by postgrey-1.27 at vger.kernel.org; Tue, 09 Apr 2019 04:49:14 EDT Received: from zen.localdomain (unknown [85.184.147.232]) by first.geanix.com (Postfix) with ESMTPSA id 2C2AB300071; Tue, 9 Apr 2019 08:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=geanix.com; s=first; t=1554799185; bh=z/QVm6iVbtu9GNWP8qiuj4XJh+zTCGtyEgVeSfwH7T0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=OxEkLxryVHOxoufeCk2wHQg4O5CRxwocgagyMj3jFxCY25TUBDUh0BYQ3WNDq385J w0bjTbrs8TXLE7uJlj7TbkV0tO4UnLv0J0YZNsgqyRosZQZHDfTQINGd6ToE8FfHuv HMJCPgunGc/EmhIolkpJHb5cDKRt8JiNXJSt8oQ7YOQZnafXjNQN4FPUEWzGaiBnrX zaUDZw5ZRmFB5st/FCwQGSEfW+GoI3wITCLl4v0f+btZhBTwjMzpo95EBlTu+l/g5Z 5e7VGamSeUPYHAGTTPk2YKfI8EZ8DDykeTpA3hcakUO9xk1aDdTC4cwlG5P5FDlbsP hUyYss1FEKBtg== From: Sean Nyekjaer To: netdev@vger.kernel.org, linux-can@vger.kernel.org, mkl@pengutronix.de, robh+dt@kernel.org Cc: Sean Nyekjaer , devicetree@vger.kernel.org Subject: [PATCH 2/2] dt-bindings: can: flexcan: add can wakeup property Date: Tue, 9 Apr 2019 10:39:49 +0200 Message-Id: <20190409083949.27917-2-sean@geanix.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190409083949.27917-1-sean@geanix.com> References: <20190409083949.27917-1-sean@geanix.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org add wakeup-source boolean property. Signed-off-by: Sean Nyekjaer --- Documentation/devicetree/bindings/net/can/fsl-flexcan.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt b/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt index bc77477c6878..17453be840d8 100644 --- a/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt +++ b/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt @@ -32,6 +32,8 @@ Optional properties: ack_gpr is the gpr register offset of CAN stop acknowledge. ack_bit is the bit offset of CAN stop acknowledge. +- wakeup-source: enable CAN remote wakeup + Example: can@1c000 { -- 2.21.0