Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
dc57bea0
"vscode:/vscode.git/clone" did not exist on "aec7de41754308ace38ac2672405d0ee8a586ae3"
Commit
dc57bea0
authored
Oct 02, 2020
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
Oct 02, 2020
Browse files
Merge "fdts: stm32mp1: realign device tree with kernel" into integration
parents
14bac449
277d6af5
Changes
22
Hide whitespace changes
Inline
Side-by-side
include/dt-bindings/pinctrl/stm32-pinfunc.h
View file @
dc57bea0
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
#define AF14 0xf
#define AF14 0xf
#define AF15 0x10
#define AF15 0x10
#define ANALOG 0x11
#define ANALOG 0x11
#define RSVD 0x12
/* define Pins number*/
/* define Pins number*/
#define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line))
#define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line))
...
@@ -33,9 +34,9 @@
...
@@ -33,9 +34,9 @@
#define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode))
#define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode))
/* package information */
/* package information */
#define STM32MP
157C
AA 0x1
#define STM32MP
_PKG_
AA 0x1
#define STM32MP
157C
AB 0x2
#define STM32MP
_PKG_
AB 0x2
#define STM32MP
157C
AC 0x4
#define STM32MP
_PKG_
AC 0x4
#define STM32MP
157C
AD 0x8
#define STM32MP
_PKG_
AD 0x8
#endif
/* _DT_BINDINGS_STM32_PINFUNC_H */
#endif
/* _DT_BINDINGS_STM32_PINFUNC_H */
plat/st/stm32mp1/stm32mp1_def.h
View file @
dc57bea0
...
@@ -513,7 +513,7 @@ static inline uint32_t tamp_bkpr(uint32_t idx)
...
@@ -513,7 +513,7 @@ static inline uint32_t tamp_bkpr(uint32_t idx)
******************************************************************************/
******************************************************************************/
#define DT_BSEC_COMPAT "st,stm32mp15-bsec"
#define DT_BSEC_COMPAT "st,stm32mp15-bsec"
#define DT_IWDG_COMPAT "st,stm32mp1-iwdg"
#define DT_IWDG_COMPAT "st,stm32mp1-iwdg"
#define DT_PWR_COMPAT "st,stm32mp1
-
pwr"
#define DT_PWR_COMPAT "st,stm32mp1
,
pwr
-reg
"
#define DT_RCC_CLK_COMPAT "st,stm32mp1-rcc"
#define DT_RCC_CLK_COMPAT "st,stm32mp1-rcc"
#define DT_SYSCFG_COMPAT "st,stm32mp157-syscfg"
#define DT_SYSCFG_COMPAT "st,stm32mp157-syscfg"
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment