From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni) Date: Sun, 27 Jul 2014 22:32:58 +0200 Subject: [PATCH 2/2] V3 ARM: mvebu: Added dts defintion for Lenovo Iomega ix4-300d NAS In-Reply-To: <1406418490-61502-1-git-send-email-yahoo@perenite.com> References: <1406418490-61502-1-git-send-email-yahoo@perenite.com> Message-ID: <20140727223258.36b050b9@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dear Benoit Masson, On Sat, 26 Jul 2014 16:48:10 -0700, Benoit Masson wrote: > + gpio-keys { > + compatible = "gpio-keys"; > + pinctrl-0 = <&power_button_pin &reset_button_pin > + &select_button_pin &scroll_button_pin>; > + pinctrl-names = "default"; > + > + power-button { > + label = "Power Button"; > + linux,code = ; > + gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; > + }; > + > + reset-button { > + label = "Reset Button"; > + linux,code = ; > + gpios = <&gpio1 13 GPIO_ACTIVE_LOW>; > + }; > + > + select-button { > + label = "Select Button"; > + linux,code = ; > + gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; > + }; > + > + scroll-button { > + label = "Scroll Button"; > + linux,code = ; > + gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; So you're using the GPIO_ACTIVE_ defines here. > + }; > + }; > + > + spi3 { > + compatible = "spi-gpio"; > + status = "okay"; > + gpio-sck = <&gpio0 25 0>; > + gpio-mosi = <&gpio1 15 0>; /*gpio 47*/ > + cs-gpios = <&gpio0 27 0 >; But not here. Any reason? Also, nitpick: unneeded space in <&gpio0 27 0 > (i.e the space right before the closing >). > + num-chipselects = <1>; > + #address-cells = <1>; > + #size-cells = <0>; > + > + gpio2: gpio2 at 0 { > + compatible = "fairchild,74hc595"; > + gpio-controller; > + #gpio-cells = <2>; > + reg = <0>; > + registers-number = <2>; > + spi-max-frequency = <100000>; > + }; I'm not sure "gpio2" is a good name, as we might think of it as being the third GPIO controller internal to the SoC. Thanks, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com