linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] arm: imx: Add i.mx6q DaSheng COM-9XX SBC board support
@ 2021-04-14  6:51 dillon.minfei
  2021-04-14  6:51 ` [PATCH v2 1/4] dt-bindings: arm: imx: Add i.mx6q DaSheng COM-9XX SBC board dts support dillon.minfei
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: dillon.minfei @ 2021-04-14  6:51 UTC (permalink / raw)
  To: krzysztof.kozlowski, robh+dt, shawnguo, krzk, linux,
	s.riedmueller, matthias.schiffer, leoyang.li, arnd, olof,
	s.hauer, kernel, festevam, prabhakar.csengg, mchehab
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-imx,
	linux-media, dillon min

From: dillon min <dillon.minfei@gmail.com>

This patchset aims to add kernel support on DaSheng COM-8XX SBC board
optimize ov2659 driver to handle xvclk on/off at proper stage to save power

changes based on master branch, since commit id:
89698becf06d341a700913c3d89ce2a914af69a2

The DaSheng Com-9xx is and ARM based signle board computer (SBC)
featuring:
- i.MX6Q
- 2GiB LPDDR3 DRAM
- 8GiB eMMC 5.0 FLASH
- 4MiB SPI Flash
- USB 2.0 Host/Device
- Multiple multi-protocol RS232/RS485 Serial ports
- microSD socket
- 5V DC power input
- HDMI1.4a,1080p@60
- RGMIIx1 Gigabit Ethernet
- CSI0x1, connect with ov2659

v2:
- add "[PATCH v2 4/4] dt-bindings: add dasheng vendor prefix" to fix
  checkpatch.pl warning.

dillon min (4):
  dt-bindings: arm: imx: Add i.mx6q DaSheng COM-9XX SBC board dts
    support
  arm: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support
  media: i2c: ov2659: Add clk_prepare_enable(),  clk_disable_unprepare()
    to handle xvclk
  dt-bindings: add dasheng vendor prefix

 Documentation/devicetree/bindings/arm/fsl.yaml     |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/imx6q-ds.dts                     |  17 +
 arch/arm/boot/dts/imx6qdl-ds.dtsi                  | 465 +++++++++++++++++++++
 drivers/media/i2c/ov2659.c                         |  24 +-
 6 files changed, 504 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6q-ds.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-ds.dtsi

-- 
2.7.4


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

end of thread, other threads:[~2021-04-15  3:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  6:51 [PATCH v2 0/4] arm: imx: Add i.mx6q DaSheng COM-9XX SBC board support dillon.minfei
2021-04-14  6:51 ` [PATCH v2 1/4] dt-bindings: arm: imx: Add i.mx6q DaSheng COM-9XX SBC board dts support dillon.minfei
2021-04-14 13:00   ` Krzysztof Kozlowski
2021-04-15  3:22     ` dillon min
2021-04-14  6:51 ` [PATCH v2 2/4] arm: dts: imx: Add i.mx6q DaSheng COM-9XX SBC board support dillon.minfei
2021-04-14  6:51 ` [PATCH v2 3/4] media: i2c: ov2659: Add clk_prepare_enable(), clk_disable_unprepare() to handle xvclk dillon.minfei
2021-04-14  6:51 ` [PATCH v2 4/4] dt-bindings: add dasheng vendor prefix dillon.minfei
2021-04-14 13:01   ` Krzysztof Kozlowski
2021-04-15  3:24     ` dillon min

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).