Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: omap3/4: remove unneeded unit name for gpio-keys nodes

This patch fixes the following DTC warnings for many boards:

"Node /gpio_keys/button0@10 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Javier Martinez Canillas and committed by
Tony Lindgren
45ed37f7 57a78a8a

+10 -10
+1 -1
arch/arm/boot/dts/omap3-overo-alto35-common.dtsi
··· 44 44 #size-cells = <0>; 45 45 pinctrl-names = "default"; 46 46 pinctrl-0 = <&button_pins>; 47 - button0@10 { 47 + button0 { 48 48 label = "button0"; 49 49 linux,code = <BTN_0>; 50 50 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* gpio_10 */
+2 -2
arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi
··· 37 37 pinctrl-0 = <&button_pins>; 38 38 #address-cells = <1>; 39 39 #size-cells = <0>; 40 - button0@23 { 40 + button0 { 41 41 label = "button0"; 42 42 linux,code = <BTN_0>; 43 43 gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ 44 44 wakeup-source; 45 45 }; 46 - button1@14 { 46 + button1 { 47 47 label = "button1"; 48 48 linux,code = <BTN_1>; 49 49 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
+2 -2
arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
··· 37 37 pinctrl-0 = <&button_pins>; 38 38 #address-cells = <1>; 39 39 #size-cells = <0>; 40 - button0@23 { 40 + button0 { 41 41 label = "button0"; 42 42 linux,code = <BTN_0>; 43 43 gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ 44 44 wakeup-source; 45 45 }; 46 - button1@14 { 46 + button1 { 47 47 label = "button1"; 48 48 linux,code = <BTN_1>; 49 49 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
+2 -2
arch/arm/boot/dts/omap3-overo-palo35-common.dtsi
··· 37 37 pinctrl-0 = <&button_pins>; 38 38 #address-cells = <1>; 39 39 #size-cells = <0>; 40 - button0@23 { 40 + button0 { 41 41 label = "button0"; 42 42 linux,code = <BTN_0>; 43 43 gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ 44 44 wakeup-source; 45 45 }; 46 - button1@14 { 46 + button1 { 47 47 label = "button1"; 48 48 linux,code = <BTN_1>; 49 49 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
+2 -2
arch/arm/boot/dts/omap3-overo-palo43-common.dtsi
··· 37 37 pinctrl-0 = <&button_pins>; 38 38 #address-cells = <1>; 39 39 #size-cells = <0>; 40 - button0@23 { 40 + button0 { 41 41 label = "button0"; 42 42 linux,code = <BTN_0>; 43 43 gpios = <&gpio1 23 GPIO_ACTIVE_LOW>; /* gpio_23 */ 44 44 wakeup-source; 45 45 }; 46 - button1@14 { 46 + button1 { 47 47 label = "button1"; 48 48 linux,code = <BTN_1>; 49 49 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* gpio_14 */
+1 -1
arch/arm/boot/dts/omap4-duovero-parlor.dts
··· 32 32 compatible = "gpio-keys"; 33 33 #address-cells = <1>; 34 34 #size-cells = <0>; 35 - button0@121 { 35 + button0 { 36 36 label = "button0"; 37 37 linux,code = <BTN_0>; 38 38 gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; /* gpio_121 */