> -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Sent: Tuesday, December 26, 2023 9:39 PM > To: JeeHeng Sia <jeeheng.sia@xxxxxxxxxxxxxxxx>; kernel@xxxxxxxx; conor@xxxxxxxxxx; robh+dt@xxxxxxxxxx; > krzysztof.kozlowski+dt@xxxxxxxxxx; paul.walmsley@xxxxxxxxxx; palmer@xxxxxxxxxxx; aou@xxxxxxxxxxxxxxxxx; > mturquette@xxxxxxxxxxxx; sboyd@xxxxxxxxxx; p.zabel@xxxxxxxxxxxxxx; emil.renner.berthing@xxxxxxxxxxxxx; Hal Feng > <hal.feng@xxxxxxxxxxxxxxxx>; Xingyu Wu <xingyu.wu@xxxxxxxxxxxxxxxx> > Cc: linux-riscv@xxxxxxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx; Leyfoon Tan > <leyfoon.tan@xxxxxxxxxxxxxxxx> > Subject: Re: [RFC 16/16] riscv: dts: starfive: jh8100: Add clocks and resets nodes > > On 26/12/2023 06:38, Sia Jee Heng wrote: > > Add SYSCRG/SYSCRG-NE/SYSCRG-NW/SYSCRG-SW/AONCRG clock and reset > > nodes for JH8100 RISC-V SoC. > > > > Signed-off-by: Sia Jee Heng <jeeheng.sia@xxxxxxxxxxxxxxxx> > > Reviewed-by: Ley Foon Tan <leyfoon.tan@xxxxxxxxxxxxxxxx> > > --- > > ... > > > compatible = "simple-bus"; > > interrupt-parent = <&plic>; > > @@ -357,6 +563,99 @@ uart4: serial@121a0000 { > > status = "disabled"; > > }; > > > > + necrg: necrg@12320000 { > > This is a friendly reminder during the review process. Thank you for the friendly reminder and your valuable feedback. I appreciate your guidance during the review process. Your input is crucial, and I'm committed to delivering high-quality code. Thanks again for your time and feedback. > > It seems my or other reviewer's previous comments were not fully > addressed. Maybe the feedback got lost between the quotes, maybe you > just forgot to apply it. Please go back to the previous discussion and > either implement all requested changes or keep discussing them. I didn't ignore your comment. Instead, I misinterpreted it as suggesting the use of a dash instead of an underscore for the node's name. I will make the necessary adjustment and change it back to 'clock-controller'. > > Thank you. > > Best regards, > Krzysztof