]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl-mcp23s08: Fix property-name in dt-example
authorPeter Vernia <peter.vernia@gmail.com>
Wed, 28 Aug 2019 19:56:09 +0000 (15:56 -0400)
committerRob Herring <robh@kernel.org>
Mon, 2 Sep 2019 14:40:19 +0000 (15:40 +0100)
commit4fa9681c1318e16e03b9f6140ca6dc9d1f619700
tree5fe82b4467f550802ca3984c1dfaaf8dc82ab678
parente5c39d8f2843a0013f3dac104c6b67f0ea1eb815
pinctrl-mcp23s08: Fix property-name in dt-example

The device-tree properties documentation-file specifies the property
"microchip,spi-present-mask" as required for MCP23SXX chips. However,
the device-tree-source example below it uses only "spi-present-mask".
Without "microchip," on the front, the driver will print "missing
spi-present-mask" when it initializes.

Update the device-tree example with the correct property-name.

Signed-off-by: Peter Vernia <peter.vernia@gmail.com>
Reviewed-by: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pinctrl/pinctrl-mcp23s08.txt