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 devicetree" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html