Skip to content

Commit

Permalink
imx8qxp-var-som: Add missing VPU node to the device tree
Browse files Browse the repository at this point in the history
Add the missing VPU node to the VAR-SOM-MX8X device tree to
ensure proper initialization and functionality of the video
processing unit. This update aligns with the NXP's mek device
tree and enables the core VPU settings that were previously
missing.

The update addresses issues related to video playback and
GStreamer plugin availability that were observed due to the
lack of proper VPU configuration.

Signed-off-by: Diego Dorta <diego.d@variscite.com>
(cherry picked from commit e6ac294)
  • Loading branch information
dorta authored and nsdrude committed Nov 5, 2024
1 parent 7a71d33 commit 6039a92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8qxp-var-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@
status = "okay";
};

&vpu {
compatible = "nxp,imx8qxp-vpu";
status = "okay";
};

&vpu_core0 {
reg = <0x2d040000 0x10000>;
memory-region = <&decoder_boot>, <&decoder_rpc>;
Expand Down

0 comments on commit 6039a92

Please sign in to comment.