lkml.org 
[lkml]   [2023]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/9] ARM: dts: vfxxx: drop the number after jr
    Date
    From: Peng Fan <peng.fan@nxp.com>

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

    Signed-off-by: Peng Fan <peng.fan@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@400f0000 {
    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>;
    --
    2.37.1
    \
     
     \ /
      Last update: 2023-03-27 00:39    [W:4.095 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site