Hi Joshua, On Thu, 16 Feb 2017 09:24:09 -0800 Joshua Clayton stillcompiling@xxxxxxxxx wrote: ... >> + fpga_mgr_spi: fpga-spi@0 { >> + compatible = "xlnx,fpga-slave-serial"; >> + spi-max-frequency = <60000000>; >> + spi-cpha; >> + reg = <0>; >> + done-gpio = <&gpio0 9 GPIO_ACTIVE_HIGH>; >> + prog_b-gpio = <&gpio0 29 GPIO_ACTIVE_LOW>; >> + }; >nit: you've put prog_b-gpios and done-gpios in the description, >but the example still has "prog_b-gpio" and "done-gpio" Thanks for catching that! I copy pasted them from my testing .dts but now I see that gpio suffix is deprecated for new gpio bindings. Will fix the example in next patch version. Thanks, Anatolij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html