2020-12-22 04:03:18

by Rob Herring (Arm)

[permalink] [raw]
Subject: [PATCH] dt-bindings: net: qcom,ipa: Drop unnecessary type ref on 'memory-region'

'memory-region' is a common property, so it doesn't need a type ref here.

Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Alex Elder <[email protected]>
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
---
I'll take this via the DT tree.

Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
index d0cbbcf1b0e5..8a2d12644675 100644
--- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
@@ -121,7 +121,6 @@ properties:
receive and act on notifications of modem up/down events.

memory-region:
- $ref: /schemas/types.yaml#/definitions/phandle-array
maxItems: 1
description:
If present, a phandle for a reserved memory area that holds
--
2.27.0


2020-12-22 13:35:30

by Alex Elder

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: net: qcom,ipa: Drop unnecessary type ref on 'memory-region'

On 12/21/20 10:01 PM, Rob Herring wrote:
> 'memory-region' is a common property, so it doesn't need a type ref here.

Acked-by: Alex Elder <[email protected]>

> Cc: "David S. Miller" <[email protected]>
> Cc: Jakub Kicinski <[email protected]>
> Cc: Alex Elder <[email protected]>
> Cc: [email protected]
> Signed-off-by: Rob Herring <[email protected]>
> ---
> I'll take this via the DT tree.
>
> Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
> index d0cbbcf1b0e5..8a2d12644675 100644
> --- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml
> +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
> @@ -121,7 +121,6 @@ properties:
> receive and act on notifications of modem up/down events.
>
> memory-region:
> - $ref: /schemas/types.yaml#/definitions/phandle-array
> maxItems: 1
> description:
> If present, a phandle for a reserved memory area that holds
>

2020-12-23 18:44:42

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: net: qcom,ipa: Drop unnecessary type ref on 'memory-region'

On Mon, 21 Dec 2020 21:01:21 -0700 Rob Herring wrote:
> 'memory-region' is a common property, so it doesn't need a type ref here.
>
> Cc: "David S. Miller" <[email protected]>
> Cc: Jakub Kicinski <[email protected]>
> Cc: Alex Elder <[email protected]>
> Cc: [email protected]
> Signed-off-by: Rob Herring <[email protected]>

Acked-by: Jakub Kicinski <[email protected]>