mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm:Use st54spi_gpio dev node for stsafe320"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
5aee0a210a
@@ -1,14 +1,14 @@
|
||||
STSAFE320 Embedded Secure Element (eSE) GPIO
|
||||
ST Embedded Secure Element (eSE) GPIO
|
||||
|
||||
Required properties:
|
||||
- compatible: "stm,stsafe320_gpio"
|
||||
- compatible: "st,st54spi_gpio"
|
||||
- gpio-power_nreset: GPIO pin for reset.
|
||||
|
||||
Example:
|
||||
|
||||
stsafe320_gpio {
|
||||
st54spi_gpio {
|
||||
status = "ok";
|
||||
compatible = "stm,stsafe320_gpio";
|
||||
compatible = "st,st54spi_gpio";
|
||||
/* gpio used as SE_nRESET */
|
||||
gpio-power_nreset = <&tlmm 48 0x00>;
|
||||
};
|
||||
@@ -1001,8 +1001,6 @@ patternProperties:
|
||||
(formerly part of MStar Semiconductor, Inc.)
|
||||
"^st,.*":
|
||||
description: STMicroelectronics
|
||||
"^stm,.*":
|
||||
description: STMicroelectronics
|
||||
"^starry,.*":
|
||||
description: Starry Electronic Technology (ShenZhen) Co., LTD
|
||||
"^startek,.*":
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
};
|
||||
|
||||
&soc {
|
||||
stsafe320_gpio {
|
||||
st54spi_gpio {
|
||||
status = "ok";
|
||||
compatible = "stm,stsafe320_gpio";
|
||||
compatible = "st,st54spi_gpio";
|
||||
/* gpio used as SE_nRESET */
|
||||
gpio-power_nreset = <&tlmm 48 0x00>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user