]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
am335x, guardian: Update pinmux configuration
authorMoses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Fri, 11 Jun 2021 16:13:38 +0000 (16:13 +0000)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 Jul 2021 12:26:03 +0000 (17:56 +0530)
pinmux update for guardian board
- control ASP Board Power: GPIO, on/off ASP Board Power
- control Coincell Voltage Measurement: GPIO, enable/disable
  ADC measurements
- powerOff Device GPIO-PowerOff, cut the PMIC supply

Signed-off-by: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210611161350.2141-7-Gireesh.Hiremath@in.bosch.com
arch/arm/dts/am335x-guardian.dts

index 7e70a96d2534b57bdd41ece4c2462fbe374e6d63..207246b4e07ab31eec25ddf8c01f764e9b4b2c1d 100644 (file)
 
        guardian_interface_pins: pinmux_guardian_interface_pins {
                pinctrl-single,pins = <
-                       AM33XX_IOPAD(0x928, PIN_OUTPUT          | MUX_MODE7)
-                       AM33XX_IOPAD(0x990, PIN_OUTPUT          | MUX_MODE7)
+                       AM33XX_IOPAD(0x990, PIN_OUTPUT_PULLUP   | MUX_MODE7)
                        AM33XX_IOPAD(0x9ac, PIN_OUTPUT_PULLDOWN | MUX_MODE7)
+                       AM33XX_IOPAD(0x914, PIN_OUTPUT_PULLDOWN | MUX_MODE7)
                        AM33XX_IOPAD(0x980, PIN_INPUT           | MUX_MODE7)
                        AM33XX_IOPAD(0x984, PIN_INPUT           | MUX_MODE7)
-                       AM33XX_IOPAD(0x928, PIN_OUTPUT_PULLUP   | MUX_MODE7)
+                       AM33XX_IOPAD(0x94c, PIN_OUTPUT_PULLUP   | MUX_MODE7)
                        AM33XX_IOPAD(0x90c, PIN_OUTPUT_PULLDOWN | MUX_MODE7)
                        AM33XX_IOPAD(0x944, PIN_OUTPUT_PULLDOWN | MUX_MODE7)
                        AM33XX_IOPAD(0x91c, PIN_INPUT           | MUX_MODE7)