Re: [PATCH 1/2] DT: arm64: msm8916: add all SPI DT nodes

From: Srinivas Kandagatla
Date: Wed Mar 18 2015 - 08:26:56 EST




On 17/03/15 16:25, Stanimir Varbanov wrote:
+
+ spi4_sleep: spi4_sleep {
+ pinmux {
+ function = "gpio";
+ pins = "gpio12", "gpio13", "gpio14", "gpio15";
+
....

+
+ spi5_sleep: spi4_sleep {
Will result in Duplicate node name error for "spi4_sleep"

+ pinmux {
+ function = "gpio";
+ pins = "gpio16", "gpio17", "gpio18", "gpio19";
+ };
+ pinconf {
+ pins = "gpio16", "gpio17", "gpio18", "gpio19";
+ drive-strength = <2>;
+ bias-pull-down;
+ };
+ };
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/