[PATCH v5 0/3] arm64: dts: Add initial support for Emtop SoM & Baseboard

Himanshu Bhavani posted 3 patches 2 years, 9 months ago
.../devicetree/bindings/arm/fsl.yaml          |   6 +
.../devicetree/bindings/vendor-prefixes.yaml  |   2 +
arch/arm64/boot/dts/freescale/Makefile        |   1 +
.../dts/freescale/imx8mm-emtop-baseboard.dts  |  15 +
.../boot/dts/freescale/imx8mm-emtop-som.dtsi  | 261 ++++++++++++++++++
5 files changed, 285 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emtop-baseboard.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emtop-som.dtsi
[PATCH v5 0/3] arm64: dts: Add initial support for Emtop SoM & Baseboard
Posted by Himanshu Bhavani 2 years, 9 months ago
Change in v2:
- in patch 1/3:
	- Update dtb add order in Makefile
	- Update proper prefix/name in dts
	- Removed stray blank line
	- Add pinctrl-names

- in patch 2/3:
	- Update bindings

Changes in v3:
- in patch 1/3:
	- Removed dead code
	- Fixed style and indentations

- in patch 3/3:
	- Update vendor prefix

Changes in v4:
- in patch 2/4:
	- Update SoM Name

- in patch 3/4:
	- Add Acked-by

Changes in v5:
- in patch 1/5:
	- Add device tree for Emtop SoM
	- Add device tree for Baseboard
	- Update grp suffix
	- Update alphabetical order of nodes
	- Update bindings

- in patch 2/5:
	- Add bindings for SoM
	- Update bindings for Emtop
	- Add bindings for Baseboard

-in patch 3/5:
	- Update proper vendor prefix


Himanshu Bhavani (3):
  arm64: dts: Add support for Emtop SoM & Baseboard
  dt-bindings: arm: fsl: Add Emtop SoM & Baseboard
  dt-bindings: vendor-prefixes: Add Emtop

 .../devicetree/bindings/arm/fsl.yaml          |   6 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/freescale/Makefile        |   1 +
 .../dts/freescale/imx8mm-emtop-baseboard.dts  |  15 +
 .../boot/dts/freescale/imx8mm-emtop-som.dtsi  | 261 ++++++++++++++++++
 5 files changed, 285 insertions(+)
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emtop-baseboard.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-emtop-som.dtsi

-- 
2.25.1
Re: [PATCH v5 0/3] arm64: dts: Add initial support for Emtop SoM & Baseboard
Posted by Shawn Guo 2 years, 9 months ago
On Sat, May 13, 2023 at 05:01:23PM +0530, Himanshu Bhavani wrote:
> Change in v2:
> - in patch 1/3:
> 	- Update dtb add order in Makefile
> 	- Update proper prefix/name in dts
> 	- Removed stray blank line
> 	- Add pinctrl-names
> 
> - in patch 2/3:
> 	- Update bindings
> 
> Changes in v3:
> - in patch 1/3:
> 	- Removed dead code
> 	- Fixed style and indentations
> 
> - in patch 3/3:
> 	- Update vendor prefix
> 
> Changes in v4:
> - in patch 2/4:
> 	- Update SoM Name
> 
> - in patch 3/4:
> 	- Add Acked-by
> 
> Changes in v5:
> - in patch 1/5:
> 	- Add device tree for Emtop SoM
> 	- Add device tree for Baseboard
> 	- Update grp suffix
> 	- Update alphabetical order of nodes
> 	- Update bindings
> 
> - in patch 2/5:
> 	- Add bindings for SoM
> 	- Update bindings for Emtop
> 	- Add bindings for Baseboard
> 
> -in patch 3/5:
> 	- Update proper vendor prefix
> 
> 
> Himanshu Bhavani (3):
>   arm64: dts: Add support for Emtop SoM & Baseboard
>   dt-bindings: arm: fsl: Add Emtop SoM & Baseboard
>   dt-bindings: vendor-prefixes: Add Emtop

Applied all, thanks!