commit | a1f87eabad0751444cee84de71dcfb9172638546 | [log] [tgz] |
---|---|---|
author | Heiko Thiery <heiko.thiery@gmail.com> | Sat Jun 11 08:09:04 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 16 15:22:55 2022 -0400 |
tree | df8af0672ff57ef883679b9f19668fbcd7dc84c7 | |
parent | fbcb8f088f8ec7a5a0f4a4d3764abfde10301d71 [diff] |
arm64: dts: imx8mq-kontron-pitx-imx8m-u-boot.dtsi: disable assigned clocks With the move to use DM_CLK the boards uart stops working. The used properties are not supported by the imx8mq clock driver. Thus the correct baudrate cannot be selected. Remove this properties here and the board can start with working uart. Keep it in the main dts because linux handles these porperties fine. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>