mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
e93aeeae0b
commit
53e1941ce8
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ Optional properties:
|
||||||
initialization. This is an array of 28 values(u8).
|
initialization. This is an array of 28 values(u8).
|
||||||
|
|
||||||
- marvell,wakeup-pin: It represents wakeup pin number of the bluetooth chip.
|
- marvell,wakeup-pin: It represents wakeup pin number of the bluetooth chip.
|
||||||
firmware will use the pin to wakeup host system.
|
firmware will use the pin to wakeup host system (u16).
|
||||||
- marvell,wakeup-gap-ms: wakeup gap represents wakeup latency of the host
|
- marvell,wakeup-gap-ms: wakeup gap represents wakeup latency of the host
|
||||||
platform. The value will be configured to firmware. This
|
platform. The value will be configured to firmware. This
|
||||||
is needed to work chip's sleep feature as expected.
|
is needed to work chip's sleep feature as expected (u16).
|
||||||
- interrupt-parent: phandle of the parent interrupt controller
|
- interrupt-parent: phandle of the parent interrupt controller
|
||||||
- interrupts : interrupt pin number to the cpu. Driver will request an irq based
|
- interrupts : interrupt pin number to the cpu. Driver will request an irq based
|
||||||
on this interrupt number. During system suspend, the irq will be
|
on this interrupt number. During system suspend, the irq will be
|
||||||
|
@ -50,7 +50,7 @@ calibration data is also available in below example.
|
||||||
0x37 0x01 0x1c 0x00 0xff 0xff 0xff 0xff 0x01 0x7f 0x04 0x02
|
0x37 0x01 0x1c 0x00 0xff 0xff 0xff 0xff 0x01 0x7f 0x04 0x02
|
||||||
0x00 0x00 0xba 0xce 0xc0 0xc6 0x2d 0x00 0x00 0x00 0x00 0x00
|
0x00 0x00 0xba 0xce 0xc0 0xc6 0x2d 0x00 0x00 0x00 0x00 0x00
|
||||||
0x00 0x00 0xf0 0x00>;
|
0x00 0x00 0xf0 0x00>;
|
||||||
marvell,wakeup-pin = <0x0d>;
|
marvell,wakeup-pin = /bits/ 16 <0x0d>;
|
||||||
marvell,wakeup-gap-ms = <0x64>;
|
marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue