2022-10-13 16:00:14

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 1/4] dt-bindings: vendor-prefixes: Add ALFA Network

Add vendor prefix for ALFA Network Inc.

https://www.alfa.com.tw/

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index 6e323a380294..71e51b240af9 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -69,6 +69,8 @@ patternProperties:
description: Annapurna Labs
"^alcatel,.*":
description: Alcatel
+ "^alfa-network,.*":
+ description: ALFA Network Inc.
"^allegro,.*":
description: Allegro DVT
"^allo,.*":
--
2.34.1


2022-10-13 16:00:27

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 2/4] dt-bindings: arm: qcom: Document IPQ4018 boards

Add compatibles for existing boards with IPQ4018 SoC: ALFA Network
AP120C-AC and 8devices Jalapeno.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 1b5ac6b02bc5..9ae0e7c675b3 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -29,6 +29,7 @@ description: |
apq8074
apq8084
apq8096
+ ipq4018
ipq6018
ipq8074
mdm9615
@@ -244,6 +245,12 @@ properties:
- sony,xperia-poplar
- const: qcom,msm8998

+ - items:
+ - enum:
+ - 8dev,jalapeno
+ - alfa-network,ap120c-ac
+ - const: qcom,ipq4018
+
- items:
- enum:
- qcom,ipq4019-ap-dk01.1-c1
--
2.34.1

2022-10-13 16:00:38

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 4/4] ARM: dts: qcom: ipq4018-jalapeno: Add SoC compatible

Add qcom,ipq4018 compatible fallback for the SoC.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts b/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts
index 394412619894..365fbac417fd 100644
--- a/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts
+++ b/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts
@@ -7,7 +7,7 @@

/ {
model = "8devices Jalapeno";
- compatible = "8dev,jalapeno";
+ compatible = "8dev,jalapeno", "qcom,ipq4018";
};

&tlmm {
--
2.34.1

2022-10-13 16:02:19

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 3/4] ARM: dts: qcom: ipq4018-ap120c-ac: Add SoC compatible

Add qcom,ipq4018 compatible fallback for the SoC.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi
index af9a26fb5d4a..a5a6f3ebb274 100644
--- a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi
@@ -6,7 +6,7 @@

/ {
model = "ALFA Network AP120C-AC";
- compatible = "alfa-network,ap120c-ac";
+ compatible = "alfa-network,ap120c-ac", "qcom,ipq4018";

keys {
compatible = "gpio-keys";
--
2.34.1

2022-10-13 20:09:13

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH 4/4] ARM: dts: qcom: ipq4018-jalapeno: Add SoC compatible



On 13.10.2022 17:54, Krzysztof Kozlowski wrote:
> Add qcom,ipq4018 compatible fallback for the SoC.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>

Konrad
> arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts b/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts
> index 394412619894..365fbac417fd 100644
> --- a/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts
> +++ b/arch/arm/boot/dts/qcom-ipq4018-jalapeno.dts
> @@ -7,7 +7,7 @@
>
> / {
> model = "8devices Jalapeno";
> - compatible = "8dev,jalapeno";
> + compatible = "8dev,jalapeno", "qcom,ipq4018";
> };
>
> &tlmm {

2022-10-13 20:34:10

by Konrad Dybcio

[permalink] [raw]
Subject: Re: [PATCH 3/4] ARM: dts: qcom: ipq4018-ap120c-ac: Add SoC compatible



On 13.10.2022 17:54, Krzysztof Kozlowski wrote:
> Add qcom,ipq4018 compatible fallback for the SoC.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Reviewed-by: Konrad Dybcio <[email protected]>

Konrad
> arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi
> index af9a26fb5d4a..a5a6f3ebb274 100644
> --- a/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi
> +++ b/arch/arm/boot/dts/qcom-ipq4018-ap120c-ac.dtsi
> @@ -6,7 +6,7 @@
>
> / {
> model = "ALFA Network AP120C-AC";
> - compatible = "alfa-network,ap120c-ac";
> + compatible = "alfa-network,ap120c-ac", "qcom,ipq4018";
>
> keys {
> compatible = "gpio-keys";

2022-10-13 20:54:43

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 1/4] dt-bindings: vendor-prefixes: Add ALFA Network

On Thu, 13 Oct 2022 11:54:15 -0400, Krzysztof Kozlowski wrote:
> Add vendor prefix for ALFA Network Inc.
>
> https://www.alfa.com.tw/
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>

2022-10-13 20:54:52

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 2/4] dt-bindings: arm: qcom: Document IPQ4018 boards

On Thu, 13 Oct 2022 11:54:16 -0400, Krzysztof Kozlowski wrote:
> Add compatibles for existing boards with IPQ4018 SoC: ALFA Network
> AP120C-AC and 8devices Jalapeno.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>

Acked-by: Rob Herring <[email protected]>

2022-11-07 04:21:53

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH 1/4] dt-bindings: vendor-prefixes: Add ALFA Network

On Thu, 13 Oct 2022 11:54:15 -0400, Krzysztof Kozlowski wrote:
> Add vendor prefix for ALFA Network Inc.
>
> https://www.alfa.com.tw/
>
>

Applied, thanks!

[1/4] dt-bindings: vendor-prefixes: Add ALFA Network
commit: fd42d456bf22a894b3dafe19d7d8302e5de5fcb3
[2/4] dt-bindings: arm: qcom: Document IPQ4018 boards
commit: 2c36509c9c7b0e9be1ec68828826a3754c5b0f28
[3/4] ARM: dts: qcom: ipq4018-ap120c-ac: Add SoC compatible
commit: a35f1a75e7e2f73157a16ab56fcc01f09b133e50
[4/4] ARM: dts: qcom: ipq4018-jalapeno: Add SoC compatible
commit: bd40a8c773165e8175fa51d9f3fdcf00968ce8dc

Best regards,
--
Bjorn Andersson <[email protected]>