mbox series

[v3,0/3] ARM: dts: imx: Add support for SK-iMX53 board

Message ID 20230102004425.887092-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series ARM: dts: imx: Add support for SK-iMX53 board | expand

Message

Dmitry Baryshkov Jan. 2, 2023, 12:44 a.m. UTC
Add support for the StartKit sk-imx53 board, a simple development board
with the i.MX536A SoC.

Changes since v2:
- Dropped vpu redundant node
- Dropped device_type from Ethernet PHY DT node
- Fixed an error in vendor-prefix patch

Changes since v1:
- Added bindings changes
- Moved phy-reset-gpios to the mdio->phy node
- Replaced default pinconf with specific values 

Dmitry Baryshkov (3):
  dt-bindings: vendor-prefixes: add Startkit
  dt-bindings: arm: fsl: Add the Starterkit SK-iMX53 board
  ARM: dts: imx: Add support for SK-iMX53 board

 .../devicetree/bindings/arm/fsl.yaml          |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/imx53-sk-imx53.dts          | 357 ++++++++++++++++++
 4 files changed, 361 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx53-sk-imx53.dts

Comments

Shawn Guo Jan. 9, 2023, 8:01 a.m. UTC | #1
On Mon, Jan 02, 2023 at 02:44:22AM +0200, Dmitry Baryshkov wrote:
> Add support for the StartKit sk-imx53 board, a simple development board
> with the i.MX536A SoC.
> 
> Changes since v2:
> - Dropped vpu redundant node
> - Dropped device_type from Ethernet PHY DT node
> - Fixed an error in vendor-prefix patch
> 
> Changes since v1:
> - Added bindings changes
> - Moved phy-reset-gpios to the mdio->phy node
> - Replaced default pinconf with specific values 
> 
> Dmitry Baryshkov (3):
>   dt-bindings: vendor-prefixes: add Startkit
>   dt-bindings: arm: fsl: Add the Starterkit SK-iMX53 board
>   ARM: dts: imx: Add support for SK-iMX53 board

Applied all, thanks!