mbox series

[0/3] ARM: dts: Fixes for imx7 mipi_csi

Message ID 20211202221903.21882-1-laurent.pinchart@ideasonboard.com (mailing list archive)
Headers show
Series ARM: dts: Fixes for imx7 mipi_csi | expand

Message

Laurent Pinchart Dec. 2, 2021, 10:19 p.m. UTC
Hello,

This small patch series is a follow up on Rob's nxp,imx7-mipi-csi2.yaml
fix ([1]) and the dtb check warnings that started appearing as a result.
There's not much else to be said, please see individual patches for
details.

[1] https://lore.kernel.org/all/20211202023021.3655384-1-robh@kernel.org/

Laurent Pinchart (3):
  ARM: dts: imx7s-warp: Drop undefined property in mipi_csi node
  ARM: dts: imx7: Drop reset-names property for mipi_csi node
  ARM: dts: imx7: Group mipi_csi 'port' children in a 'ports' node

 arch/arm/boot/dts/imx7s-warp.dts | 14 +++++++-------
 arch/arm/boot/dts/imx7s.dtsi     | 22 ++++++++++++----------
 2 files changed, 19 insertions(+), 17 deletions(-)


base-commit: 1f1517fafda598839a02e39968c5063ddcfa51fc

Comments

Shawn Guo Dec. 14, 2021, 3:16 a.m. UTC | #1
On Fri, Dec 03, 2021 at 12:19:00AM +0200, Laurent Pinchart wrote:
> Hello,
> 
> This small patch series is a follow up on Rob's nxp,imx7-mipi-csi2.yaml
> fix ([1]) and the dtb check warnings that started appearing as a result.
> There's not much else to be said, please see individual patches for
> details.
> 
> [1] https://lore.kernel.org/all/20211202023021.3655384-1-robh@kernel.org/
> 
> Laurent Pinchart (3):
>   ARM: dts: imx7s-warp: Drop undefined property in mipi_csi node
>   ARM: dts: imx7: Drop reset-names property for mipi_csi node
>   ARM: dts: imx7: Group mipi_csi 'port' children in a 'ports' node

Applied all, thanks!