Message ID | 20250321-upstream_ospi_required_resets-v1-1-9aa4702e3ae2@foss.st.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | spi: spi-stm32-ospi: dt-bindings fixes | expand |
On 21/03/2025 10:44, Patrice Chotard wrote: > Make "resets" a required property. Please explain why. This is technically an ABI break, so you please provide explanation what sort of issue is being fixed. > > Fixes: bed97e35786a ("dt-bindings: spi: Add STM32 OSPI controller") > Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> > --- > Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml | 1 + > 1 file changed, 1 insertion(+) Best regards, Krzysztof
On 3/21/25 11:13, Krzysztof Kozlowski wrote: > On 21/03/2025 10:44, Patrice Chotard wrote: >> Make "resets" a required property. > > Please explain why. This is technically an ABI break, so you please > provide explanation what sort of issue is being fixed. Hi Right, i will add more details Thanks Patrice > >> >> Fixes: bed97e35786a ("dt-bindings: spi: Add STM32 OSPI controller") >> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> >> --- >> Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml | 1 + >> 1 file changed, 1 insertion(+) > > > Best regards, > Krzysztof
diff --git a/Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml b/Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml index 5f276f27dc4c1fd2056f129cafc1005eaee8008f..272bc308726b2dfdf3ec80740d70e0fd1bfc4fea 100644 --- a/Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml +++ b/Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml @@ -68,6 +68,7 @@ required: - compatible - reg - clocks + - resets - interrupts - st,syscfg-dlyb
Make "resets" a required property. Fixes: bed97e35786a ("dt-bindings: spi: Add STM32 OSPI controller") Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> --- Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml | 1 + 1 file changed, 1 insertion(+)