diff mbox series

[RESEND,1/5] ARM: dts: prima: Align L2 cache-controller nodename with dtschema

Message ID 20200819175853.21492-1-krzk@kernel.org (mailing list archive)
State Accepted
Commit 53486d937cb5090eb6cabb4caf2b0e052136134d
Headers show
Series [RESEND,1/5] ARM: dts: prima: Align L2 cache-controller nodename with dtschema | expand

Commit Message

Krzysztof Kozlowski Aug. 19, 2020, 5:58 p.m. UTC
Fix dtschema validator warnings like:
    l2-cache-controller@80040000: $nodename:0:
        'l2-cache-controller@80040000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/prima2.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Aug. 20, 2020, 9:30 a.m. UTC | #1
On Wed, Aug 19, 2020 at 07:58:49PM +0200, Krzysztof Kozlowski wrote:
> Fix dtschema validator warnings like:
>     l2-cache-controller@80040000: $nodename:0:
>         'l2-cache-controller@80040000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm/boot/dts/prima2.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

I forgot to add the tag provided on previous submission:
Acked-by: Barry Song <baohua@kernel.org>

Best regards,
Krzysztof
Krzysztof Kozlowski Aug. 30, 2020, 2:59 p.m. UTC | #2
On Thu, Aug 20, 2020 at 11:30:53AM +0200, Krzysztof Kozlowski wrote:
> On Wed, Aug 19, 2020 at 07:58:49PM +0200, Krzysztof Kozlowski wrote:
> > Fix dtschema validator warnings like:
> >     l2-cache-controller@80040000: $nodename:0:
> >         'l2-cache-controller@80040000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
> > 
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---
> >  arch/arm/boot/dts/prima2.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> 
> I forgot to add the tag provided on previous submission:
> Acked-by: Barry Song <baohua@kernel.org>
> 
> Best regards,
> Krzysztof

Hi,

Ping, any comments here?

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/prima2.dtsi b/arch/arm/boot/dts/prima2.dtsi
index 9c7b46b90c3c..7d3d93c22ed9 100644
--- a/arch/arm/boot/dts/prima2.dtsi
+++ b/arch/arm/boot/dts/prima2.dtsi
@@ -50,7 +50,7 @@ 
 		#size-cells = <1>;
 		ranges = <0x40000000 0x40000000 0x80000000>;
 
-		l2-cache-controller@80040000 {
+		cache-controller@80040000 {
 			compatible = "arm,pl310-cache";
 			reg = <0x80040000 0x1000>;
 			interrupts = <59>;