From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Wed, 6 May 2015 16:05:34 +0200 Subject: [PATCH v3 0/1] ARM: mvebu: dts: Add dts file for DLink DNS-327L In-Reply-To: References: <1430663256-22714-1-git-send-email-andrew@ncrmnt.org> <20150503205043.GA23342@lunn.ch> Message-ID: <20150506140534.GC10890@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > >Take a look at the marvell,reg-init property. Might do what you need. > > > > Andrew > > Thanks for the tip. So far I'm solving it via u-boot. > You have to set RGMII voltage there anyway if you want tftp for the > updates, > so it looks like the right place to do this kind of stuff. It is heard to guarantee that the bootloader does this stuff. It is better if the kernel is more standalone. > > I'll add the proper magic to the dts file and resend tomorrow. Thanks Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v3 0/1] ARM: mvebu: dts: Add dts file for DLink DNS-327L Date: Wed, 6 May 2015 16:05:34 +0200 Message-ID: <20150506140534.GC10890@lunn.ch> References: <1430663256-22714-1-git-send-email-andrew@ncrmnt.org> <20150503205043.GA23342@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andrew Cc: Jason Cooper , Gregory Clement , Sebastian Hesselbarth , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org > >Take a look at the marvell,reg-init property. Might do what you need. > > > > Andrew > > Thanks for the tip. So far I'm solving it via u-boot. > You have to set RGMII voltage there anyway if you want tftp for the > updates, > so it looks like the right place to do this kind of stuff. It is heard to guarantee that the bootloader does this stuff. It is better if the kernel is more standalone. > > I'll add the proper magic to the dts file and resend tomorrow. Thanks Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752272AbbEFOKY (ORCPT ); Wed, 6 May 2015 10:10:24 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:45171 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbbEFOKV (ORCPT ); Wed, 6 May 2015 10:10:21 -0400 Date: Wed, 6 May 2015 16:05:34 +0200 From: Andrew Lunn To: Andrew Cc: Jason Cooper , Gregory Clement , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/1] ARM: mvebu: dts: Add dts file for DLink DNS-327L Message-ID: <20150506140534.GC10890@lunn.ch> References: <1430663256-22714-1-git-send-email-andrew@ncrmnt.org> <20150503205043.GA23342@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > >Take a look at the marvell,reg-init property. Might do what you need. > > > > Andrew > > Thanks for the tip. So far I'm solving it via u-boot. > You have to set RGMII voltage there anyway if you want tftp for the > updates, > so it looks like the right place to do this kind of stuff. It is heard to guarantee that the bootloader does this stuff. It is better if the kernel is more standalone. > > I'll add the proper magic to the dts file and resend tomorrow. Thanks Andrew