diff options
| author | Yuantian Tang <[email protected]> | 2018-10-31 14:57:36 +0800 |
|---|---|---|
| committer | Scott Wood <[email protected]> | 2018-12-21 21:00:07 -0600 |
| commit | a6ee0c00a70b115e365d71eb5debcfb9de74dd1b (patch) | |
| tree | 32665ca40348bb302cbf33a48e97183ee86d3104 | |
| parent | 54877957e95b0e41f472ee3a7e07100d61259de2 (diff) | |
clk: qoriq: add more compatibles strings
Add more SoC compatible strings to support more chips.
Signed-off-by: Yuantian Tang <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
| -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" |