From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Date: Thu, 08 Jun 2017 14:41:26 +0200 Subject: [U-Boot] [PATCH 05/13] rockchip: rk3066: add rk3066 platform devicetree file In-Reply-To: <7fa3e84c-a661-4957-2a27-300f89e30b36@gmail.com> References: <7fa3e84c-a661-4957-2a27-300f89e30b36@gmail.com> Message-ID: <1542181.gA2Ab2RPo9@diego> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Am Mittwoch, 7. Juni 2017, 17:12:24 CEST schrieb Paweł Jarosz: > Hi Simon, > > W dniu 06.06.2017 o 23:10, Simon Glass pisze: > > Hi Pawel, > > > > On 6 June 2017 at 12:50, Paweł Jarosz wrote: > >> rk3066 peripherials include usb, i2c, pwm, gpio, sdio, sdmmc, emmc, spi, > >> watchdog and uart > >> > >> Signed-off-by: Paweł Jarosz > >> --- > >> > >> arch/arm/dts/rk3066a.dtsi | 699 > >> ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 699 > >> insertions(+) > >> create mode 100644 arch/arm/dts/rk3066a.dtsi > > > > How come this file has 'a' on the end? > > > > Reviewed-by: Simon Glass > > Not sure why ... as there is no rk3066a named chip (acording to > datasheet) but there is rk3066b. > I have copied linux source without renaming it. actually there are "only" rk3066a and rk3066b ... only the rk3066a often just gets called rk3066. If you look in device schematics you always find the rk3066a naming. Also, so far I haven't seen any rk3066b yet, therefore we have no support for it at all. Heiko