diff options
author | Bibby Hsieh <bibby.hsieh@mediatek.com> | 2019-08-29 09:48:07 +0800 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2019-09-17 00:40:05 -0500 |
commit | 472dff037178dffdf28b8d942f1b32c1b2531ad8 (patch) | |
tree | 2ee9a524fa025e00bf108cd3a36ab22abdad6e4e | |
parent | 2b983d124a060b7f2d0b6e53b4170c0e2b5c883c (diff) | |
download | linux-472dff037178dffdf28b8d942f1b32c1b2531ad8.tar.gz linux-472dff037178dffdf28b8d942f1b32c1b2531ad8.tar.bz2 linux-472dff037178dffdf28b8d942f1b32c1b2531ad8.zip |
dt-binding: gce: remove thread-num property
"thread-num" is an unused property so we remove it from example.
Signed-off-by: Bibby Hsieh <bibby.hsieh@mediatek.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/mtk-gce.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/mtk-gce.txt b/Documentation/devicetree/bindings/mailbox/mtk-gce.txt index 7d72b21c9e94..cfe40b01d164 100644 --- a/Documentation/devicetree/bindings/mailbox/mtk-gce.txt +++ b/Documentation/devicetree/bindings/mailbox/mtk-gce.txt @@ -39,7 +39,6 @@ Example: interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_LOW>; clocks = <&infracfg CLK_INFRA_GCE>; clock-names = "gce"; - thread-num = CMDQ_THR_MAX_COUNT; #mbox-cells = <3>; }; |