linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6]  arm64: dts: NXP: add basic dts file for LX2160A SoC
@ 2018-09-24  0:08 Vabhav Sharma
  2018-09-24  0:08 ` [PATCH v3 1/6] dt-bindings: arm64: add compatible for LX2160A Vabhav Sharma
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Vabhav Sharma @ 2018-09-24  0:08 UTC (permalink / raw)
  To: sudeep.holla, oss, linux-kernel, devicetree, robh+dt,
	mark.rutland, linuxppc-dev, linux-arm-kernel, mturquette, sboyd,
	rjw, viresh.kumar, linux-clk, linux-pm, linux-kernel-owner,
	catalin.marinas, will.deacon, gregkh, arnd, kstewart,
	yamada.masahiro
  Cc: linux, V.Sethi, udit.kumar, Vabhav Sharma

Changes for v3:
-Split clockgen support patch into below two patches:
- a)Updated array size of cmux_to_group[] with NUM_CMUX+1 to include -1
 terminator and p4080 cmux_to_group[] array with -1 terminator
- b)Add clockgen support for lx2160a

Changes for v2:
- Modified cmux_to_group array to include -1 terminator
- Revert NUM_CMUX to original value 8 from 16
- Remove “As LX2160A is 16 core, so modified value for NUM_CMUX”
  in patch "[PATCH 3/5] drivers: clk-qoriq: Add clockgen support for
  lx2160a" description
- Populated cache properties for L1 and L2 cache in lx2160a device-tree.
- Removed reboot node from lx2160a device-tree as PSCI is implemented.
- Removed incorrect comment for timer node interrupt property in
  lx2160a device-tree.
- Modified pmu node compatible property from "arm,armv8-pmuv3" to
  "arm,cortex-a72-pmu" in lx2160a device-tree
- Non-standard aliases removed in lx2160a rdb board device-tree
- Updated i2c child nodes to generic name in lx2160a rdb device-tree.

Changes for v1:
- Add compatible string for LX2160A clockgen support
- Add compatible string to initialize LX2160A guts driver
- Add compatible string for LX2160A support in dt-bindings
- Add dts file to enable support for LX2160A SoC and LX2160A RDB
  (Reference design board)

Vabhav Sharma (4):
  dt-bindings: arm64: add compatible for LX2160A
  soc/fsl/guts: Add compatible string for LX2160A
  arm64: dts: add QorIQ LX2160A SoC support
  arm64: dts: add LX2160ARDB board support

Yogesh Gaur (2):
  drivers: clk-qoriq: increase array size of cmux_to_group
  drivers: clk-qoriq: Add clockgen support for lx2160a

 Documentation/devicetree/bindings/arm/fsl.txt     |  12 +
 arch/arm64/boot/dts/freescale/Makefile            |   1 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts |  88 +++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi    | 693 ++++++++++++++++++++++
 drivers/clk/clk-qoriq.c                           |  16 +-
 drivers/cpufreq/qoriq-cpufreq.c                   |   1 +
 drivers/soc/fsl/guts.c                            |   1 +
 7 files changed, 810 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

-- 
2.7.4


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

end of thread, other threads:[~2018-10-03 14:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-24  0:08 [PATCH v3 0/6] arm64: dts: NXP: add basic dts file for LX2160A SoC Vabhav Sharma
2018-09-24  0:08 ` [PATCH v3 1/6] dt-bindings: arm64: add compatible for LX2160A Vabhav Sharma
2018-09-27 19:32   ` Rob Herring
2018-09-24  0:08 ` [PATCH v3 2/6] soc/fsl/guts: Add compatible string " Vabhav Sharma
2018-09-24  0:08 ` [PATCH v3 3/6] drivers: clk-qoriq: increase array size of cmux_to_group Vabhav Sharma
2018-10-01 22:04   ` Stephen Boyd
2018-10-03 14:25     ` Vabhav Sharma
2018-09-24  0:08 ` [PATCH v3 4/6] drivers: clk-qoriq: Add clockgen support for lx2160a Vabhav Sharma
2018-10-01 22:04   ` Stephen Boyd
2018-10-03 14:25     ` Vabhav Sharma
2018-09-24  0:09 ` [PATCH v3 5/6] arm64: dts: add QorIQ LX2160A SoC support Vabhav Sharma
2018-09-28 20:41   ` Li Yang
2018-10-01 12:19     ` Vabhav Sharma
2018-09-24  0:09 ` [PATCH v3 6/6] arm64: dts: add LX2160ARDB board support Vabhav Sharma
2018-09-28 19:37   ` Li Yang
2018-10-01 12:26     ` Vabhav Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).