On Wed, 28 Aug 2019 15:56:09 -0400, Peter Vernia wrote: > 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@xxxxxxxxx> > --- > Documentation/devicetree/bindings/pinctrl/pinctrl-mcp23s08.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. Rob