diff options
author | Peter Rosin <peda@axentia.se> | 2016-11-24 21:45:19 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-11-25 14:40:59 +0100 |
commit | bba709bd7ad7075e68af8029483e1dd8c8480890 (patch) | |
tree | 67b03e2fb6a001c935b7b8b7046433f215eae409 /Documentation/devicetree/bindings/pinctrl/pinctrl-sx150x.txt | |
parent | pinctrl: sx150x: use correct registers for reg_sense (sx1502 and sx1508) (diff) | |
download | linux-bba709bd7ad7075e68af8029483e1dd8c8480890.tar.xz linux-bba709bd7ad7075e68af8029483e1dd8c8480890.zip |
pinctrl: sx150x: sort chips by part number
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/pinctrl-sx150x.txt')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/pinctrl-sx150x.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-sx150x.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-sx150x.txt index 25b4ec80c759..83f8d5c449ba 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-sx150x.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-sx150x.txt @@ -6,11 +6,11 @@ pin controller, GPIO, and interrupt bindings. Required properties: - compatible: should be one of : + "semtech,sx1502q", + "semtech,sx1503q", "semtech,sx1506q", "semtech,sx1508q", - "semtech,sx1509q", - "semtech,sx1502q", - "semtech,sx1503q". + "semtech,sx1509q". - reg: The I2C slave address for this device. |