linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema
@ 2020-06-29  8:17 Krzysztof Kozlowski
  2020-07-08 12:46 ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-06-29  8:17 UTC (permalink / raw)
  To: Rob Herring, Michal Simek, Nava kishore Manne, Rajan Vaja,
	Krzysztof Kozlowski, Kalyani Akula, Manish Narani, devicetree,
	linux-arm-kernel, linux-kernel

Fix dtschema validator warnings like:
    smmu@fd800000: $nodename:0: 'smmu@fd800000' does not match '^iommu@[0-9a-f]*'

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

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index 9174ddc76bdc..2b82206eba02 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -601,7 +601,7 @@
 			power-domains = <&zynqmp_firmware PD_SD_1>;
 		};
 
-		smmu: smmu@fd800000 {
+		smmu: iommu@fd800000 {
 			compatible = "arm,mmu-500";
 			reg = <0x0 0xfd800000 0x0 0x20000>;
 			status = "disabled";
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema
  2020-06-29  8:17 [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema Krzysztof Kozlowski
@ 2020-07-08 12:46 ` Michal Simek
  2020-08-16 11:21   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2020-07-08 12:46 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Michal Simek,
	Nava kishore Manne, Rajan Vaja, Kalyani Akula, Manish Narani,
	devicetree, linux-arm-kernel, linux-kernel



On 29. 06. 20 10:17, Krzysztof Kozlowski wrote:
> Fix dtschema validator warnings like:
>     smmu@fd800000: $nodename:0: 'smmu@fd800000' does not match '^iommu@[0-9a-f]*'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 9174ddc76bdc..2b82206eba02 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -601,7 +601,7 @@
>  			power-domains = <&zynqmp_firmware PD_SD_1>;
>  		};
>  
> -		smmu: smmu@fd800000 {
> +		smmu: iommu@fd800000 {
>  			compatible = "arm,mmu-500";
>  			reg = <0x0 0xfd800000 0x0 0x20000>;
>  			status = "disabled";
> 

Applied.

Thanks,
Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema
  2020-07-08 12:46 ` Michal Simek
@ 2020-08-16 11:21   ` Krzysztof Kozlowski
  2020-08-17 10:31     ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-16 11:21 UTC (permalink / raw)
  To: Michal Simek
  Cc: Rob Herring, Nava kishore Manne, Rajan Vaja, Kalyani Akula,
	Manish Narani, devicetree, linux-arm-kernel, linux-kernel

On Wed, Jul 08, 2020 at 02:46:55PM +0200, Michal Simek wrote:
> 
> 
> On 29. 06. 20 10:17, Krzysztof Kozlowski wrote:
> > Fix dtschema validator warnings like:
> >     smmu@fd800000: $nodename:0: 'smmu@fd800000' does not match '^iommu@[0-9a-f]*'
> > 
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---
> >  arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> > index 9174ddc76bdc..2b82206eba02 100644
> > --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> > +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> > @@ -601,7 +601,7 @@
> >  			power-domains = <&zynqmp_firmware PD_SD_1>;
> >  		};
> >  
> > -		smmu: smmu@fd800000 {
> > +		smmu: iommu@fd800000 {
> >  			compatible = "arm,mmu-500";
> >  			reg = <0x0 0xfd800000 0x0 0x20000>;
> >  			status = "disabled";
> > 
> 
> Applied.

Hi Michal,

What happened with this patch? I cannot find it in Linus' nor in
next/master trees.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema
  2020-08-16 11:21   ` Krzysztof Kozlowski
@ 2020-08-17 10:31     ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2020-08-17 10:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Michal Simek
  Cc: Rob Herring, Nava kishore Manne, Rajan Vaja, Kalyani Akula,
	Manish Narani, devicetree, linux-arm-kernel, linux-kernel

Hi,

On 16. 08. 20 13:21, Krzysztof Kozlowski wrote:
> On Wed, Jul 08, 2020 at 02:46:55PM +0200, Michal Simek wrote:
>>
>>
>> On 29. 06. 20 10:17, Krzysztof Kozlowski wrote:
>>> Fix dtschema validator warnings like:
>>>     smmu@fd800000: $nodename:0: 'smmu@fd800000' does not match '^iommu@[0-9a-f]*'
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
>>> ---
>>>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
>>> index 9174ddc76bdc..2b82206eba02 100644
>>> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
>>> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
>>> @@ -601,7 +601,7 @@
>>>  			power-domains = <&zynqmp_firmware PD_SD_1>;
>>>  		};
>>>  
>>> -		smmu: smmu@fd800000 {
>>> +		smmu: iommu@fd800000 {
>>>  			compatible = "arm,mmu-500";
>>>  			reg = <0x0 0xfd800000 0x0 0x20000>;
>>>  			status = "disabled";
>>>
>>
>> Applied.
> 
> Hi Michal,
> 
> What happened with this patch? I cannot find it in Linus' nor in
> next/master trees.

Laurent sent one patch before yours which depend on binding doc merged
from different tree. Here is the link.
https://lore.kernel.org/lkml/20200629120054.29338-4-laurent.pinchart@ideasonboard.com/

That's why I didn't send my PR for rc1.
But your patch is listed here.
https://github.com/Xilinx/linux-xlnx/commits/zynqmp/dt

I will rebase it based on rc1 and retest and send PR to arm-soc guys soon.

Thanks,
Michal

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-17 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  8:17 [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema Krzysztof Kozlowski
2020-07-08 12:46 ` Michal Simek
2020-08-16 11:21   ` Krzysztof Kozlowski
2020-08-17 10:31     ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).