From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v5 7/7] arm: dts: am33xx, Add syscon phandle to cpsw node Date: Mon, 25 Aug 2014 09:02:25 -0700 Message-ID: <20140825160225.GI17254@atomide.com> References: <1408947828-22316-1-git-send-email-mpa@pengutronix.de> <1408947828-22316-8-git-send-email-mpa@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1408947828-22316-8-git-send-email-mpa@pengutronix.de> Sender: linux-omap-owner@vger.kernel.org To: Markus Pargmann Cc: "David S. Miller" , =?utf-8?Q?Beno=C3=AEt?= Cousson , Wolfram Sang , Steven Rostedt , Mugunthan V N , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de List-Id: devicetree@vger.kernel.org * Markus Pargmann [140824 23:24]: > There are 2 MACIDs stored in the control module of the am33xx. These are > read by the cpsw driver if no valid MACID was found in the devicetree. > > Signed-off-by: Markus Pargmann > Reviewed-by: Wolfram Sang Acked-by: Tony Lindgren > --- > arch/arm/boot/dts/am33xx.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index 25e38b6ac376..13e44b0f5adc 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -701,6 +701,7 @@ > */ > interrupts = <40 41 42 43>; > ranges; > + syscon = <&cm>; > status = "disabled"; > > davinci_mdio: mdio@4a101000 { > -- > 2.1.0.rc1 >