]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: omap3/4: remove unneeded unit name for gpio-keys nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 1 Aug 2016 16:47:02 +0000 (12:47 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Aug 2016 16:42:40 +0000 (09:42 -0700)
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>
arch/arm/boot/dts/omap3-overo-alto35-common.dtsi
arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi
arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi
arch/arm/boot/dts/omap3-overo-palo35-common.dtsi
arch/arm/boot/dts/omap3-overo-palo43-common.dtsi
arch/arm/boot/dts/omap4-duovero-parlor.dts

index 3b3a75997f811597489b157dc831939f07eb5c3d..99a7eee6e61fd2b3b296a7714898774a5d9ee180 100644 (file)
@@ -44,7 +44,7 @@
                #size-cells = <0>;
                pinctrl-names = "default";
                pinctrl-0 = <&button_pins>;
-               button0@10 {
+               button0 {
                        label = "button0";
                        linux,code = <BTN_0>;
                        gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;            /* gpio_10 */
index 4f4c6efbd51892abd031de7fb3a407ac2a0be1a4..56dbd113430eef28dd6969fdfbaf7b4fbfb672ef 100644 (file)
                pinctrl-0 = <&button_pins>;
                #address-cells = <1>;
                #size-cells = <0>;
-               button0@23 {
+               button0 {
                        label = "button0";
                        linux,code = <BTN_0>;
                        gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;            /* gpio_23 */
                        wakeup-source;
                };
-               button1@14 {
+               button1 {
                        label = "button1";
                        linux,code = <BTN_1>;
                        gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;            /* gpio_14 */
index 250cc7fe5d5e1832365f5ecd55f009c0a41c313a..286f5baddf077b0ea7477c43696b042d372bd3d5 100644 (file)
                pinctrl-0 = <&button_pins>;
                #address-cells = <1>;
                #size-cells = <0>;
-               button0@23 {
+               button0 {
                        label = "button0";
                        linux,code = <BTN_0>;
                        gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;            /* gpio_23 */
                        wakeup-source;
                };
-               button1@14 {
+               button1 {
                        label = "button1";
                        linux,code = <BTN_1>;
                        gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;            /* gpio_14 */
index 8df7ec35d17d11eb30f095d8b42123f07a6ddb17..a8020fb424647fd3d4373e1d5b1675ed1872e32c 100644 (file)
                pinctrl-0 = <&button_pins>;
                #address-cells = <1>;
                #size-cells = <0>;
-               button0@23 {
+               button0 {
                        label = "button0";
                        linux,code = <BTN_0>;
                        gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;            /* gpio_23 */
                        wakeup-source;
                };
-               button1@14 {
+               button1 {
                        label = "button1";
                        linux,code = <BTN_1>;
                        gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;            /* gpio_14 */
index 0ea2c451c80963f01456d0468327ac8336c578a6..11965737e2c9ff0a5f44b6a563de16f8c88222d5 100644 (file)
                pinctrl-0 = <&button_pins>;
                #address-cells = <1>;
                #size-cells = <0>;
-               button0@23 {
+               button0 {
                        label = "button0";
                        linux,code = <BTN_0>;
                        gpios = <&gpio1 23 GPIO_ACTIVE_LOW>;            /* gpio_23 */
                        wakeup-source;
                };
-               button1@14 {
+               button1 {
                        label = "button1";
                        linux,code = <BTN_1>;
                        gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;            /* gpio_14 */
index 6b39808b8313ae13fc130547b72bd3aa6c0b07e2..1b825128a7b952568610e0b283415eebd3320724 100644 (file)
@@ -32,7 +32,7 @@
                compatible = "gpio-keys";
                #address-cells = <1>;
                #size-cells = <0>;
-               button0@121 {
+               button0 {
                        label = "button0";
                        linux,code = <BTN_0>;
                        gpios = <&gpio4 25 GPIO_ACTIVE_LOW>;    /* gpio_121 */