All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: imx51: Remove invalid sahara compatible
@ 2023-09-25 13:22 Fabio Estevam
  2023-10-09 13:21 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2023-09-25 13:22 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Per fsl-imx-sahara.yaml, there shold not be a 'fsl,imx51-sahara'
compatible.

Remove it to fix the following schema warning:

imx51-apf51.dtb: crypto@83ff8000: compatible: ['fsl,imx53-sahara', 'fsl,imx51-sahara'] is too long
	from schema $id: http://devicetree.org/schemas/crypto/fsl-imx-sahara.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- Fix the Subject line.

 arch/arm/boot/dts/nxp/imx/imx51.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/imx/imx51.dtsi b/arch/arm/boot/dts/nxp/imx/imx51.dtsi
index 2b3195f5e32c..c96d6311dfa7 100644
--- a/arch/arm/boot/dts/nxp/imx/imx51.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx51.dtsi
@@ -651,7 +651,7 @@ vpu: vpu@83ff4000 {
 			};
 
 			sahara: crypto@83ff8000 {
-				compatible = "fsl,imx53-sahara", "fsl,imx51-sahara";
+				compatible = "fsl,imx53-sahara";
 				reg = <0x83ff8000 0x4000>;
 				interrupts = <19 20>;
 				clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] ARM: dts: imx51: Remove invalid sahara compatible
  2023-09-25 13:22 [PATCH v2] ARM: dts: imx51: Remove invalid sahara compatible Fabio Estevam
@ 2023-10-09 13:21 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2023-10-09 13:21 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-arm-kernel, Fabio Estevam

On Mon, Sep 25, 2023 at 10:22:20AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> Per fsl-imx-sahara.yaml, there shold not be a 'fsl,imx51-sahara'

s/shold/should

Fixed it up and applied, thanks!

Shawn

> compatible.
> 
> Remove it to fix the following schema warning:
> 
> imx51-apf51.dtb: crypto@83ff8000: compatible: ['fsl,imx53-sahara', 'fsl,imx51-sahara'] is too long
> 	from schema $id: http://devicetree.org/schemas/crypto/fsl-imx-sahara.yaml#
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
> Changes since v1:
> - Fix the Subject line.
> 
>  arch/arm/boot/dts/nxp/imx/imx51.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/nxp/imx/imx51.dtsi b/arch/arm/boot/dts/nxp/imx/imx51.dtsi
> index 2b3195f5e32c..c96d6311dfa7 100644
> --- a/arch/arm/boot/dts/nxp/imx/imx51.dtsi
> +++ b/arch/arm/boot/dts/nxp/imx/imx51.dtsi
> @@ -651,7 +651,7 @@ vpu: vpu@83ff4000 {
>  			};
>  
>  			sahara: crypto@83ff8000 {
> -				compatible = "fsl,imx53-sahara", "fsl,imx51-sahara";
> +				compatible = "fsl,imx53-sahara";
>  				reg = <0x83ff8000 0x4000>;
>  				interrupts = <19 20>;
>  				clocks = <&clks IMX5_CLK_SAHARA_IPG_GATE>,
> -- 
> 2.34.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-09 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-25 13:22 [PATCH v2] ARM: dts: imx51: Remove invalid sahara compatible Fabio Estevam
2023-10-09 13:21 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.