From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/2] device tree changes for omaps for v5.2
Date: Mon, 15 Apr 2019 10:00:53 -0700 [thread overview]
Message-ID: <pull-1555343712-332506@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.2/dt-signed
for you to fetch changes up to bcbb63b80284af0061ac44fe944d31a8482d2b8a:
ARM: dts: dra7: Separate AM57 dtsi files (2019-04-12 09:57:07 -0700)
----------------------------------------------------------------
Devicetree changes for omap variants
This series of changes configures dra7 pcie x2 lane mode, configures
am43xx-epos-evm regulators and keypad wakeup source, and uses standard
reset-gpios instead of gpio-reset for n810.
We also need to split dra7 dtsi files for properly supporting dra76x
and am576 as some of the devices are different such as usb and pruss.
----------------------------------------------------------------
Andrew F. Davis (2):
ARM: dts: am43xx-epos-evm: Add matrix keypad as wakeup source
ARM: dts: omap2420-n810: Use new CODEC reset pin name
Kabir Sahane (1):
ARM: dts: am43xx-epos-evm: Keep DCDC5 and DCDC6 always on
Kishon Vijay Abraham I (1):
ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
Mike Erdahl (1):
ARM: dts: am43xx-epos-evm: Keep DCDC3 regulator on in suspend to memory
Roger Quadros (2):
dt-binding: arm: omap: Add information for AM5748
ARM: dts: dra7: Separate AM57 dtsi files
.../devicetree/bindings/arm/omap/omap.txt | 6 ++++
arch/arm/boot/dts/am43x-epos-evm.dts | 11 ++++++++
arch/arm/boot/dts/am5718.dtsi | 32 +++++++++++++++++++++
arch/arm/boot/dts/am571x-idk.dts | 2 +-
arch/arm/boot/dts/am5728.dtsi | 33 ++++++++++++++++++++++
arch/arm/boot/dts/am572x-idk.dts | 5 ++--
arch/arm/boot/dts/am5748.dtsi | 33 ++++++++++++++++++++++
arch/arm/boot/dts/am574x-idk.dts | 4 +--
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +-
arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 2 +-
arch/arm/boot/dts/dra7-l4.dtsi | 6 ++--
arch/arm/boot/dts/dra7.dtsi | 2 ++
arch/arm/boot/dts/omap2420-n810.dts | 2 +-
13 files changed, 128 insertions(+), 12 deletions(-)
create mode 100644 arch/arm/boot/dts/am5718.dtsi
create mode 100644 arch/arm/boot/dts/am5728.dtsi
create mode 100644 arch/arm/boot/dts/am5748.dtsi
WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/2] device tree changes for omaps for v5.2
Date: Mon, 15 Apr 2019 10:00:53 -0700 [thread overview]
Message-ID: <pull-1555343712-332506@atomide.com> (raw)
From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.2/dt-signed
for you to fetch changes up to bcbb63b80284af0061ac44fe944d31a8482d2b8a:
ARM: dts: dra7: Separate AM57 dtsi files (2019-04-12 09:57:07 -0700)
----------------------------------------------------------------
Devicetree changes for omap variants
This series of changes configures dra7 pcie x2 lane mode, configures
am43xx-epos-evm regulators and keypad wakeup source, and uses standard
reset-gpios instead of gpio-reset for n810.
We also need to split dra7 dtsi files for properly supporting dra76x
and am576 as some of the devices are different such as usb and pruss.
----------------------------------------------------------------
Andrew F. Davis (2):
ARM: dts: am43xx-epos-evm: Add matrix keypad as wakeup source
ARM: dts: omap2420-n810: Use new CODEC reset pin name
Kabir Sahane (1):
ARM: dts: am43xx-epos-evm: Keep DCDC5 and DCDC6 always on
Kishon Vijay Abraham I (1):
ARM: dts: dra7: Add properties to enable PCIe x2 lane mode
Mike Erdahl (1):
ARM: dts: am43xx-epos-evm: Keep DCDC3 regulator on in suspend to memory
Roger Quadros (2):
dt-binding: arm: omap: Add information for AM5748
ARM: dts: dra7: Separate AM57 dtsi files
.../devicetree/bindings/arm/omap/omap.txt | 6 ++++
arch/arm/boot/dts/am43x-epos-evm.dts | 11 ++++++++
arch/arm/boot/dts/am5718.dtsi | 32 +++++++++++++++++++++
arch/arm/boot/dts/am571x-idk.dts | 2 +-
arch/arm/boot/dts/am5728.dtsi | 33 ++++++++++++++++++++++
arch/arm/boot/dts/am572x-idk.dts | 5 ++--
arch/arm/boot/dts/am5748.dtsi | 33 ++++++++++++++++++++++
arch/arm/boot/dts/am574x-idk.dts | 4 +--
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 2 +-
arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 2 +-
arch/arm/boot/dts/dra7-l4.dtsi | 6 ++--
arch/arm/boot/dts/dra7.dtsi | 2 ++
arch/arm/boot/dts/omap2420-n810.dts | 2 +-
13 files changed, 128 insertions(+), 12 deletions(-)
create mode 100644 arch/arm/boot/dts/am5718.dtsi
create mode 100644 arch/arm/boot/dts/am5728.dtsi
create mode 100644 arch/arm/boot/dts/am5748.dtsi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2019-04-15 17:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-15 17:00 Tony Lindgren [this message]
2019-04-15 17:00 ` [GIT PULL 1/2] device tree changes for omaps for v5.2 Tony Lindgren
2019-04-15 17:00 ` [GIT PULL 2/2] dts changes for ti-sysc driver " Tony Lindgren
2019-04-15 17:00 ` Tony Lindgren
2019-04-28 19:34 ` Olof Johansson
2019-04-28 19:34 ` Olof Johansson
2019-04-28 19:32 ` [GIT PULL 1/2] device tree changes for omaps " Olof Johansson
2019-04-28 19:32 ` Olof Johansson
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=pull-1555343712-332506@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/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.