All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Rob Herring <robh+dt@kernel.org>, Wei Xu <xuwei5@hisilicon.com>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/3] Added some missing DT settings for Hikey 970
Date: Fri, 15 Jan 2021 12:53:55 +0100	[thread overview]
Message-ID: <cover.1610710288.git.mchehab+huawei@kernel.org> (raw)

The Hikey 970 device tree has a few missing pieces that are required
in order for it to be able to support USB and DRM drivers upstream.

Besides PM, USB and DRM specific bits, the hardware's binding
for I2C buses and pinctrl are missing.

Those DT bindings come from the official Linaro Hikey 970 tree:

	https://github.com/96boards-hikey/linux/tree/hikey970-v4.9

Changed in order to apply cleanly upstream.

PS.: The changes from this series were submitted initially on this
patch series:
	Move Hikey 970 USB support out of staging and add DT
	https://lore.kernel.org/lkml/cover.1605530560.git.mchehab+huawei@kernel.org/

I'm opting to split such series into separate patch series, in order to 
make easier for review and upstream merge, as the original series
was mixing patches for different subsystems.

Mauro Carvalho Chehab (3):
  arm64: dts: hisilicon: hi3670.dtsi: add iomcu_rst
  arm64: dts: hikey970-pinctrl.dtsi: add missing pinctrl settings
  arm64: dts: hisilicon: hi3670.dtsi: add I2C settings

 arch/arm64/boot/dts/hisilicon/hi3670.dtsi     |  77 +++
 .../boot/dts/hisilicon/hikey970-pinctrl.dtsi  | 548 +++++++++++++++++-
 2 files changed, 614 insertions(+), 11 deletions(-)

-- 
2.29.2



WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Rob Herring <robh+dt@kernel.org>, Wei Xu <xuwei5@hisilicon.com>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Added some missing DT settings for Hikey 970
Date: Fri, 15 Jan 2021 12:53:55 +0100	[thread overview]
Message-ID: <cover.1610710288.git.mchehab+huawei@kernel.org> (raw)

The Hikey 970 device tree has a few missing pieces that are required
in order for it to be able to support USB and DRM drivers upstream.

Besides PM, USB and DRM specific bits, the hardware's binding
for I2C buses and pinctrl are missing.

Those DT bindings come from the official Linaro Hikey 970 tree:

	https://github.com/96boards-hikey/linux/tree/hikey970-v4.9

Changed in order to apply cleanly upstream.

PS.: The changes from this series were submitted initially on this
patch series:
	Move Hikey 970 USB support out of staging and add DT
	https://lore.kernel.org/lkml/cover.1605530560.git.mchehab+huawei@kernel.org/

I'm opting to split such series into separate patch series, in order to 
make easier for review and upstream merge, as the original series
was mixing patches for different subsystems.

Mauro Carvalho Chehab (3):
  arm64: dts: hisilicon: hi3670.dtsi: add iomcu_rst
  arm64: dts: hikey970-pinctrl.dtsi: add missing pinctrl settings
  arm64: dts: hisilicon: hi3670.dtsi: add I2C settings

 arch/arm64/boot/dts/hisilicon/hi3670.dtsi     |  77 +++
 .../boot/dts/hisilicon/hikey970-pinctrl.dtsi  | 548 +++++++++++++++++-
 2 files changed, 614 insertions(+), 11 deletions(-)

-- 
2.29.2



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-01-15 11:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 11:53 Mauro Carvalho Chehab [this message]
2021-01-15 11:53 ` [PATCH v2 0/3] Added some missing DT settings for Hikey 970 Mauro Carvalho Chehab
2021-01-15 11:53 ` [PATCH v2 1/3] arm64: dts: hisilicon: hi3670.dtsi: add iomcu_rst Mauro Carvalho Chehab
2021-01-15 11:53   ` Mauro Carvalho Chehab
2021-01-15 11:53 ` [PATCH v2 2/3] arm64: dts: hikey970-pinctrl.dtsi: add missing pinctrl settings Mauro Carvalho Chehab
2021-01-15 11:53   ` Mauro Carvalho Chehab
2021-01-15 11:53 ` [PATCH v2 3/3] arm64: dts: hisilicon: hi3670.dtsi: add I2C settings Mauro Carvalho Chehab
2021-01-15 11:53   ` Mauro Carvalho Chehab
2021-01-26  9:07 ` [PATCH v2 0/3] Added some missing DT settings for Hikey 970 Wei Xu
2021-01-26  9:07   ` Wei Xu

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=cover.1610710288.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=xuwei5@hisilicon.com \
    /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.