diff options
author | Yuantian Tang <andy.tang@nxp.com> | 2018-10-31 07:57:36 +0100 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2018-12-22 04:00:07 +0100 |
commit | a6ee0c00a70b115e365d71eb5debcfb9de74dd1b (patch) | |
tree | 32665ca40348bb302cbf33a48e97183ee86d3104 /Documentation/devicetree/bindings/clock | |
parent | powerpc/fsl: Use new clockgen binding (diff) | |
download | linux-a6ee0c00a70b115e365d71eb5debcfb9de74dd1b.tar.xz linux-a6ee0c00a70b115e365d71eb5debcfb9de74dd1b.zip |
clk: qoriq: add more compatibles strings
Add more SoC compatible strings to support more chips.
Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/qoriq-clock.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qoriq-clock.txt b/Documentation/devicetree/bindings/clock/qoriq-clock.txt index 97f46adac85f..c655f28d5918 100644 --- a/Documentation/devicetree/bindings/clock/qoriq-clock.txt +++ b/Documentation/devicetree/bindings/clock/qoriq-clock.txt @@ -28,6 +28,12 @@ Required properties: * "fsl,p4080-clockgen" * "fsl,p5020-clockgen" * "fsl,p5040-clockgen" + * "fsl,t1023-clockgen" + * "fsl,t1024-clockgen" + * "fsl,t1040-clockgen" + * "fsl,t1042-clockgen" + * "fsl,t2080-clockgen" + * "fsl,t2081-clockgen" * "fsl,t4240-clockgen" * "fsl,b4420-clockgen" * "fsl,b4860-clockgen" |