ARM: dts: msm:Use st54spi_gpio dev node for stsafe320

Use st54spi_gpio dev node and driver for stsafe320 eSE.

Change-Id: Ie37ddada42d0ee3162f19d9156e3bdef841029b7
This commit is contained in:
Sandra V S Nair
2024-02-29 16:43:47 +05:30
parent 50b6247f01
commit 0322ff4b06
3 changed files with 6 additions and 8 deletions

View File

@@ -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>;
};

View File

@@ -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,.*":

View File

@@ -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>;
};