From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: [PATCH 09/13] ARM: dts: AM43xx: Add aliases to d_can nodes Date: Mon, 8 Sep 2014 17:10:38 +0300 Message-ID: <1410185442-907-10-git-send-email-rogerq@ti.com> References: <1410185442-907-1-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1410185442-907-1-git-send-email-rogerq@ti.com> Sender: netdev-owner@vger.kernel.org To: wg@grandegger.com, mkl@pengutronix.de, tony@atomide.com Cc: tglx@linutronix.de, linux-omap@vger.kernel.org, linux-can@vger.kernel.org, netdev@vger.kernel.org, mugunthanvnm@ti.com, george.cherian@ti.com, balbi@ti.com, nsekhar@ti.comnm@ti.com, Roger Quadros List-Id: linux-can.vger.kernel.org The d_can driver expects appropriately named aliases for the d_can nodes for the RAMINIT control register access. Provide those, otherwise RAMINIT register won't be configured. Get's rid of the following messages during boot. [ 16.419354] c_can_platform 481cc000.can: control memory is not used for raminit [ 16.449142] c_can_platform 481d0000.can: control memory is not used for raminit Signed-off-by: Roger Quadros Reviewed-by: Felipe Balbi --- arch/arm/boot/dts/am4372.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 3514d0a..a705e50 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -25,6 +25,8 @@ serial0 = &uart0; ethernet0 = &cpsw_emac0; ethernet1 = &cpsw_emac1; + d_can0 = &dcan0; + d_can1 = &dcan1; }; cpus { -- 1.8.3.2 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: [PATCH 09/13] ARM: dts: AM43xx: Add aliases to d_can nodes Date: Mon, 8 Sep 2014 17:10:38 +0300 Message-ID: <1410185442-907-10-git-send-email-rogerq@ti.com> References: <1410185442-907-1-git-send-email-rogerq@ti.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , , , , Roger Quadros To: , , Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:48444 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754518AbaIHOLg (ORCPT ); Mon, 8 Sep 2014 10:11:36 -0400 In-Reply-To: <1410185442-907-1-git-send-email-rogerq@ti.com> Sender: netdev-owner@vger.kernel.org List-ID: The d_can driver expects appropriately named aliases for the d_can nodes for the RAMINIT control register access. Provide those, otherwise RAMINIT register won't be configured. Get's rid of the following messages during boot. [ 16.419354] c_can_platform 481cc000.can: control memory is not used for raminit [ 16.449142] c_can_platform 481d0000.can: control memory is not used for raminit Signed-off-by: Roger Quadros Reviewed-by: Felipe Balbi --- arch/arm/boot/dts/am4372.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 3514d0a..a705e50 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -25,6 +25,8 @@ serial0 = &uart0; ethernet0 = &cpsw_emac0; ethernet1 = &cpsw_emac1; + d_can0 = &dcan0; + d_can1 = &dcan1; }; cpus { -- 1.8.3.2