ARM: dts: am335x: Guardian: Add gpio line manes
authorGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Fri, 25 Mar 2022 10:06:12 +0000 (10:06 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Apr 2022 11:03:16 +0000 (14:03 +0300)
 * assign name to gpio line

Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Message-Id: <20220325100613.1494-15-Gireesh.Hiremath@in.bosch.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-guardian.dts

index b225210..cc56b45 100644 (file)
        };
 };
 
+&gpio0 {
+       gpio-line-names =
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "MirxWakeup",
+               "",
+               "";
+};
+
+&gpio3 {
+       ti,gpio-always-on;
+       ti,no-reset-on-init;
+       gpio-line-names =
+               "",
+               "MirxBtReset",
+               "",
+               "CcVolAdcEn",
+               "MirxBlePause",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "AspEn",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "BatVolAdcEn",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "",
+               "";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins>;