So we can add devices to these GPIO nodes for each board.

Signed-off-by: Dang Huynh <dang.hu...@mainlining.org>
---
 arch/arm/boot/dts/unisoc/rda8810pl.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/unisoc/rda8810pl.dtsi 
b/arch/arm/boot/dts/unisoc/rda8810pl.dtsi
index 
f30d6ece49fb33d9c5c3ad9522c83bb8e4f8b488..6553fc102c6751696e75e4de614fc3428d182061
 100644
--- a/arch/arm/boot/dts/unisoc/rda8810pl.dtsi
+++ b/arch/arm/boot/dts/unisoc/rda8810pl.dtsi
@@ -39,7 +39,7 @@ modem@10000000 {
                #size-cells = <1>;
                ranges = <0x0 0x10000000 0xfffffff>;
 
-               gpioc@1a08000 {
+               gpioc: gpioc@1a08000 {
                        compatible = "rda,8810pl-gpio";
                        reg = <0x1a08000 0x1000>;
                        gpio-controller;
@@ -76,7 +76,7 @@ timer@10000 {
                        interrupt-names = "hwtimer", "ostimer";
                };
 
-               gpioa@30000 {
+               gpioa: gpioa@30000 {
                        compatible = "rda,8810pl-gpio";
                        reg = <0x30000 0x1000>;
                        gpio-controller;
@@ -87,7 +87,7 @@ gpioa@30000 {
                        interrupts = <12 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               gpiob@31000 {
+               gpiob: gpiob@31000 {
                        compatible = "rda,8810pl-gpio";
                        reg = <0x31000 0x1000>;
                        gpio-controller;
@@ -98,7 +98,7 @@ gpiob@31000 {
                        interrupts = <13 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               gpiod@32000 {
+               gpiod: gpiod@32000 {
                        compatible = "rda,8810pl-gpio";
                        reg = <0x32000 0x1000>;
                        gpio-controller;

-- 
2.51.0


Reply via email to