mbox series

[v4,0/3] mainline Protonic WD3 board

Message ID 20201117131354.30943-1-o.rempel@pengutronix.de
Headers show
Series mainline Protonic WD3 board | expand

Message

Oleksij Rempel Nov. 17, 2020, 1:13 p.m. UTC
changes v4:
- spell fix for "virtual"
- change SPI CAN freq to 10MHz
- change SPI CAN irq from IRQ_TYPE_EDGE_FALLING to IRQ_TYPE_LEVEL_LOW 

changes v3:
- fix checkpatch varnings
- add "virtual" to the vendor-prefixes.yaml 

changes v2:
- fix comment: WD2 -> WD3

Oleksij Rempel (3):
  dt-bindings: vendor-prefixes: add "virtual" prefix
  dt-bindings: arm: fsl: add Protonic WD3 board
  ARM: dts: add Protonic WD3 board

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/imx6qp-prtwd3.dts           | 553 ++++++++++++++++++
 4 files changed, 557 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6qp-prtwd3.dts

Comments

Shawn Guo Dec. 1, 2020, 1:29 a.m. UTC | #1
On Tue, Nov 17, 2020 at 02:13:51PM +0100, Oleksij Rempel wrote:
> changes v4:
> - spell fix for "virtual"
> - change SPI CAN freq to 10MHz
> - change SPI CAN irq from IRQ_TYPE_EDGE_FALLING to IRQ_TYPE_LEVEL_LOW 
> 
> changes v3:
> - fix checkpatch varnings
> - add "virtual" to the vendor-prefixes.yaml 
> 
> changes v2:
> - fix comment: WD2 -> WD3
> 
> Oleksij Rempel (3):
>   dt-bindings: vendor-prefixes: add "virtual" prefix
>   dt-bindings: arm: fsl: add Protonic WD3 board
>   ARM: dts: add Protonic WD3 board

Applied all, thanks.