diff --git a/bindings/gpio/stm,stsafe320_gpio.txt b/bindings/gpio/st,st54spi_gpio.txt similarity index 54% rename from bindings/gpio/stm,stsafe320_gpio.txt rename to bindings/gpio/st,st54spi_gpio.txt index 04c18624..b7a8362e 100644 --- a/bindings/gpio/stm,stsafe320_gpio.txt +++ b/bindings/gpio/st,st54spi_gpio.txt @@ -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>; }; diff --git a/bindings/vendor-prefixes.yaml b/bindings/vendor-prefixes.yaml index 08ae9382..f7258f7a 100644 --- a/bindings/vendor-prefixes.yaml +++ b/bindings/vendor-prefixes.yaml @@ -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,.*": diff --git a/qcom/montague.dtsi b/qcom/montague.dtsi index 7a2961e1..dde07419 100644 --- a/qcom/montague.dtsi +++ b/qcom/montague.dtsi @@ -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>; };