diff options
author | Anson Huang <anson.huang@nxp.com> | 2019-02-28 09:56:05 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-20 09:00:03 +0100 |
commit | d058fb60d56b89548028acd6f70b8396e633ffc1 (patch) | |
tree | 5dd967e9573d799f4572d375f3747c3bb4870571 /include/dt-bindings | |
parent | clk: imx7ulp: remove snvs clock (diff) | |
download | linux-d058fb60d56b89548028acd6f70b8396e633ffc1.tar.xz linux-d058fb60d56b89548028acd6f70b8396e633ffc1.zip |
dt-bindings: clock: imx7ulp: remove SNVS clock
Since i.MX7ULP B0 chip, SNVS module is moved into M4
domain, so remove it from Linux clock table.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/imx7ulp-clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx7ulp-clock.h b/include/dt-bindings/clock/imx7ulp-clock.h index 21d872e69cb1..6f66f9005c81 100644 --- a/include/dt-bindings/clock/imx7ulp-clock.h +++ b/include/dt-bindings/clock/imx7ulp-clock.h @@ -65,7 +65,6 @@ #define IMX7ULP_CLK_FLEXBUS 2 #define IMX7ULP_CLK_SEMA42_1 3 #define IMX7ULP_CLK_DMA_MUX1 4 -#define IMX7ULP_CLK_SNVS 5 #define IMX7ULP_CLK_CAAM 6 #define IMX7ULP_CLK_LPTPM4 7 #define IMX7ULP_CLK_LPTPM5 8 |