All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Tony Lindgren" <tony@atomide.com>
Subject: [GIT PULL 3/3] Device tree changes for omaps for v5.10
Date: Thu,  3 Sep 2020 14:26:42 +0300	[thread overview]
Message-ID: <pull-1599132307-761202@atomide.com-3> (raw)
In-Reply-To: <pull-1599132307-761202@atomide.com>

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 6542e2b613c2b1952e83973dc434831332ce8e27:

  ARM: dts: omap5: Fix DSI base address and clocks (2020-08-19 08:54:33 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/dt-signed

for you to fetch changes up to 513f8297f6b14a76346cd049956f1c9a2a48d7aa:

  Merge branch 'fixes' into omap-for-v5.10/dt (2020-08-19 10:52:00 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.10

- Use a known good SGX clockrate for 4430, this is not needed as a fix
  as the closed source SGX driver is out of tree

- Prepare DSI panels for upcoming changes to use generic driver code

- Add common support for MOXA UC-8100 series

- Add ocp label for l3 interconnect for board specific dts files to
  reference

- Configure CPU thermal properties for omap3

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: omap3: Add cpu trips and cooling map for omap34/36 families

Drew Fustini (1):
      ARM: dts: am33xx: add ocp label

Johnson CH Chen (陳昭勳) (1):
      ARM: dts: am335x: add common dtsi for MOXA UC-8100 series

Sebastian Reichel (3):
      ARM: dts: omap: add channel to DSI panels
      ARM: dts: omap4-droid4: add panel compatible
      ARM: dts: omap4-droid4: add panel orientation

Tony Lindgren (3):
      ARM: dts: omap4: Fix sgx clock rate for 4430
      Merge branch 'omap-for-v5.10/dt-moxa' into omap-for-v5.10/dt
      Merge branch 'fixes' into omap-for-v5.10/dt

 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi | 427 ++++++++++++++++++++++
 arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts    | 404 +-------------------
 arch/arm/boot/dts/am33xx.dtsi                     |   2 +-
 arch/arm/boot/dts/motorola-mapphone-common.dtsi   |   6 +-
 arch/arm/boot/dts/omap3-cpu-thermal.dtsi          |  21 ++
 arch/arm/boot/dts/omap3-n950.dts                  |   3 +-
 arch/arm/boot/dts/omap3.dtsi                      |   3 +
 arch/arm/boot/dts/omap34xx.dtsi                   |   1 +
 arch/arm/boot/dts/omap36xx.dtsi                   |   1 +
 arch/arm/boot/dts/omap4-sdp.dts                   |   6 +-
 arch/arm/boot/dts/omap4.dtsi                      |   8 +-
 arch/arm/boot/dts/omap443x.dtsi                   |  10 +
 arch/arm/boot/dts/omap5.dtsi                      |   6 +
 13 files changed, 488 insertions(+), 410 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: soc@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/3] Device tree changes for omaps for v5.10
Date: Thu,  3 Sep 2020 14:26:42 +0300	[thread overview]
Message-ID: <pull-1599132307-761202@atomide.com-3> (raw)
In-Reply-To: <pull-1599132307-761202@atomide.com>

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 6542e2b613c2b1952e83973dc434831332ce8e27:

  ARM: dts: omap5: Fix DSI base address and clocks (2020-08-19 08:54:33 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.10/dt-signed

for you to fetch changes up to 513f8297f6b14a76346cd049956f1c9a2a48d7aa:

  Merge branch 'fixes' into omap-for-v5.10/dt (2020-08-19 10:52:00 +0300)

----------------------------------------------------------------
Devicetree changes for omaps for v5.10

- Use a known good SGX clockrate for 4430, this is not needed as a fix
  as the closed source SGX driver is out of tree

- Prepare DSI panels for upcoming changes to use generic driver code

- Add common support for MOXA UC-8100 series

- Add ocp label for l3 interconnect for board specific dts files to
  reference

- Configure CPU thermal properties for omap3

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: omap3: Add cpu trips and cooling map for omap34/36 families

Drew Fustini (1):
      ARM: dts: am33xx: add ocp label

Johnson CH Chen (陳昭勳) (1):
      ARM: dts: am335x: add common dtsi for MOXA UC-8100 series

Sebastian Reichel (3):
      ARM: dts: omap: add channel to DSI panels
      ARM: dts: omap4-droid4: add panel compatible
      ARM: dts: omap4-droid4: add panel orientation

Tony Lindgren (3):
      ARM: dts: omap4: Fix sgx clock rate for 4430
      Merge branch 'omap-for-v5.10/dt-moxa' into omap-for-v5.10/dt
      Merge branch 'fixes' into omap-for-v5.10/dt

 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi | 427 ++++++++++++++++++++++
 arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts    | 404 +-------------------
 arch/arm/boot/dts/am33xx.dtsi                     |   2 +-
 arch/arm/boot/dts/motorola-mapphone-common.dtsi   |   6 +-
 arch/arm/boot/dts/omap3-cpu-thermal.dtsi          |  21 ++
 arch/arm/boot/dts/omap3-n950.dts                  |   3 +-
 arch/arm/boot/dts/omap3.dtsi                      |   3 +
 arch/arm/boot/dts/omap34xx.dtsi                   |   1 +
 arch/arm/boot/dts/omap36xx.dtsi                   |   1 +
 arch/arm/boot/dts/omap4-sdp.dts                   |   6 +-
 arch/arm/boot/dts/omap4.dtsi                      |   8 +-
 arch/arm/boot/dts/omap443x.dtsi                   |  10 +
 arch/arm/boot/dts/omap5.dtsi                      |   6 +
 13 files changed, 488 insertions(+), 410 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi

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

  parent reply	other threads:[~2020-09-03 11:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 11:26 [GIT PULL 1/3] SoC changes for omaps for v5.10 Tony Lindgren
2020-09-03 11:26 ` Tony Lindgren
2020-09-03 11:26 ` [GIT PULL 2/3] Drop legacy platform data " Tony Lindgren
2020-09-03 11:26   ` Tony Lindgren
2020-09-03 11:26 ` Tony Lindgren [this message]
2020-09-03 11:26   ` [GIT PULL 3/3] Device tree changes " Tony Lindgren

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-1599132307-761202@atomide.com-3 \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=soc@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.