mbox series

[0/3] imx8mq DT fixes

Message ID 20230606150919.778261-1-alexander.stein@ew.tq-group.com (mailing list archive)
Headers show
Series imx8mq DT fixes | expand

Message

Alexander Stein June 6, 2023, 3:09 p.m. UTC
Hi,

this series fixes various dtbs_check warnings for imx8mq.
Admittedly I do not know why lcdif is currently usable without apb and axi
clocks configured.

Best regards,
Alexander

Alexander Stein (3):
  arm64: dts: imx8mq: Fix lcdif compatible
  arm64: dts: imx8mq: Fix lcdif clocks
  arm64: dts: imx8mq: Add missing pci property

 arch/arm64/boot/dts/freescale/imx8mq.dtsi | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Fabio Estevam June 6, 2023, 7:06 p.m. UTC | #1
On Tue, Jun 6, 2023 at 12:09 PM Alexander Stein
<alexander.stein@ew.tq-group.com> wrote:
>
> Hi,
>
> this series fixes various dtbs_check warnings for imx8mq.
> Admittedly I do not know why lcdif is currently usable without apb and axi
> clocks configured.
>
> Best regards,
> Alexander
>
> Alexander Stein (3):
>   arm64: dts: imx8mq: Fix lcdif compatible
>   arm64: dts: imx8mq: Fix lcdif clocks
>   arm64: dts: imx8mq: Add missing pci property

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Shawn Guo June 9, 2023, 2:28 p.m. UTC | #2
On Tue, Jun 06, 2023 at 05:09:16PM +0200, Alexander Stein wrote:
> Hi,
> 
> this series fixes various dtbs_check warnings for imx8mq.
> Admittedly I do not know why lcdif is currently usable without apb and axi
> clocks configured.
> 
> Best regards,
> Alexander
> 
> Alexander Stein (3):
>   arm64: dts: imx8mq: Fix lcdif compatible
>   arm64: dts: imx8mq: Fix lcdif clocks
>   arm64: dts: imx8mq: Add missing pci property

Applied all, thanks!