diff mbox series

[v3,16/16] ARM: dtsi: axp81x: remove IP name from DT node name

Message ID 6e881951c43b8829cd509c3db06fa5520f71e779.1516012352.git-series.quentin.schulz@free-electrons.com
State New
Headers show
Series add support for AXP813 ADC and battery power supply | expand

Commit Message

Quentin Schulz Jan. 15, 2018, 10:33 a.m. UTC
The DT node should be named after its functionality and not after the
IP it's defining.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>

---
 arch/arm/boot/dts/axp81x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
git-series 0.9.1

Comments

Chen-Yu Tsai Jan. 23, 2018, 3:51 p.m. UTC | #1
On Mon, Jan 15, 2018 at 6:33 PM, Quentin Schulz
<quentin.schulz@free-electrons.com> wrote:
> The DT node should be named after its functionality and not after the

> IP it's defining.

>

> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>


Acked-by: Chen-Yu Tsai <wens@csie.org>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi
index 1b05c7f..043c717 100644
--- a/arch/arm/boot/dts/axp81x.dtsi
+++ b/arch/arm/boot/dts/axp81x.dtsi
@@ -53,7 +53,7 @@ 
 		#io-channel-cells = <1>;
 	};
 
-	axp_gpio: axp-gpio {
+	axp_gpio: gpio {
 		compatible = "x-powers,axp813-gpio";
 		gpio-controller;
 		#gpio-cells = <2>;