All of lore.kernel.org
 help / color / mirror / Atom feed
From: <Gireesh.Hiremath@in.bosch.com>
To: <u-boot@lists.denx.de>, <Gireesh.Hiremath@in.bosch.com>,
	<trini@konsulko.com>
Cc: <sjoerd.simons@collabora.co.uk>,
	<VinayKumar.Shettar@in.bosch.com>,
	<Govindaraji.Sivanantham@in.bosch.com>
Subject: [PATCH v3 07/19] am335x, guardian: Update pinmux configuration
Date: Fri, 28 May 2021 09:30:18 +0000	[thread overview]
Message-ID: <20210528093030.1483-8-Gireesh.Hiremath@in.bosch.com> (raw)
In-Reply-To: <20210528093030.1483-1-Gireesh.Hiremath@in.bosch.com>

From: Moses Christopher <BollavarapuMoses.Christopher@in.bosch.com>

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>
---
 arch/arm/dts/am335x-guardian.dts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/dts/am335x-guardian.dts b/arch/arm/dts/am335x-guardian.dts
index 7e70a96d25..207246b4e0 100644
--- a/arch/arm/dts/am335x-guardian.dts
+++ b/arch/arm/dts/am335x-guardian.dts
@@ -401,12 +401,12 @@
 
 	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)
-- 
2.20.1


  parent reply	other threads:[~2021-05-28  9:33 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28  9:30 [PATCH v3 00/19] am335x, guardian: update board specific changes Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 01/19] configs: am335x_guardian: Enable clock driver Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 02/19] am335x, guardian: mem: Add board dependent mem values Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 03/19] configs: am335x_guardian: add ubi fastmap support Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 04/19] am335x, guardian: set tftp_load_addr in environment Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 05/19] configs: am335x_guardian: add memtest configs Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 06/19] am335x, guardian: add memtest address range Gireesh.Hiremath
2021-05-28  9:30 ` Gireesh.Hiremath [this message]
2021-05-28  9:30 ` [PATCH v3 08/19] am335x, guardian: set environment variable autoload to no Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 09/19] am335x, guardian: code cleanup and boot optimization Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 10/19] configs: am335x_guardian: set boot delay Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 11/19] configs: am335x_guardian: disable spl command Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 12/19] am335x, guardian: update swi logic Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 13/19] am335x, guardian: Enable backlight Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 14/19] configs: am335x_guardian: Enable display config Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 15/19] drivers: video: hx8238 fix build bug Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 16/19] am335x, guardian: Enable panel driver Himax HX8238D Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 17/19] am335x, guardian: software update available status is stored in AM3352 RTC scracth register Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 18/19] configs: am335x_guardian: Enable bootcount nvmem support Gireesh.Hiremath
2021-05-28  9:30 ` [PATCH v3 19/19] configs: am335x_guardian: add register maps support Gireesh.Hiremath
2021-06-07 11:27 ` [PATCH v3 00/19] am335x, guardian: update board specific changes Lokesh Vutla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210528093030.1483-8-Gireesh.Hiremath@in.bosch.com \
    --to=gireesh.hiremath@in.bosch.com \
    --cc=Govindaraji.Sivanantham@in.bosch.com \
    --cc=VinayKumar.Shettar@in.bosch.com \
    --cc=sjoerd.simons@collabora.co.uk \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.