diff options
| author | Hemant Kumar <hemantk@codeaurora.org> | 2017-02-08 15:30:13 -0800 |
|---|---|---|
| committer | Hemant Kumar <hemantk@codeaurora.org> | 2017-02-08 17:08:31 -0800 |
| commit | 64a782613029c706e52efe2bcda34d54b4dce1e6 (patch) | |
| tree | 36586113cdab383fc0dc91c68dd9a35f8f0be310 | |
| parent | 2aa89ab3ff59a788321bc6af782d639cfc8dab1f (diff) | |
ARM: dts: msm: Fix dwc3 device node property name typo on msm8998
Update snps,hird_thresh to snps,hird-threshold. This allows to use
the recommended value of hird threshold.
Change-Id: I611c6cb1cb56e3654a106e05c500ff0471993ef8
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998.dtsi b/arch/arm/boot/dts/qcom/msm8998.dtsi index 2e41f3a3567d..209cdb5a3ca1 100644 --- a/arch/arm/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998.dtsi @@ -1750,7 +1750,7 @@ tx-fifo-resize; snps,nominal-elastic-buffer; snps,disable-clk-gating; - snps,hird_thresh = <0x10>; + snps,hird-threshold = /bits/ 8 <0x10>; snps,num-gsi-evt-buffs = <0x3>; }; |
