From: "Heiko Stübner" <heiko@sntech.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 05/13] rockchip: rk3066: add rk3066 platform devicetree file
Date: Thu, 08 Jun 2017 14:41:26 +0200 [thread overview]
Message-ID: <1542181.gA2Ab2RPo9@diego> (raw)
In-Reply-To: <7fa3e84c-a661-4957-2a27-300f89e30b36@gmail.com>
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 <paweljarosz3691@gmail.com> wrote:
> >> rk3066 peripherials include usb, i2c, pwm, gpio, sdio, sdmmc, emmc, spi,
> >> watchdog and uart
> >>
> >> Signed-off-by: Paweł Jarosz <paweljarosz3691@gmail.com>
> >> ---
> >>
> >> 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 <sjg@chromium.org>
>
> 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
next prev parent reply other threads:[~2017-06-08 12:41 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 18:48 [U-Boot] [PATCH 00/13] add support for rk3066 platform Paweł Jarosz
2017-06-06 18:48 ` [U-Boot] [PATCH 01/13] rockchip: rk3066: add grf header file Paweł Jarosz
2017-06-06 21:09 ` Simon Glass
2017-06-07 15:07 ` Paweł Jarosz
2017-06-25 23:23 ` [U-Boot] [U-Boot,01/13] " Philipp Tomsich
2017-06-06 18:49 ` [U-Boot] [PATCH 02/13] rockchip: rk3066: add rk3066 pinctrl driver Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-06 18:49 ` [U-Boot] [PATCH 03/13] rockchip: rk3066: add sysreset driver Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot,03/13] " Philipp Tomsich
2017-07-04 17:41 ` Philipp Tomsich
2017-07-07 3:59 ` Simon Glass
2017-06-06 18:50 ` [U-Boot] [PATCH 04/13] rockchip: rk3066: add clock driver for rk3066 soc Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-06 18:50 ` [U-Boot] [PATCH 05/13] rockchip: rk3066: add rk3066 platform devicetree file Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-07 15:12 ` Paweł Jarosz
2017-06-08 12:41 ` Heiko Stübner [this message]
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-07-04 17:43 ` Philipp Tomsich
2017-06-06 18:50 ` [U-Boot] [PATCH 06/13] rockchip: rk3066: add core support Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-07 15:22 ` Paweł Jarosz
2017-06-09 12:27 ` Simon Glass
2017-06-09 13:03 ` Paweł Jarosz
2017-06-12 23:50 ` Simon Glass
2017-06-14 12:15 ` Kever Yang
2017-06-15 14:57 ` Simon Glass
2017-06-15 15:41 ` Paweł Jarosz
2017-06-15 15:59 ` Simon Glass
2017-06-07 6:37 ` Andy Yan
2017-06-25 23:23 ` [U-Boot] [U-Boot,06/13] " Philipp Tomsich
2017-07-04 17:35 ` Philipp Tomsich
2017-08-09 19:54 ` Paweł Jarosz
2017-06-06 18:51 ` [U-Boot] [PATCH 07/13] rockchip: rk3066: add mk808 board files Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-07-04 17:43 ` Philipp Tomsich
2017-06-06 18:51 ` [U-Boot] [PATCH 08/13] rockchip: mmc: support rk3066 mmc Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-07 3:23 ` Kever Yang
2017-06-08 3:30 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot,08/13] " Philipp Tomsich
2017-06-06 18:52 ` [U-Boot] [PATCH 09/13] rockchip: dts: set fifo mode as default for mmc Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-07-04 16:41 ` Philipp Tomsich
2017-06-06 18:52 ` [U-Boot] [PATCH 10/13] rockchip: rk3066: add sdram driver Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-07 3:14 ` Kever Yang
2017-06-25 23:23 ` [U-Boot] [U-Boot,10/13] " Philipp Tomsich
2017-07-04 16:18 ` Philipp Tomsich
2017-06-06 18:53 ` [U-Boot] [PATCH 11/13] rockchip: serial: support rockchip rk3066 Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-06-06 18:53 ` [U-Boot] [PATCH 12/13] armv7: support rk3066 early back to bootrom in start.S Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-07 15:37 ` Paweł Jarosz
2017-06-09 11:46 ` Heiko Stuebner
2017-06-09 12:31 ` Paweł Jarosz
2017-06-12 23:50 ` Simon Glass
2017-06-14 11:06 ` Simon Glass
2017-06-15 7:15 ` Paweł Jarosz
2017-06-15 14:50 ` Simon Glass
2017-06-15 15:42 ` Paweł Jarosz
2017-06-15 16:00 ` Simon Glass
2017-06-15 16:32 ` Paweł Jarosz
2017-06-15 16:40 ` Simon Glass
2017-08-04 16:33 ` Paweł Jarosz
2017-08-04 16:51 ` Dr. Philipp Tomsich
2017-08-04 17:01 ` Paweł Jarosz
2017-08-09 20:01 ` Dr. Philipp Tomsich
2017-08-09 20:08 ` Paweł Jarosz
2017-06-09 12:27 ` Simon Glass
2017-06-09 13:11 ` Paweł Jarosz
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
2017-07-04 16:20 ` Philipp Tomsich
2017-06-06 18:53 ` [U-Boot] [PATCH 13/13] rockchip: rk3066: add sdram init code for tpl Paweł Jarosz
2017-06-06 21:10 ` Simon Glass
2017-06-07 15:44 ` Paweł Jarosz
2017-06-09 12:27 ` Simon Glass
2017-06-09 13:15 ` Paweł Jarosz
2017-06-12 23:50 ` Simon Glass
2017-06-25 23:23 ` [U-Boot] [U-Boot, " Philipp Tomsich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1542181.gA2Ab2RPo9@diego \
--to=heiko@sntech.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.