diff options
author | Wei-Ning Huang <wnhuang@chromium.org> | 2016-05-31 23:09:24 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-06-03 08:32:38 -0400 |
commit | 53e1941ce8a25543eef2016b8de69d155f5151a5 (patch) | |
tree | 93adc15c2b39d9bdc8cb7ed6393606c0f468bb8d | |
parent | e93aeeae0bf8cba43e05484ae4ad17213ac6c3a7 (diff) |
dt: bindings: fix documentation for MARVELL's bt-sd8xxx wireless device
The property marvell,wakeup-pin and marvell,wakeup-gap-ms are read as
u16 in the driver. Fix documentation and example accordingly.
Signed-off-by: Wei-Ning Huang <wnhuang@chromium.org>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt b/Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt index 14aa6cf58201..6a9a63cb0543 100644 --- a/Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt +++ b/Documentation/devicetree/bindings/net/marvell-bt-sd8xxx.txt | |||
@@ -13,10 +13,10 @@ Optional properties: | |||
13 | initialization. This is an array of 28 values(u8). | 13 | initialization. This is an array of 28 values(u8). |
14 | 14 | ||
15 | - marvell,wakeup-pin: It represents wakeup pin number of the bluetooth chip. | 15 | - marvell,wakeup-pin: It represents wakeup pin number of the bluetooth chip. |
16 | firmware will use the pin to wakeup host system. | 16 | firmware will use the pin to wakeup host system (u16). |
17 | - marvell,wakeup-gap-ms: wakeup gap represents wakeup latency of the host | 17 | - marvell,wakeup-gap-ms: wakeup gap represents wakeup latency of the host |
18 | platform. The value will be configured to firmware. This | 18 | platform. The value will be configured to firmware. This |
19 | is needed to work chip's sleep feature as expected. | 19 | is needed to work chip's sleep feature as expected (u16). |
20 | - interrupt-parent: phandle of the parent interrupt controller | 20 | - interrupt-parent: phandle of the parent interrupt controller |
21 | - interrupts : interrupt pin number to the cpu. Driver will request an irq based | 21 | - interrupts : interrupt pin number to the cpu. Driver will request an irq based |
22 | on this interrupt number. During system suspend, the irq will be | 22 | on this interrupt number. During system suspend, the irq will be |
@@ -50,7 +50,7 @@ calibration data is also available in below example. | |||
50 | 0x37 0x01 0x1c 0x00 0xff 0xff 0xff 0xff 0x01 0x7f 0x04 0x02 | 50 | 0x37 0x01 0x1c 0x00 0xff 0xff 0xff 0xff 0x01 0x7f 0x04 0x02 |
51 | 0x00 0x00 0xba 0xce 0xc0 0xc6 0x2d 0x00 0x00 0x00 0x00 0x00 | 51 | 0x00 0x00 0xba 0xce 0xc0 0xc6 0x2d 0x00 0x00 0x00 0x00 0x00 |
52 | 0x00 0x00 0xf0 0x00>; | 52 | 0x00 0x00 0xf0 0x00>; |
53 | marvell,wakeup-pin = <0x0d>; | 53 | marvell,wakeup-pin = /bits/ 16 <0x0d>; |
54 | marvell,wakeup-gap-ms = <0x64>; | 54 | marvell,wakeup-gap-ms = /bits/ 16 <0x64>; |
55 | }; | 55 | }; |
56 | }; | 56 | }; |