Message ID | 20230807171513.156907-2-m.felsch@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/4] arm64: dts: imx8mp-debix: remove unused fec pinctrl node | expand |
On 07/08/2023 19:15, Marco Felsch wrote: > The current imx8mp-debix-model-a.dts uses all three compatibles. Fix the > corresponding bindings by adding an own entry for it. Mark > polyhex,imx8mp-debix as deprecated but keep it within the dts file since The deprecation did not happen anymore. > we already have a user for it [1]. > > [1] https://elixir.bootlin.com/barebox/v2023.07.1/source/arch/arm/ \ > boards/polyhex-debix/board.c#L38 > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > --- > Changelog: > > v3: > - drop 'deprecated' status and adapt comment instead With adjustments in commit msg: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 23-08-08, Krzysztof Kozlowski wrote: > On 07/08/2023 19:15, Marco Felsch wrote: > > The current imx8mp-debix-model-a.dts uses all three compatibles. Fix the > > corresponding bindings by adding an own entry for it. Mark > > polyhex,imx8mp-debix as deprecated but keep it within the dts file since > > The deprecation did not happen anymore. Damn, you're right. I will fix this thanks. > > we already have a user for it [1]. > > > > [1] https://elixir.bootlin.com/barebox/v2023.07.1/source/arch/arm/ \ > > boards/polyhex-debix/board.c#L38 > > > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > > --- > > Changelog: > > > > v3: > > - drop 'deprecated' status and adapt comment instead > > With adjustments in commit msg: > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > > > Best regards, > Krzysztof > >
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 2510eaa8906d..d86004aba1db 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -1033,8 +1033,6 @@ properties: - fsl,imx8mp-evk # i.MX8MP EVK Board - gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board - gateworks,imx8mp-gw7905-2x # i.MX8MP Gateworks Board - - polyhex,imx8mp-debix # Polyhex Debix boards - - polyhex,imx8mp-debix-model-a # Polyhex Debix Model A Board - toradex,verdin-imx8mp # Verdin iMX8M Plus Modules - toradex,verdin-imx8mp-nonwifi # Verdin iMX8M Plus Modules without Wi-Fi / BT - toradex,verdin-imx8mp-wifi # Verdin iMX8M Plus Wi-Fi / BT Modules @@ -1068,6 +1066,13 @@ properties: - const: phytec,imx8mp-phycore-som # phyCORE-i.MX8MP SoM - const: fsl,imx8mp + - description: Polyhex DEBIX i.MX8MP based SBCs + items: + - enum: + - polyhex,imx8mp-debix-model-a # Polyhex Debix Model A Board + - const: polyhex,imx8mp-debix # Polyhex i.MX8MP Debix SBCs + - const: fsl,imx8mp + - description: Toradex Boards with Verdin iMX8M Plus Modules items: - enum:
The current imx8mp-debix-model-a.dts uses all three compatibles. Fix the corresponding bindings by adding an own entry for it. Mark polyhex,imx8mp-debix as deprecated but keep it within the dts file since we already have a user for it [1]. [1] https://elixir.bootlin.com/barebox/v2023.07.1/source/arch/arm/ \ boards/polyhex-debix/board.c#L38 Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- Changelog: v3: - drop 'deprecated' status and adapt comment instead - v2-link: https://lore.kernel.org/all/20230717165127.2882535-1-m.felsch@pengutronix.de/ v2: - deprecate polyhex,imx8mp-debix Documentation/devicetree/bindings/arm/fsl.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)