2023-11-27 21:12:32

by Roland Hieber

[permalink] [raw]
Subject: [PATCH 0/5] ARM: dts: add support for Gossen Metrawatt Profitest

This series aims to add initial support for the Gossen Metrawatt
Profitest MF board (internally known as e143_01), as well as the
Variscite VAR-SOM-MX7 System on Module that it is based on.

The resulting device tree has been dt-schema-validated, and the
necessary fixes have been submitted in the following patch series:

http://lore.kernel.org/r/[email protected]
http://lore.kernel.org/r/[email protected]
http://lore.kernel.org/r/[email protected]
http://lore.kernel.org/r/[email protected]

It builds on top of this series adding MIPI-DSI support to i.MX7:

http://lore.kernel.org/r/[email protected]

Signed-off-by: Roland Hieber <[email protected]>
---
Marco Felsch (2):
ARM: dts: add Variscite VAR-SOM-MX7 System on Module
ARM: dts: add support for Gossen Metrawatt Profitest

Philipp Zabel (3):
dt-bindings: at24: add ROHM BR24G04
dt-bindings: vendor-prefixes: add Gossen Metrawatt
ARM: dts: imx7d-pinfunc: add mux for OSC32K_32K_OUT via GPIO1_IO03

Documentation/devicetree/bindings/arm/fsl.yaml | 7 +
Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/nxp/imx/Makefile | 1 +
arch/arm/boot/dts/nxp/imx/imx7d-gome-e143_01.dts | 559 +++++++++++++++++++
arch/arm/boot/dts/nxp/imx/imx7d-pinfunc.h | 1 +
arch/arm/boot/dts/nxp/imx/imx7d-var-som-mx7.dtsi | 607 +++++++++++++++++++++
7 files changed, 1178 insertions(+)
---
base-commit: 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab
change-id: 20231127-b4-imx7-var-som-gome-1778614e68dc

Best regards,
--
Roland Hieber, Pengutronix e.K. | [email protected] |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |


2023-11-27 21:12:40

by Roland Hieber

[permalink] [raw]
Subject: [PATCH 2/5] dt-bindings: vendor-prefixes: add Gossen Metrawatt

From: Philipp Zabel <[email protected]>

Add vendor prefix for Gossen Metrawatt GmbH:

https://www.gossenmetrawatt.de/en/

Signed-off-by: Philipp Zabel <[email protected]>
Signed-off-by: Roland Hieber <[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 309b94c328c8..5c9adc1e2ef2 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -538,6 +538,8 @@ patternProperties:
description: Global Mixed-mode Technology, Inc.
"^goldelico,.*":
description: Golden Delicious Computers GmbH & Co. KG
+ "^gome,.*":
+ description: Gossen Metrawatt GmbH
"^goodix,.*":
description: Shenzhen Huiding Technology Co., Ltd.
"^google,.*":

--
2.39.2

2023-11-27 21:12:46

by Roland Hieber

[permalink] [raw]
Subject: [PATCH 1/5] dt-bindings: at24: add ROHM BR24G04

From: Philipp Zabel <[email protected]>

Add compatible for ROHM Semiconductor BR24G04 EEPROMs.

Signed-off-by: Philipp Zabel <[email protected]>
Signed-off-by: Roland Hieber <[email protected]>
---
Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index b6864d0ee81e..1812ef31d5f1 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -123,6 +123,7 @@ properties:
- enum:
- onnn,cat24c04
- onnn,cat24c05
+ - rohm,br24g04
- const: atmel,24c04
- items:
- const: renesas,r1ex24016

--
2.39.2

2023-11-28 07:52:03

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: at24: add ROHM BR24G04

On 27/11/2023 22:11, Roland Hieber wrote:
> From: Philipp Zabel <[email protected]>
>
> Add compatible for ROHM Semiconductor BR24G04 EEPROMs.
>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2023-11-28 07:52:27

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/5] dt-bindings: vendor-prefixes: add Gossen Metrawatt

On 27/11/2023 22:11, Roland Hieber wrote:
> From: Philipp Zabel <[email protected]>
>
> Add vendor prefix for Gossen Metrawatt GmbH:
>
> https://www.gossenmetrawatt.de/en/
>
> Signed-off-by: Philipp Zabel <[email protected]>
> Signed-off-by: Roland Hieber <[email protected]>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2023-12-01 09:39:34

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: at24: add ROHM BR24G04

On Mon, Nov 27, 2023 at 10:12 PM Roland Hieber <[email protected]> wrote:
>
> From: Philipp Zabel <[email protected]>
>
> Add compatible for ROHM Semiconductor BR24G04 EEPROMs.
>
> Signed-off-by: Philipp Zabel <[email protected]>
> Signed-off-by: Roland Hieber <[email protected]>
> ---
> Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
> index b6864d0ee81e..1812ef31d5f1 100644
> --- a/Documentation/devicetree/bindings/eeprom/at24.yaml
> +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
> @@ -123,6 +123,7 @@ properties:
> - enum:
> - onnn,cat24c04
> - onnn,cat24c05
> + - rohm,br24g04
> - const: atmel,24c04
> - items:
> - const: renesas,r1ex24016
>
> --
> 2.39.2
>

Applied, thanks!

Bart