From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:41684 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480AbdEIJT7 (ORCPT ); Tue, 9 May 2017 05:19:59 -0400 Subject: Patch "arm64: dts: r8a7795: Mark EthernetAVB device node disabled" has been added to the 4.10-stable tree To: geert+renesas@glider.be, gregkh@linuxfoundation.org, horms+renesas@verge.net.au Cc: , From: Date: Tue, 09 May 2017 11:19:36 +0200 Message-ID: <14943215768355@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is a note to let you know that I've just added the patch titled arm64: dts: r8a7795: Mark EthernetAVB device node disabled to the 4.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm64-dts-r8a7795-mark-ethernetavb-device-node-disabled.patch and it can be found in the queue-4.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let know about it. >>From 0d1390ff283f6c38595288e7f74da6829896b8b7 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 25 Jan 2017 14:19:30 +0100 Subject: arm64: dts: r8a7795: Mark EthernetAVB device node disabled From: Geert Uytterhoeven commit 0d1390ff283f6c38595288e7f74da6829896b8b7 upstream. Device nodes representing I/O devices should be marked disabled in the SoC-specific DTS, and overridden by board-specific DTSes where needed. Fixes: a92843c8a6f8c039 ("arm64: dts: r8a7795: add EthernetAVB device node") Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -563,6 +563,7 @@ phy-mode = "rgmii-id"; #address-cells = <1>; #size-cells = <0>; + status = "disabled"; }; can0: can@e6c30000 { Patches currently in stable-queue which might be from geert+renesas@glider.be are queue-4.10/arm64-dts-r8a7795-mark-ethernetavb-device-node-disabled.patch