All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 05/20] arm: dts: MediaTek: add MT7623 Bananapi R2 board support
Date: Tue, 2 Oct 2018 15:10:21 +0200	[thread overview]
Message-ID: <6f2f9245-0abf-f997-5832-8e9fefa2a8dc@gmail.com> (raw)
In-Reply-To: <a50e4611c86b7efaefa4264956d7efd79f03c875.1538460580.git.ryder.lee@mediatek.com>



On 02/10/2018 08:13, Ryder Lee wrote:
> This patch adds support for MT7623 development board - Bananapi R2 from
> BIPAI KEJI.  Detailed hardware information for BPI-R2 which could be
> found on http://wiki.banana-pi.org/Banana_Pi_BPI-R2.
> 
> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
> ---
>  arch/arm/dts/Makefile                     |   1 +
>  arch/arm/dts/mt7623.dtsi                  | 258 ++++++++++++++++++
>  arch/arm/dts/mt7623n-bananapi-bpi-r2.dts  | 207 ++++++++++++++
>  include/dt-bindings/clock/mt7623-clk.h    | 429 ++++++++++++++++++++++++++++++
>  include/dt-bindings/power/mt7623-power.h  |  19 ++
>  include/dt-bindings/reset/mt7623-resets.h |  85 ++++++
>  6 files changed, 999 insertions(+)
>  create mode 100644 arch/arm/dts/mt7623.dtsi
>  create mode 100644 arch/arm/dts/mt7623n-bananapi-bpi-r2.dts
>  create mode 100644 include/dt-bindings/clock/mt7623-clk.h
>  create mode 100644 include/dt-bindings/power/mt7623-power.h
>  create mode 100644 include/dt-bindings/reset/mt7623-resets.h
> 
[...]
> +/* INFRACFG */
> +
> +#define CLK_INFRA_DBG				0
> +#define CLK_INFRA_SMI				1
> +#define CLK_INFRA_QAXI_CM4			2
> +#define CLK_INFRA_AUD_SPLIN_B			3
> +#define CLK_INFRA_AUDIO				4
> +#define CLK_INFRA_EFUSE				5
> +#define CLK_INFRA_L2C_SRAM			6
> +#define CLK_INFRA_M4U				7
> +#define CLK_INFRA_CONNMCU			8
> +#define CLK_INFRA_TRNG				9
> +#define CLK_INFRA_RAMBUFIF			10
> +#define CLK_INFRA_CPUM				11
> +#define CLK_INFRA_KP				12
> +#define CLK_INFRA_CEC				13
> +#define CLK_INFRA_IRRX				14
> +#define CLK_INFRA_PMICSPI			15
> +#define CLK_INFRA_PMICWRAP			16
> +#define CLK_INFRA_DDCCI				17
> +#define CLK_INFRA_CPUSEL                        18

Tabs instead of spaces please :)

Regards,
Matthias

  reply	other threads:[~2018-10-02 13:10 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-02  6:13 [U-Boot] [PATCH 00/20] Add support for MediaTek SoCs - MT7623n / MT7629 Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 01/20] tools: MediaTek: add MTK boot header generation to mkimage Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 02/20] arm: MediaTek: add basic support for MT7629 boards Ryder Lee
2018-10-02 14:29   ` Matthias Brugger
2018-10-02  6:13 ` [U-Boot] [PATCH 03/20] arm: MediaTek: add basic support for MT7623 boards Ryder Lee
2018-10-02 14:27   ` Matthias Brugger
2018-10-02 15:20     ` Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 04/20] arm: dts: MediaTek: add MT7629 reference board support Ryder Lee
2018-10-02 13:07   ` Matthias Brugger
2018-10-02 13:34     ` Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 05/20] arm: dts: MediaTek: add MT7623 Bananapi R2 " Ryder Lee
2018-10-02 13:10   ` Matthias Brugger [this message]
2018-10-02 13:36     ` Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 06/20] configs: MediaTek: add MT7629 reference " Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 07/20] configs: MediaTek: add MT7623 Bananapi R2 " Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 08/20] clk: MediaTek: add clock driver for MT7629 SoC Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 09/20] clk: MediaTek: add clock driver for MT7623 SoC Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 10/20] timer: MediaTek: add timer driver for MediaTek SoCs Ryder Lee
2018-10-02 14:20   ` Matthias Brugger
2018-10-02  6:13 ` [U-Boot] [PATCH 11/20] watchdog: MediaTek: add watchdog " Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 12/20] pinctrl: MediaTek: add pinctrl driver for MT7629 SoC Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 13/20] pinctrl: MediaTek: add pinctrl driver for MT7623 SoC Ryder Lee
2018-10-02 14:31   ` Matthias Brugger
2018-10-02  6:13 ` [U-Boot] [PATCH 14/20] power domain: MediaTek: add power domain driver for MT7629 SoC Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 15/20] power domain: MediaTek: add power domain driver for MT7623 SoC Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 16/20] serial: 16550: allow the driver to support MediaTek serial Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 17/20] ram: MediaTek: add DDR3 driver for MT7629 SoC Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 18/20] spi: mtk_qspi: add qspi " Ryder Lee
2018-10-04 16:01   ` Jagan Teki
2018-10-08 13:00     ` Guochun Mao
2018-10-11  6:03     ` Guochun Mao
2018-10-02  6:13 ` [U-Boot] [PATCH 19/20] mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC Ryder Lee
2018-10-02  6:13 ` [U-Boot] [PATCH 20/20] MAINTAINERS: add an entry for MediaTek Ryder Lee
2018-10-02 15:08 ` [U-Boot] [PATCH 00/20] Add support for MediaTek SoCs - MT7623n / MT7629 Matthias Brugger

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=6f2f9245-0abf-f997-5832-8e9fefa2a8dc@gmail.com \
    --to=matthias.bgg@gmail.com \
    --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.