mbox series

[v4,0/3] Add support for Eckelmann ci4x10

Message ID 20190320091254.10043-1-u.kleine-koenig@pengutronix.de (mailing list archive)
Headers show
Series Add support for Eckelmann ci4x10 | expand

Message

Uwe Kleine-König March 20, 2019, 9:12 a.m. UTC
Hello,

compared to v3 there are only minor changes in this v4.

 - Address Feedback by Shawn (memory@10000000 instead of memory, status
   at end of property list)
 - Add Fabio's Reviewed-by tag.
 - Write "ci4x10" consistently in lower case
 - add DT people to To of the first patch as this needs their ack.

Uwe Kleine-König (3):
  dt-bindings: arm: fsl: Add devicetree binding for Eckelmann ci4x10
  ARM: dts: Add devicetree for Eckelmann ci4x10
  ARM: imx_v6_v7_defconfig: Enable SIOX bus

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts | 381 ++++++++++++++++++
 arch/arm/configs/imx_v6_v7_defconfig          |   3 +
 4 files changed, 386 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6dl-eckelmann-ci4x10.dts

Comments

Shawn Guo March 26, 2019, 8:30 a.m. UTC | #1
On Wed, Mar 20, 2019 at 10:12:51AM +0100, Uwe Kleine-König wrote:
> Hello,
> 
> compared to v3 there are only minor changes in this v4.
> 
>  - Address Feedback by Shawn (memory@10000000 instead of memory, status
>    at end of property list)
>  - Add Fabio's Reviewed-by tag.
>  - Write "ci4x10" consistently in lower case
>  - add DT people to To of the first patch as this needs their ack.
> 
> Uwe Kleine-König (3):
>   dt-bindings: arm: fsl: Add devicetree binding for Eckelmann ci4x10
>   ARM: dts: Add devicetree for Eckelmann ci4x10
>   ARM: imx_v6_v7_defconfig: Enable SIOX bus

Applied all, thanks.