From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alban Subject: Re: [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1 Date: Wed, 10 Jun 2015 23:58:11 +0200 Message-ID: <20150610235811.0b18af9b@tock> References: <1433029955-7346-1-git-send-email-albeu@free.fr> <1433031506-7984-5-git-send-email-albeu@free.fr> <20150608131758.9d76be074998ea3de0e976a4@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150608131758.9d76be074998ea3de0e976a4@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Antony Pavlov Cc: Aban Bedel , linux-mips@linux-mips.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Thomas Gleixner , Jason Cooper , Ralf Baechle , Andrew Bresticker , Qais Yousef , Gabor Juhos , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Mon, 8 Jun 2015 13:17:58 +0300 Antony Pavlov wrote: > IMHO AR9132 SoC can't work without external oscilator. > > Can we just move basic extosc declaration to SoC dt file > (ar9132.dtsi)? So board dt file ar9132_tl_wr1043nd_v1.dts will > contain only oscilator clock frequency value. I would prefer to keep the split between the files in sync with the hardware. I understand that most simple board designs use a fixed oscillator, but that might not always be the case. Alban