All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: versal: Add new PM_DEV_I2C_PMC macro
@ 2021-11-30 12:56 Michal Simek
  2021-11-30 16:56 ` Tom Rini
  2022-01-05  9:28 ` Michal Simek
  0 siblings, 2 replies; 6+ messages in thread
From: Michal Simek @ 2021-11-30 12:56 UTC (permalink / raw)
  To: u-boot, git; +Cc: Sandeep Gundlupet Raju

From: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>

Add new macro for PMC I2C power domain.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 include/dt-bindings/power/xlnx-versal-power.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/dt-bindings/power/xlnx-versal-power.h b/include/dt-bindings/power/xlnx-versal-power.h
index 1b75175edce5..4a727754ad02 100644
--- a/include/dt-bindings/power/xlnx-versal-power.h
+++ b/include/dt-bindings/power/xlnx-versal-power.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 */
 /*
- *  Copyright (C) 2019 - 2020 Xilinx, Inc.
+ *  Copyright (C) 2019 - 2021 Xilinx, Inc.
  */
 
 #ifndef _DT_BINDINGS_VERSAL_POWER_H
@@ -26,6 +26,7 @@
 #define PM_DEV_OSPI				(0x1822402aU)
 #define PM_DEV_QSPI				(0x1822402bU)
 #define PM_DEV_GPIO_PMC				(0x1822402cU)
+#define PM_DEV_I2C_PMC				(0x1822402dU)
 #define PM_DEV_SDIO_0				(0x1822402eU)
 #define PM_DEV_SDIO_1				(0x1822402fU)
 #define PM_DEV_RTC				(0x18224034U)
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-05  9:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 12:56 [PATCH] dt-bindings: versal: Add new PM_DEV_I2C_PMC macro Michal Simek
2021-11-30 16:56 ` Tom Rini
2021-11-30 17:48   ` Michal Simek
2021-11-30 17:52     ` Tom Rini
2021-11-30 17:55       ` Michal Simek
2022-01-05  9:28 ` Michal Simek

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.