[PATCH 1/9] ARM: dts: vfxxx: drop the number after jr

Peng Fan (OSS) peng.fan at oss.nxp.com
Tue Feb 28 17:56:54 PST 2023


From: Peng Fan <peng.fan at nxp.com>

Drop the number after jr.  Use jr at xxxx, instead jr[0,1]@xxxx, and
the DT schema will reflect it.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 arch/arm/boot/dts/vfxxx.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index ff4479994b60..61ab76c43a11 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -735,13 +735,13 @@ crypto: crypto at 400f0000 {
 				clocks = <&clks VF610_CLK_CAAM>;
 				clock-names = "ipg";
 
-				sec_jr0: jr0 at 1000 {
+				sec_jr0: jr at 1000 {
 					compatible = "fsl,sec-v4.0-job-ring";
 					reg = <0x1000 0x1000>;
 					interrupts = <102 IRQ_TYPE_LEVEL_HIGH>;
 				};
 
-				sec_jr1: jr1 at 2000 {
+				sec_jr1: jr at 2000 {
 					compatible = "fsl,sec-v4.0-job-ring";
 					reg = <0x2000 0x1000>;
 					interrupts = <102 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.37.1




More information about the linux-arm-kernel mailing list