Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1646343 > unrolled thread

[PATCH 02/13] ARM: dts: armada-385-linksys: label nodes

Started byRalph Sennhauser <ralph.sennhauser@gmail.com>
First post2017-05-21 15:00 +0200
Last post2017-05-22 16:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 02/13] ARM: dts: armada-385-linksys: label nodes Ralph Sennhauser <ralph.sennhauser@gmail.com> - 2017-05-21 15:00 +0200
    Re: [PATCH 02/13] ARM: dts: armada-385-linksys: label nodes Andrew Lunn <andrew@lunn.ch> - 2017-05-22 16:50 +0200

#1646343 — [PATCH 02/13] ARM: dts: armada-385-linksys: label nodes

FromRalph Sennhauser <ralph.sennhauser@gmail.com>
Date2017-05-21 15:00 +0200
Subject[PATCH 02/13] ARM: dts: armada-385-linksys: label nodes
Message-ID<tJyCK-7To-11@gated-at.bofh.it>
Add labels to nodes used by dependants. Also rename node gpio_keys to
gpio-keys to mach the style of the rest of the file as well as the
documented example.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
---
 arch/arm/boot/dts/armada-385-linksys.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi
index 481e4a3..b7f0a16 100644
--- a/arch/arm/boot/dts/armada-385-linksys.dtsi
+++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
@@ -79,7 +79,7 @@
 		gpio = <&gpio1 18 GPIO_ACTIVE_HIGH>;
 	};
 
-	gpio_keys {
+	gpio_keys: gpio-keys {
 		compatible = "gpio-keys";
 		#address-cells = <1>;
 		#size-cells = <0>;
@@ -99,7 +99,7 @@
 		};
 	};
 
-	gpio-leds {
+	gpio_leds: gpio-leds {
 		compatible = "gpio-leds";
 		pinctrl-0 = <&power_led_pin &sata_led_pin>;
 		pinctrl-names = "default";
@@ -210,7 +210,7 @@
 		reg = <0x4c>;
 	};
 
-	pca9635@68 {
+	expander0: pca9635@68 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 		compatible = "nxp,pca9635";
-- 
2.10.2

[toc] | [next] | [standalone]


#1647004

FromAndrew Lunn <andrew@lunn.ch>
Date2017-05-22 16:50 +0200
Message-ID<tJWOK-6Ut-13@gated-at.bofh.it>
In reply to#1646343
On Sun, May 21, 2017 at 02:48:51PM +0200, Ralph Sennhauser wrote:
> Add labels to nodes used by dependants. Also rename node gpio_keys to
> gpio-keys to mach the style of the rest of the file as well as the

s/mach/match

> documented example.
> 
> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web