> -Original Message-
> From: Andreas Färber
> Sent: Sunday, June 21, 2020 7:32 AM
> To: linux-realtek-...@lists.infradead.org
> Cc: linux-arm-ker...@lists.infradead.org; linux-kernel@vger.kernel.org; James
> Tai [戴志峰] ; Andreas Färber ;
> Rob Herring ; devicet...@vger
- items:
> + - description: RTD1395 SoC based boards
> +items:
>- enum:
>- bananapi,bpi-m4 # Banana Pi BPI-M4
>- realtek,lion-skin # Realtek Lion Skin EVB
>- const: realtek,rtd1395
>
> - # RTD1619 SoC based boards
> - - items:
> + - description: RTD1619 SoC based boards
> +items:
>- enum:
>- realtek,mjolnir # Realtek Mjolnir EVB
>- const: realtek,rtd1619
> --
> 2.26.2
Acked-by: James Tai
From: "james.tai"
Add a defconfig for Realtek RTD16XX and RTD13XX platform.
Signed-off-by: james.tai
---
Changes since last version:
- disable CONFIG_EMBEDDED.
- disable CONFIG_ARM_THUMBEE.
- disable CONFIG_SCHED_SMT.
- disable CONFIG_OABI_COMPAT.
- disab
From: "james.tai"
This patch adds a generic devicetree board file and a dtsi for
Realtek RTD16XX and RTD13XX platform.
Signed-off-by: james.tai
---
Changes since last version:
- Add RTD13XX platform.
- Add PSCI support.
- Add aliases.
- move uart0 to dtsi file.
-
> Subject: Re: [PATCH] ARM: Add support for Realtek SOC
>
> On Wed, Sep 11, 2019 at 5:17 PM Arnd Bergmann wrote:
> >
> > On Wed, Sep 11, 2019 at 9:46 AM James Tai[戴志峰]
> wrote:
> > > > Subject: Re: [PATCH] ARM: Add support for Realtek SOC
>
> wrote:
> > > Subject: Re: [PATCH] ARM: Add support for Realtek SOC
>
> > > > @@ -148,6 +148,7 @@ endif
> > > > textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
> > > > textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
> > > > textofs-$(CONFIG_ARCH_MESON) := 0x00208000
> > > > +textofs-$(CONFIG_ARCH_R
> Subject: Re: [PATCH] ARM: dts: realtek: Add support for Realtek RTD16XX
> evaluation board
>
> On Thu, Sep 5, 2019 at 10:10 AM wrote:
>
> > +
> > +/ {
> > + model= "Realtek Mjolnir Evaluation Board";
> > + model_hex= <0x0653>;
>
> The 'mode_hex' property is rather unusual, ple
> Subject: Re: [PATCH] ARM: config: Add Realtek RTD16XX defconfig
>
> On Thu, Sep 5, 2019 at 10:14 AM wrote:
> >
> > From: "james.tai"
> >
> > Add a defconfig for Realtek RTD16XX platform.
> >
> > Signed-off-by: james.tai
> > ---
> > arch/arm/configs/rtd16xx_defconfig | 427
> > +++
> Subject: Re: [PATCH] ARM: Add support for Realtek SOC
>
> On Thu, Sep 5, 2019 at 7:48 AM wrote:
> >
> > From: "james.tai"
> >
> > This patch adds the basic machine file for the Realtek RTD16XX
> > platform.
> >
> > Signed-off-by: james.tai
>
> Hi James,
>
> Thanks a lot for your submission!
> Subject: Re: [PATCH] dt-bindings: arm: Convert Realtek board/soc bindings to
> json-schema
>
> On Thu, Sep 5, 2019 at 9:19 AM wrote:
> >
> > From: "james.tai"
> >
> > Convert Realtek SoC bindings to DT schema format using json-schema.
> >
> > Signed-off-by: james.tai
> > ---
> > .../devicetr
10 matches
Mail list logo