diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-03-09 17:17:09 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-16 01:56:59 +0100 |
commit | 4ae9afbaaeb9bd939ac2bb8d53828fdebca5ec1b (patch) | |
tree | 4475197f8836703502be11c2d8a60bd4772801e4 /include | |
parent | clk: imx8mq: A53 core clock no need to be critical (diff) | |
download | linux-4ae9afbaaeb9bd939ac2bb8d53828fdebca5ec1b.tar.xz linux-4ae9afbaaeb9bd939ac2bb8d53828fdebca5ec1b.zip |
clk: imx7d: Add PXP clock
The PXP has a single CCGR clock gate, gating both the IPG_CLK_ROOT and
the MAIN_AXI_CLK_ROOT. Add a single clock to cover both.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/imx7d-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx7d-clock.h b/include/dt-bindings/clock/imx7d-clock.h index e6a670e1a3f8..1d4c0dfe0202 100644 --- a/include/dt-bindings/clock/imx7d-clock.h +++ b/include/dt-bindings/clock/imx7d-clock.h @@ -451,5 +451,6 @@ #define IMX7D_SNVS_CLK 442 #define IMX7D_CAAM_CLK 443 #define IMX7D_KPP_ROOT_CLK 444 -#define IMX7D_CLK_END 445 +#define IMX7D_PXP_CLK 445 +#define IMX7D_CLK_END 446 #endif /* __DT_BINDINGS_CLOCK_IMX7D_H */ |