From mboxrd@z Thu Jan 1 00:00:00 1970 From: hdegoede@redhat.com (Hans de Goede) Date: Thu, 28 Jan 2016 08:49:24 +0100 Subject: [PATCH resend] ARM: dts: sun7i: Add dts file for the lamobo-r1 board In-Reply-To: <20160127194735.GT4317@lukather> References: <1453920105-7093-1-git-send-email-hdegoede@redhat.com> <1453920105-7093-2-git-send-email-hdegoede@redhat.com> <20160127194735.GT4317@lukather> Message-ID: <56A9C804.9080503@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 27-01-16 20:47, Maxime Ripard wrote: > Hi Hans, > > On Wed, Jan 27, 2016 at 07:41:45PM +0100, Hans de Goede wrote: >> From: Jelle de Jong >> >> The lamobo-r1 board, sometimes called the BPI-R1 but not labelled as such >> on the PCB, is meant as a A20 based router board. As such the board comes >> with a built-in switch chip giving it 5 gigabit ethernet boards, and it >> has a large empty area on the pcb with mounting holes which will fit a >> 2.5 inch harddisk. To complete its networking features it has a >> Realtek RTL8192CU for WiFi 802.11 b/g/n. >> >> Signed-off-by: Jelle de Jong >> Signed-off-by: Hans de Goede > > Sorry that I missed it :/ > > It looks mostly fine, I just have a minor question / comment below. > >> +&cpu0 { >> + cpu-supply = <®_dcdc2>; >> + operating-points = < >> + /* kHz uV */ >> + 960000 1400000 >> + 912000 1400000 >> + 864000 1350000 >> + 720000 1250000 >> + 528000 1150000 >> + 312000 1100000 >> + 144000 1050000 >> + >; >> +}; > > Have you used the default OPPs and it turned out to be unstable, or is > it just some copy / paste from the FEX file? Just copy paste from the fex file, let me know if you want a new version with the opp-s removed. Regards, Hans