Message ID | 20200626183532.23436-1-grygorii.strashko@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
On 26/06/2020 21:35, Grygorii Strashko wrote: > Rename smmu node to iommu to fix dtbs_check warning: > k3-j721e-common-proc-board.dt.yaml: smmu@36600000: $nodename:0: 'smmu@36600000' does not match '^iommu@[0-9a-f]*' > > Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> > --- > arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi > index 5d82de4097bb..0ac23c4414a2 100644 > --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi > +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi > @@ -95,7 +95,7 @@ > interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; > }; > > - smmu0: smmu@36600000 { > + smmu0: iommu@36600000 { > compatible = "arm,smmu-v3"; > reg = <0x0 0x36600000 0x0 0x100000>; > interrupt-parent = <&gic500>; > Pls, ignore "3/3" in subj.
On 6/26/20 1:36 PM, Grygorii Strashko wrote: > > > On 26/06/2020 21:35, Grygorii Strashko wrote: >> Rename smmu node to iommu to fix dtbs_check warning: >> k3-j721e-common-proc-board.dt.yaml: smmu@36600000: $nodename:0: >> 'smmu@36600000' does not match '^iommu@[0-9a-f]*' >> >> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Acked-by: Suman Anna <s-anna@ti.com> >> --- >> arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >> b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >> index 5d82de4097bb..0ac23c4414a2 100644 >> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >> @@ -95,7 +95,7 @@ >> interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; >> }; >> - smmu0: smmu@36600000 { >> + smmu0: iommu@36600000 { >> compatible = "arm,smmu-v3"; >> reg = <0x0 0x36600000 0x0 0x100000>; >> interrupt-parent = <&gic500>; >> > > Pls, ignore "3/3" in subj. >
On 26/06/2020 21:40, Suman Anna wrote: > On 6/26/20 1:36 PM, Grygorii Strashko wrote: >> >> >> On 26/06/2020 21:35, Grygorii Strashko wrote: >>> Rename smmu node to iommu to fix dtbs_check warning: >>> k3-j721e-common-proc-board.dt.yaml: smmu@36600000: $nodename:0: >>> 'smmu@36600000' does not match '^iommu@[0-9a-f]*' >>> >>> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> > > Acked-by: Suman Anna <s-anna@ti.com> Queued up for 5.9, thanks. -Tero > >>> --- >>> arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >>> b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >>> index 5d82de4097bb..0ac23c4414a2 100644 >>> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >>> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi >>> @@ -95,7 +95,7 @@ >>> interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; >>> }; >>> - smmu0: smmu@36600000 { >>> + smmu0: iommu@36600000 { >>> compatible = "arm,smmu-v3"; >>> reg = <0x0 0x36600000 0x0 0x100000>; >>> interrupt-parent = <&gic500>; >>> >> >> Pls, ignore "3/3" in subj. >> > -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi index 5d82de4097bb..0ac23c4414a2 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi @@ -95,7 +95,7 @@ interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; }; - smmu0: smmu@36600000 { + smmu0: iommu@36600000 { compatible = "arm,smmu-v3"; reg = <0x0 0x36600000 0x0 0x100000>; interrupt-parent = <&gic500>;
Rename smmu node to iommu to fix dtbs_check warning: k3-j721e-common-proc-board.dt.yaml: smmu@36600000: $nodename:0: 'smmu@36600000' does not match '^iommu@[0-9a-f]*' Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> --- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)