Steven A. Falco wrote: > Stefan Roese wrote: >> This adds a SPI driver for the SPI controller found in the IBM/AMCC >> 4xx PowerPC's. >> >> Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> >> Signed-off-by: Wolfgang Ocker <[EMAIL PROTECTED]> >> Acked-by: Josh Boyer <[EMAIL PROTECTED]> >> --- > > How is this intended to work? An example .dts would be greatly > appreciated.
Answered my own question. The gpios must be directly under the spi node rather than elsewhere in the tree. This works: SPI0: [EMAIL PROTECTED] { compatible = "ibm,ppc4xx-spi"; reg = <ef600900 7>; interrupts = <8 4>; interrupt-parent = <&UIC0>; gpios = <&GPIO1 14 0>; }; _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev