2022-10-20 11:15:56

by Peng Fan (OSS)

[permalink] [raw]
Subject: [PATCH 0/2] imx8mp: spi: update binding and compatible

From: Peng Fan <[email protected]>

i.MX8MP ECSPI reused from i.MX6UL, so update binding and dts

Peng Fan (2):
dt-bindings: spi: fsl-imx-cspi: update i.MX8MP binding
arm64: dts: imx8mp: update ecspi compatible and clk

.../devicetree/bindings/spi/fsl-imx-cspi.yaml | 4 +++-
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 15 ++++++++++++---
2 files changed, 15 insertions(+), 4 deletions(-)

--
2.37.1


2022-10-29 09:03:25

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 0/2] imx8mp: spi: update binding and compatible

On Thu, Oct 20, 2022 at 06:31:56PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <[email protected]>
>
> i.MX8MP ECSPI reused from i.MX6UL, so update binding and dts
>
> Peng Fan (2):
> dt-bindings: spi: fsl-imx-cspi: update i.MX8MP binding
> arm64: dts: imx8mp: update ecspi compatible and clk

Applied both, thanks!