]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: vfxxx: Fix the CAAM job ring node names
authorFabio Estevam <festevam@denx.de>
Sun, 12 Jan 2025 12:41:27 +0000 (09:41 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 18 Feb 2025 09:56:26 +0000 (17:56 +0800)
According to fsl,sec-v4.0.yaml, the job ring node names
should be 'jr'.

Change them to fix the following dt-schema warnings:

crypto@400f0000: 'jr0@1000', 'jr1@2000' do not match any of the regexes:
'^jr@[0-9a-f]+$', '^rtic@[0-9a-f]+$', 'pinctrl-[0-9]+'

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/vf/vfxxx.dtsi

index acccf9a3c898e0fb9eba1ef4aa320908d06a6b64..6334ad4aec4b980fefbd867301d281d2239e8747 100644 (file)
                                clocks = <&clks VF610_CLK_CAAM>;
                                clock-names = "ipg";
 
-                               sec_jr0: jr0@1000 {
+                               sec_jr0: jr@1000 {
                                        compatible = "fsl,sec-v4.0-job-ring";
                                        reg = <0x1000 0x1000>;
                                        interrupts = <102 IRQ_TYPE_LEVEL_HIGH>;
                                };
 
-                               sec_jr1: jr1@2000 {
+                               sec_jr1: jr@2000 {
                                        compatible = "fsl,sec-v4.0-job-ring";
                                        reg = <0x2000 0x1000>;
                                        interrupts = <102 IRQ_TYPE_LEVEL_HIGH>;