Message ID | 20220425132844.866743-2-o.rempel@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mainline Protonic PRTT1x boards | expand |
On 25/04/2022 15:28, Oleksij Rempel wrote: > This boards are based on STM32MP151AAD3 and use 10BaseT1L for > communication. > > - PRTT1C - 10BaseT1L switch > - PRTT1S - 10BaseT1L CO2 sensor board > - PRTT1A - 10BaseT1L multi functional controller > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 25/04/2022 15:53, Krzysztof Kozlowski wrote: > On 25/04/2022 15:28, Oleksij Rempel wrote: >> This boards are based on STM32MP151AAD3 and use 10BaseT1L for >> communication. >> >> - PRTT1C - 10BaseT1L switch >> - PRTT1S - 10BaseT1L CO2 sensor board >> - PRTT1A - 10BaseT1L multi functional controller >> >> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> >> --- > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Although the order is still messed up. I through you will move the entry just slightly up, not to the beginning, so maybe just rebase on top of: https://lore.kernel.org/all/20220425140436.332467-1-krzysztof.kozlowski@linaro.org/ Best regards, Krzysztof
On Mon, Apr 25, 2022 at 04:06:45PM +0200, Krzysztof Kozlowski wrote: > On 25/04/2022 15:53, Krzysztof Kozlowski wrote: > > On 25/04/2022 15:28, Oleksij Rempel wrote: > >> This boards are based on STM32MP151AAD3 and use 10BaseT1L for > >> communication. > >> > >> - PRTT1C - 10BaseT1L switch > >> - PRTT1S - 10BaseT1L CO2 sensor board > >> - PRTT1A - 10BaseT1L multi functional controller > >> > >> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > >> --- > > > > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > Although the order is still messed up. I through you will move the entry > just slightly up, not to the beginning, so maybe just rebase on top of: > https://lore.kernel.org/all/20220425140436.332467-1-krzysztof.kozlowski@linaro.org/ I put it according to the SoC version. st,stm32mp151 would be the first entry before stm32mp153. What order do you prefer, where should I put my boards? Regards, Oleksij
On 26/04/2022 08:35, Oleksij Rempel wrote: > On Mon, Apr 25, 2022 at 04:06:45PM +0200, Krzysztof Kozlowski wrote: >> On 25/04/2022 15:53, Krzysztof Kozlowski wrote: >>> On 25/04/2022 15:28, Oleksij Rempel wrote: >>>> This boards are based on STM32MP151AAD3 and use 10BaseT1L for >>>> communication. >>>> >>>> - PRTT1C - 10BaseT1L switch >>>> - PRTT1S - 10BaseT1L CO2 sensor board >>>> - PRTT1A - 10BaseT1L multi functional controller >>>> >>>> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> >>>> --- >>> >>> >>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> >> Although the order is still messed up. I through you will move the entry >> just slightly up, not to the beginning, so maybe just rebase on top of: >> https://lore.kernel.org/all/20220425140436.332467-1-krzysztof.kozlowski@linaro.org/ > > I put it according to the SoC version. st,stm32mp151 would be the first > entry before stm32mp153. What order do you prefer, where should I put my > boards? 153 is defined lower. The first entry in the file is a trap. :) Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml index fa0a1b84122e..3a10be1c73d5 100644 --- a/Documentation/devicetree/bindings/arm/stm32/stm32.yaml +++ b/Documentation/devicetree/bindings/arm/stm32/stm32.yaml @@ -14,6 +14,14 @@ properties: const: "/" compatible: oneOf: + - description: ST STM32MP151 based Boards + items: + - enum: + - prt,prtt1a # Protonic PRTT1A + - prt,prtt1c # Protonic PRTT1C + - prt,prtt1s # Protonic PRTT1S + - const: st,stm32mp151 + - description: DH STM32MP1 SoM based Boards items: - enum:
This boards are based on STM32MP151AAD3 and use 10BaseT1L for communication. - PRTT1C - 10BaseT1L switch - PRTT1S - 10BaseT1L CO2 sensor board - PRTT1A - 10BaseT1L multi functional controller Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- Documentation/devicetree/bindings/arm/stm32/stm32.yaml | 8 ++++++++ 1 file changed, 8 insertions(+)