diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-04-02 22:35:09 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-04-22 06:19:05 +0300 |
commit | 6bea37186e622a9875d2872f2040f0eeadb89fda (patch) | |
tree | d420ea268947a1624924ef63fc80e556e6858059 /arch/arm64/boot/dts/freescale | |
parent | 78f6fecdd962b564bf2cc8e2636de9e7d41ade84 (diff) | |
download | linux-6bea37186e622a9875d2872f2040f0eeadb89fda.tar.xz |
arm64: dts: freescale: Add i.MX8DX dtsi
Add DTSI for i.MX8DX processor. According to 'i.MX 8DualX Industrial
Applications Processors Data Sheet', the GPU and shader use a clock of
372MHz. Therefore, this dtsi includes the imx8dxp.dtsi and changes the
clock accordingly.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8dx.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dx.dtsi b/arch/arm64/boot/dts/freescale/imx8dx.dtsi new file mode 100644 index 000000000000..ce76efc1a041 --- /dev/null +++ b/arch/arm64/boot/dts/freescale/imx8dx.dtsi @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * Copyright (C) 2016 Freescale Semiconductor, Inc. + * Copyright 2017-2020 NXP + */ + +/dts-v1/; + +#include "imx8dxp.dtsi" + +&gpu_3d0 { + assigned-clock-rates = <372000000>, <372000000>; +}; |