Re: [PATCH v4 2/4] arm64: dts: freescale: add initial device tree for TQMa8MPQS with i.MX8MP
From: Frank Li
Date: Fri Jun 05 2026 - 12:56:45 EST
On Wed, Jun 03, 2026 at 11:36:07AM +0200, Alexander Stein wrote:
> From: Paul Gerber <paul.gerber@xxxxxxxxxxxx>
>
> This adds support for TQMa8MPQS module on MB-SMARC-2 board.
>
> Signed-off-by: Paul Gerber <paul.gerber@xxxxxxxxxxxx>
> Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx>
> ---
> Changes in v4:
> * Fix audio codec clock config (similar to commit 6d36cebfb466a
> ("arm64: dts: tqma8mpql-mba8mpxl: configure sai clock in audio
> codec as well")
> * Fix GPIO line names on gpio4, found by Sashiko bot
> * Move compatible and reg property to top for tmp1075
> * Remove interrupts for tmp1075
> No support in bindings and driver, although HW has ALET pin connected
>
...
> + pcieclk: clock-generator@6a {
> + compatible = "renesas,9fgv0241";
> + reg = <0x6a>;
> + clocks = <&clk_xtal25>;
> + #clock-cells = <1>;
> + };
> +
> + imu@6b {
Please generial node name: inertial-sensor@6b
Frank