All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND][PATCH 0/6] Add NXP LS2088A platform support
@ 2016-11-08  9:34 Abhimanyu Saini
       [not found] ` <1478597664-14799-1-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Abhimanyu Saini @ 2016-11-08  9:34 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA, robh-DgEjT+Ai2ygdnm+yROfE0A,
	mark.rutland-5wv7dgnIgG8, shawnguo-DgEjT+Ai2ygdnm+yROfE0A
  Cc: scott.wood-3arQi8VN3Tc,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	Abhimanyu Saini

This patchset adds support for the QorIQ LS2088A SoC
LS2088A SoC is similar to LS2080A SoC with a few differences like
it has A72 cores.

Supported targets are QDS and RDB boards. The updates
include binding updates, and addition of the ls2088a 
device dtsi and dts files.

Abhimanyu Saini (6):
  dt-bindings: arm: Update bindings for LS2088A targets
  dt-bindings: pci: Update bindings for LS2088A
  dt-bindings: mtd: fsl-quadspi: Update qspi bindings for LS2088A
  dt-bindings: spi: Update dspi bindings for LS2088A
  dt-bindings: gpio: Update gpio bindings for LS2088A
  arm64: Add DTS support for FSL's LS2088A SoC

 Documentation/devicetree/bindings/arm/fsl.txt      |   7 +
 .../devicetree/bindings/gpio/gpio-mpc8xxx.txt      |   2 +-
 .../devicetree/bindings/mtd/fsl-quadspi.txt        |   4 +-
 .../devicetree/bindings/pci/layerscape-pci.txt     |   5 +-
 .../devicetree/bindings/spi/spi-fsl-dspi.txt       |   3 +-
 arch/arm64/boot/dts/freescale/Makefile             |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts  | 211 +++++++
 arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts  | 166 +++++
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     | 703 +++++++++++++++++++++
 9 files changed, 1096 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-11-17 12:31 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08  9:34 [RESEND][PATCH 0/6] Add NXP LS2088A platform support Abhimanyu Saini
     [not found] ` <1478597664-14799-1-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-11-08  9:34   ` [RESEND][PATCH 1/6] dt-bindings: arm: Update bindings for LS2088A targets Abhimanyu Saini
     [not found]     ` <1478597664-14799-2-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-11-14 17:11       ` Rob Herring
2016-11-14 17:11         ` Rob Herring
2016-11-08  9:34   ` [RESEND][PATCH 2/6] dt-bindings: pci: Update bindings for LS2088A Abhimanyu Saini
     [not found]     ` <1478597664-14799-3-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-11-14 17:12       ` Rob Herring
2016-11-14 17:12         ` Rob Herring
2016-11-08  9:34   ` [RESEND][PATCH 3/6] dt-bindings: mtd: fsl-quadspi: Update qspi " Abhimanyu Saini
     [not found]     ` <1478597664-14799-4-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-11-14 17:13       ` Rob Herring
2016-11-14 17:13         ` Rob Herring
2016-11-08  9:34   ` [RESEND][PATCH 4/6] dt-bindings: spi: Update dspi " Abhimanyu Saini
     [not found]     ` <1478597664-14799-5-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-11-14 17:13       ` Rob Herring
2016-11-14 17:13         ` Rob Herring
2016-11-08  9:34   ` [RESEND][PATCH 5/6] dt-bindings: gpio: Update gpio " Abhimanyu Saini
     [not found]     ` <1478597664-14799-6-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-11-14 17:14       ` Rob Herring
2016-11-14 17:14         ` Rob Herring
2016-11-08  9:34   ` [RESEND][PATCH 6/6] arm64: Add DTS support for FSL's LS2088A SoC Abhimanyu Saini
     [not found]     ` <1478597664-14799-7-git-send-email-abhimanyu.saini-3arQi8VN3Tc@public.gmane.org>
2016-11-14  6:33       ` Shawn Guo
2016-11-14  6:33         ` Shawn Guo
2016-11-17 12:31         ` Abhimanyu Saini
2016-11-17 12:31           ` Abhimanyu Saini

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.