mbox series

[v3,0/4] update xenon controller properties in CN913X

Message ID 20210112094655.12274-1-kostap@marvell.com
Headers show
Series update xenon controller properties in CN913X | expand

Message

Kostya Porotchkin Jan. 12, 2021, 9:46 a.m. UTC
From: Konstantin Porotchkin <kostap@marvell.com>

The following patches series updates Xenon SDHCI controller properties
for usage with Marvell Armada CN913X SoC family.

- v2:
* rebase on top of "next" branch of linux/kernel/git/ulfh/mmc.git 

- v3:
* separate between driver and DTSI changes for new compatibility
   string
* add my signed-off-by entry to all patches

Konstantin Porotchkin (1):
  arm64: dts: change AP807 SDHCI compatibility string

Marcin Wojtas (3):
  dt-bindings: mmc: xenon: add AP807 compatible string
  mmc: xenon: add AP807 compatible string
  arm64: dts: cn913x-db: enable MMC HS400

 .../devicetree/bindings/mmc/marvell,xenon-sdhci.txt          | 1 +
 arch/arm64/boot/dts/marvell/armada-ap807.dtsi                | 5 +++++
 arch/arm64/boot/dts/marvell/cn9130-db.dts                    | 2 ++
 drivers/mmc/host/sdhci-xenon.c                               | 1 +
 4 files changed, 9 insertions(+)

Comments

Ulf Hansson Jan. 13, 2021, 11:25 a.m. UTC | #1
On Tue, 12 Jan 2021 at 10:47, <kostap@marvell.com> wrote:
>

> From: Konstantin Porotchkin <kostap@marvell.com>

>

> The following patches series updates Xenon SDHCI controller properties

> for usage with Marvell Armada CN913X SoC family.

>

> - v2:

> * rebase on top of "next" branch of linux/kernel/git/ulfh/mmc.git

>

> - v3:

> * separate between driver and DTSI changes for new compatibility

>    string

> * add my signed-off-by entry to all patches

>

> Konstantin Porotchkin (1):

>   arm64: dts: change AP807 SDHCI compatibility string

>

> Marcin Wojtas (3):

>   dt-bindings: mmc: xenon: add AP807 compatible string

>   mmc: xenon: add AP807 compatible string

>   arm64: dts: cn913x-db: enable MMC HS400

>

>  .../devicetree/bindings/mmc/marvell,xenon-sdhci.txt          | 1 +

>  arch/arm64/boot/dts/marvell/armada-ap807.dtsi                | 5 +++++

>  arch/arm64/boot/dts/marvell/cn9130-db.dts                    | 2 ++

>  drivers/mmc/host/sdhci-xenon.c                               | 1 +

>  4 files changed, 9 insertions(+)

>

> --

> 2.17.1

>


Patch1 and patch 2 applied for next (I leave the other for arm soc), thanks!

Kind regards
Uffe