All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.10.y-cip 00/13] Add more support to RZ/G2LC
@ 2022-08-03 16:53 Biju Das
  2022-08-03 16:53 ` [PATCH 5.10.y-cip 01/13] arm64: dts: renesas: rzg2lc-smarc: Enable CANFD channel 1 Biju Das
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Biju Das @ 2022-08-03 16:53 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek
  Cc: Chris Paterson, Biju Das, Prabhakar Mahadev Lad

This patch series aims to add CANFD, WDT, USB2.0, AUDIO, Serial NOR Flash,
OSTM and RSPI on SMARC EVK based on RZ/G2LC SoC.

All these patches are cherry-picked from the mainline.

Biju Das (12):
  arm64: dts: renesas: rzg2lc-smarc: Enable CANFD channel 1
  arm64: dts: renesas: rzg2lc-smarc: Use SW_SD0_DEV_SEL macro for
    eMMC/SDHI device selection
  arm64: dts: renesas: rzg2lc-smarc-som: Enable watchdog
  arm64: dts: renesas: r9a07g044c2-smarc: Enable usb2.0
  arm64: dts: renesas: rzg2lc-smarc-pinfunction: Sort the nodes
  arm64: dts: renesas: rzg2l-smarc: Move out i2c3 and Audio codec from
    common dtsi
  arm64: dts: renesas: rzg2lc-smarc: Enable i2c{0,1,2}
  arm64: dts: renesas: rzg2lc-smarc: Enable Audio
  arm64: dts: renesas: rzg2lc-smarc-som: Enable serial NOR flash
  arm64: dts: renesas: rzg2lc-smarc-som: Enable OSTM
  arm64: dts: renesas: rzg2lc-smarc: Enable RSPI1 on carrier board
  arm64: dts: renesas: rzg2l-smarc: Move gpios property of vccq_sdhi1
    from common dtsi

Geert Uytterhoeven (1):
  arm64: dts: renesas: Align GPIO hog names with dtschema

 .../boot/dts/renesas/beacon-renesom-som.dtsi  |  2 +-
 .../arm64/boot/dts/renesas/hihope-common.dtsi |  2 +-
 .../boot/dts/renesas/hihope-rzg2-ex-lvds.dtsi |  2 +-
 .../dts/renesas/r8a774c0-ek874-idk-2121wr.dts |  2 +-
 .../boot/dts/renesas/r9a07g044c2-smarc.dts    | 82 -------------------
 .../boot/dts/renesas/r9a07g054l2-smarc.dts    |  4 +-
 .../boot/dts/renesas/rz-smarc-common.dtsi     | 16 ----
 .../dts/renesas/rzg2l-smarc-pinfunction.dtsi  |  4 +-
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi  | 19 +++++
 .../dts/renesas/rzg2lc-smarc-pinfunction.dtsi | 63 ++++++++++++++
 .../boot/dts/renesas/rzg2lc-smarc-som.dtsi    | 76 ++++++++++++++---
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 42 ++++++++++
 12 files changed, 196 insertions(+), 118 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-08-05  0:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-03 16:53 [PATCH 5.10.y-cip 00/13] Add more support to RZ/G2LC Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 01/13] arm64: dts: renesas: rzg2lc-smarc: Enable CANFD channel 1 Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 02/13] arm64: dts: renesas: rzg2lc-smarc: Use SW_SD0_DEV_SEL macro for eMMC/SDHI device selection Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 03/13] arm64: dts: renesas: rzg2lc-smarc-som: Enable watchdog Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 04/13] arm64: dts: renesas: Align GPIO hog names with dtschema Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 05/13] arm64: dts: renesas: r9a07g044c2-smarc: Enable usb2.0 Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 06/13] arm64: dts: renesas: rzg2lc-smarc-pinfunction: Sort the nodes Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 07/13] arm64: dts: renesas: rzg2l-smarc: Move out i2c3 and Audio codec from common dtsi Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 08/13] arm64: dts: renesas: rzg2lc-smarc: Enable i2c{0,1,2} Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 09/13] arm64: dts: renesas: rzg2lc-smarc: Enable Audio Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 10/13] arm64: dts: renesas: rzg2lc-smarc-som: Enable serial NOR flash Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 11/13] arm64: dts: renesas: rzg2lc-smarc-som: Enable OSTM Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 12/13] arm64: dts: renesas: rzg2lc-smarc: Enable RSPI1 on carrier board Biju Das
2022-08-03 16:53 ` [PATCH 5.10.y-cip 13/13] arm64: dts: renesas: rzg2l-smarc: Move gpios property of vccq_sdhi1 from common dtsi Biju Das
2022-08-04  5:03 ` [PATCH 5.10.y-cip 00/13] Add more support to RZ/G2LC nobuhiro1.iwamatsu
2022-08-04  9:16   ` Pavel Machek
2022-08-05  0:56     ` nobuhiro1.iwamatsu

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.