From nobody Fri Sep 12 10:46:19 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89652C64EC7 for ; Fri, 10 Feb 2023 15:59:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232873AbjBJP7J (ORCPT ); Fri, 10 Feb 2023 10:59:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232741AbjBJP7D (ORCPT ); Fri, 10 Feb 2023 10:59:03 -0500 Received: from uho.ysoft.cz (uho.ysoft.cz [81.19.3.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FACC20565; Fri, 10 Feb 2023 07:59:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044183; bh=6qYP/fVn6vu4aHrM8HhzR1uDyBNgkuY5ItQKO4EtzvE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=URloQkasJXNONaXpTS7Ch5XaJ72kGJSU3mjXBFfuKJ+G8SGZ78gEWE84lsxY81ljN iZQX5lnBM+npvvieuClYGF2iHT3PWp+m/Wrz6uT38M7wLjjIRItd3hG0cY3TQcRzX8 lodtChCa/dapXuVqjTI32gDOTNSYDewMrmtK9ync= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id C88FEA00B9; Fri, 10 Feb 2023 16:49:43 +0100 (CET) From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 1/6] dt-bindings: arm: fsl: Fix copy-paste error in comment Date: Fri, 10 Feb 2023 16:48:50 +0100 Message-Id: <20230210154855.3086900-2-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The imx6dl-yapp4-draco board is actually based on the i.MX6Solo SoC. Fix the comment to match reality. Fixes: 24ef3b6e22fe ("dt-bindings: arm: Add Y Soft IOTA Draco, Hydra and Ur= sa boards") Signed-off-by: Michal Vok=C3=A1=C4=8D Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/fsl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation= /devicetree/bindings/arm/fsl.yaml index 05b5276a0e14..791c63b2d483 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -416,7 +416,7 @@ properties: - udoo,imx6dl-udoo # Udoo i.MX6 Dual-lite Board - vdl,lanmcu # Van der Laan LANMCU board - wand,imx6dl-wandboard # Wandboard i.MX6 Dual Lite Board - - ysoft,imx6dl-yapp4-draco # i.MX6 DualLite Y Soft IOTA Dra= co board + - ysoft,imx6dl-yapp4-draco # i.MX6 Solo Y Soft IOTA Draco b= oard - ysoft,imx6dl-yapp4-hydra # i.MX6 DualLite Y Soft IOTA Hyd= ra board - ysoft,imx6dl-yapp4-orion # i.MX6 DualLite Y Soft IOTA Ori= on board - ysoft,imx6dl-yapp4-ursa # i.MX6 Solo Y Soft IOTA Ursa bo= ard --=20 2.25.1 From nobody Fri Sep 12 10:46:19 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0DF99C636D4 for ; Fri, 10 Feb 2023 15:59:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232884AbjBJP7N (ORCPT ); Fri, 10 Feb 2023 10:59:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232785AbjBJP7D (ORCPT ); Fri, 10 Feb 2023 10:59:03 -0500 Received: from uho.ysoft.cz (uho.ysoft.cz [81.19.3.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FC92458A5; Fri, 10 Feb 2023 07:59:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044184; bh=xhuEnx2CumrOZ+cKIjzr+gDXyBCBui5kdVMb7hJPh5M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SghtOdBJ+dMJIBcjcQvfAuEK+sHvLe4wW7KTAcH5oU/OXvA6VgDcJAmjGqeY6UxRE RpPuG0qngh6tDXzmqFWZIvPH4CSd1KGULeQsBDuLKmRQ/UoKnmN2UznIu+KwLD3+vQ 6ys0z7qhqPNZ4z8dpmj84nzrJ9oOAwo8fY4UwpE0= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 134C7A010B; Fri, 10 Feb 2023 16:49:44 +0100 (CET) From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 2/6] ARM: dts: imx6dl-yapp4: Change LED channel names according to dt-binding Date: Fri, 10 Feb 2023 16:48:51 +0100 Message-Id: <20230210154855.3086900-3-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The lp55xx LED controller binding was converted to schema and dtbs_check now complains: led-controller@30: 'chan@0', 'chan@1', 'chan@2' do not match any of the r= egexes Use correct names to fix that. Signed-off-by: Michal Vok=C3=A1=C4=8D --- arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts= /imx6dl-yapp4-common.dtsi index 52162e8c7274..aacbf317feea 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -274,7 +274,7 @@ leds: led-controller@30 { #address-cells =3D <1>; #size-cells =3D <0>; =20 - chan@0 { + led@0 { chan-name =3D "R"; led-cur =3D /bits/ 8 <0x20>; max-cur =3D /bits/ 8 <0x60>; @@ -282,7 +282,7 @@ chan@0 { color =3D ; }; =20 - chan@1 { + led@1 { chan-name =3D "G"; led-cur =3D /bits/ 8 <0x20>; max-cur =3D /bits/ 8 <0x60>; @@ -290,7 +290,7 @@ chan@1 { color =3D ; }; =20 - chan@2 { + led@2 { chan-name =3D "B"; led-cur =3D /bits/ 8 <0x20>; max-cur =3D /bits/ 8 <0x60>; --=20 2.25.1 From nobody Fri Sep 12 10:46:19 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 36EAEC05027 for ; Fri, 10 Feb 2023 15:59:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232896AbjBJP7S (ORCPT ); Fri, 10 Feb 2023 10:59:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232845AbjBJP7F (ORCPT ); Fri, 10 Feb 2023 10:59:05 -0500 Received: from uho.ysoft.cz (uho.ysoft.cz [81.19.3.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE4E11CF6F; Fri, 10 Feb 2023 07:59:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044184; bh=2+TpaXpBy+/CX50PszxE+icAKfHjpZWw52REtekM1I8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=C2/E6BDdp3dWqjaN6GB+i2Eeas2Y266wpVng263/xGs0aTJoZQMwLVWDyJTQ6dNb9 HyRNC49huTu5CsE0Kwe2KwHJqWtW1t7GIP4MbgmaGLvw/JGrcedk6zu5sXILOoELAb Wokw5p5Ys0eajadQKt6o9ZB6FFqJM9oom+ovjYbI= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 52548A05F4; Fri, 10 Feb 2023 16:49:44 +0100 (CET) From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 3/6] ARM: dts: imx6dl-yapp4: Use reset-gpios property name Date: Fri, 10 Feb 2023 16:48:52 +0100 Message-Id: <20230210154855.3086900-4-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use the gpios instead of gpio suffix that is mandated by the binding. This dtbs_check warning is fixed now: touchscreen@5c: Unevaluated properties are not allowed ('reset-gpio' was = unexpected) The reset signal worked correctly as both the "gpio" and "gpios" suffixes are actually allowed by the gpiolib. Signed-off-by: Michal Vok=C3=A1=C4=8D --- arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts= /imx6dl-yapp4-common.dtsi index aacbf317feea..c6afc51bb22b 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -313,7 +313,7 @@ touchscreen: touchscreen@5c { interrupt-parent =3D <&gpio4>; interrupts =3D <5 IRQ_TYPE_EDGE_FALLING>; attb-gpio =3D <&gpio4 5 GPIO_ACTIVE_HIGH>; - reset-gpio =3D <&gpio1 2 GPIO_ACTIVE_HIGH>; + reset-gpios =3D <&gpio1 2 GPIO_ACTIVE_HIGH>; touchscreen-size-x =3D <800>; touchscreen-size-y =3D <480>; status =3D "disabled"; --=20 2.25.1 From nobody Fri Sep 12 10:46:19 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66B1DC636CD for ; Fri, 10 Feb 2023 15:59:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232891AbjBJP7Q (ORCPT ); Fri, 10 Feb 2023 10:59:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232835AbjBJP7D (ORCPT ); Fri, 10 Feb 2023 10:59:03 -0500 Received: from uho.ysoft.cz (uho.ysoft.cz [81.19.3.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3FBA238EAB; Fri, 10 Feb 2023 07:59:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044184; bh=eQ/1mUnsjQ6zYc1umeBMKBHU5GQF28XDVjcZeP9EVhc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=R1VlslCRLAXYjnh56OKRyLSiGAF7/2b3rMegjkFVgYDLY6sjieSJuVK3+lU6iVNXS ZY5Xl5EZVslNrH050G9SZiozwAL4HMxmarj0IwQY3eekNMs6r1Omhoovcm4QSNcnKd 8NCoDaniO1Hfg6lbK6JtReBnPaQmR62NQSPGJKt8= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 8E159A06F4; Fri, 10 Feb 2023 16:49:44 +0100 (CET) From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 4/6] =?UTF-8?q?dt-bindings:=20arm:=20fsl:=20Add=20Y=20Soft?= =?UTF-8?q?=20IOTA=C2=A0Phoenix,=20Lynx,=20Pegasus=20and=20Pegasus+?= Date: Fri, 10 Feb 2023 16:48:53 +0100 Message-Id: <20230210154855.3086900-5-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These i.MX6 boards are based on a facelifted PCB from the previous designs. Routing for some unused parts was completely removed (uSD card, PCIe, audio codec) and some new parts were added (supercap backed RTC, secure element, PWM audio, GPIO button). Signed-off-by: Michal Vok=C3=A1=C4=8D Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/fsl.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation= /devicetree/bindings/arm/fsl.yaml index 791c63b2d483..b6be20602ca0 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -242,6 +242,7 @@ properties: - variscite,dt6customboard - wand,imx6q-wandboard # Wandboard i.MX6 Quad Board - ysoft,imx6q-yapp4-crux # i.MX6 Quad Y Soft IOTA Crux bo= ard + - ysoft,imx6q-yapp4-pegasus # i.MX6 Quad Y Soft IOTA Pegasus= board - zealz,imx6q-gk802 # Zealz GK802 - zii,imx6q-zii-rdu2 # ZII RDU2 Board - const: fsl,imx6q @@ -352,6 +353,7 @@ properties: - prt,prtwd3 # Protonic WD3 board - wand,imx6qp-wandboard # Wandboard i.MX6 QuadPlus Board - ysoft,imx6qp-yapp4-crux-plus # i.MX6 Quad Plus Y Soft IOT= A Crux+ board + - ysoft,imx6qp-yapp4-pegasus-plus # i.MX6 Quad Plus Y Soft I= OTA Pegasus+ board - zii,imx6qp-zii-rdu2 # ZII RDU2+ Board - const: fsl,imx6qp =20 @@ -418,7 +420,9 @@ properties: - wand,imx6dl-wandboard # Wandboard i.MX6 Dual Lite Board - ysoft,imx6dl-yapp4-draco # i.MX6 Solo Y Soft IOTA Draco b= oard - ysoft,imx6dl-yapp4-hydra # i.MX6 DualLite Y Soft IOTA Hyd= ra board + - ysoft,imx6dl-yapp4-lynx # i.MX6 DualLite Y Soft IOTA Lyn= x board - ysoft,imx6dl-yapp4-orion # i.MX6 DualLite Y Soft IOTA Ori= on board + - ysoft,imx6dl-yapp4-phoenix # i.MX6 DualLite Y Soft IOTA P= hoenix board - ysoft,imx6dl-yapp4-ursa # i.MX6 Solo Y Soft IOTA Ursa bo= ard - const: fsl,imx6dl =20 --=20 2.25.1 From nobody Fri Sep 12 10:46:19 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D353BC05027 for ; Fri, 10 Feb 2023 15:59:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232880AbjBJP7L (ORCPT ); Fri, 10 Feb 2023 10:59:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232761AbjBJP7D (ORCPT ); Fri, 10 Feb 2023 10:59:03 -0500 Received: from uho.ysoft.cz (uho.ysoft.cz [81.19.3.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0278620563; Fri, 10 Feb 2023 07:59:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044184; bh=saZQ5yAq8ibhi74MUKrD+8lusbgfSTiWkpgOGnm0dsY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OZNT3LIp0i3Zbkgp49bbbcm0W9uHbBuJ0Q1D9glOMKDpJzUTeRaDnF54j8yLmrMih SguLLXB97qjJnjcH0Ic3NAZIPBNcveP1Ij/dDyMPY9PUxZhKtE4c85OcawoINLW+0O DQOkgQtfOY1aJir61dwtOQyiepdN5aNBJPyj2izM= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id C284CA08BA; Fri, 10 Feb 2023 16:49:44 +0100 (CET) From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 5/6] =?UTF-8?q?ARM:=20dts:=20imx6dl-yapp43:=20Add=20suppor?= =?UTF-8?q?t=20for=20new=20HW=20revision=20of=20the=20IOTA=C2=A0board?= Date: Fri, 10 Feb 2023 16:48:54 +0100 Message-Id: <20230210154855.3086900-6-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The PCB used for all the current boards (Ursa, Draco, Hydra, Orion, Crux) was slightly redesigned and delivers some new features while some unused components were removed. - External RTC chip with supercap added. - Secure element added. - LCD display power supply enable/disable signal added. - Touch keyboard reset and interrupt signals added. - Factory reset GPIO button added. - Audio codec LM49350 (EoL) removed and replaced by PWM=C2=A0audio output. - QCA8334 switch was replaced by Marvell 88E6141. - PCIe completely removed. - uSD card removed and replaced by board-to-board expansion connector. There are four configuration variants of the new board: 1. Pegasus The board configuration is based on Orion with the following major changes: - Quad core SoC - 4GB of RAM - RTC with supercap added - Secure element added 2. Pegasus+ This is the very same board as Pegasus but uses the i.MX6QuadPlus SoC. 3. Lynx The board configuration is based on Draco with the following major changes: - DualLite SoC - 1GB of RAM - RTC with supercap added - Secure element added 4. Phoenix The board configuration is based on Ursa with the following major changes: - DualLite Soc - 1GB of RAM - RTC with supercap added - Secure element added - LCD display support removed - UART2 removed - Factory reset GPIO button added Signed-off-by: Michal Vok=C3=A1=C4=8D --- arch/arm/boot/dts/Makefile | 4 + arch/arm/boot/dts/imx6dl-yapp4-lynx.dts | 58 ++ arch/arm/boot/dts/imx6dl-yapp4-phoenix.dts | 42 ++ arch/arm/boot/dts/imx6dl-yapp43-common.dtsi | 619 ++++++++++++++++++ arch/arm/boot/dts/imx6q-yapp4-pegasus.dts | 58 ++ .../boot/dts/imx6qp-yapp4-pegasus-plus.dts | 58 ++ 6 files changed, 839 insertions(+) create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-lynx.dts create mode 100644 arch/arm/boot/dts/imx6dl-yapp4-phoenix.dts create mode 100644 arch/arm/boot/dts/imx6dl-yapp43-common.dtsi create mode 100644 arch/arm/boot/dts/imx6q-yapp4-pegasus.dts create mode 100644 arch/arm/boot/dts/imx6qp-yapp4-pegasus-plus.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d08a3c450ce7..9a60d3fc0483 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -558,7 +558,9 @@ dtb-$(CONFIG_SOC_IMX6Q) +=3D \ imx6dl-wandboard-revd1.dtb \ imx6dl-yapp4-draco.dtb \ imx6dl-yapp4-hydra.dtb \ + imx6dl-yapp4-lynx.dtb \ imx6dl-yapp4-orion.dtb \ + imx6dl-yapp4-phoenix.dtb \ imx6dl-yapp4-ursa.dtb \ imx6q-apalis-eval.dtb \ imx6q-apalis-ixora.dtb \ @@ -625,6 +627,7 @@ dtb-$(CONFIG_SOC_IMX6Q) +=3D \ imx6q-nitrogen6_max.dtb \ imx6q-nitrogen6_som2.dtb \ imx6q-novena.dtb \ + imx6q-yapp4-pegasus.dtb \ imx6q-phytec-mira-rdk-emmc.dtb \ imx6q-phytec-mira-rdk-nand.dtb \ imx6q-phytec-pbab01.dtb \ @@ -680,6 +683,7 @@ dtb-$(CONFIG_SOC_IMX6Q) +=3D \ imx6qp-vicutp.dtb \ imx6qp-wandboard-revd1.dtb \ imx6qp-yapp4-crux-plus.dtb \ + imx6qp-yapp4-pegasus-plus.dtb \ imx6qp-zii-rdu2.dtb \ imx6s-dhcom-drc02.dtb dtb-$(CONFIG_SOC_IMX6SL) +=3D \ diff --git a/arch/arm/boot/dts/imx6dl-yapp4-lynx.dts b/arch/arm/boot/dts/im= x6dl-yapp4-lynx.dts new file mode 100644 index 000000000000..5c2cd517589b --- /dev/null +++ b/arch/arm/boot/dts/imx6dl-yapp4-lynx.dts @@ -0,0 +1,58 @@ +// SPDX-License-Identifier: GPL-2.0 +// +// Copyright (C) 2021 Y Soft Corporation, a.s. + +/dts-v1/; + +#include "imx6dl.dtsi" +#include "imx6dl-yapp43-common.dtsi" + +/ { + model =3D "Y Soft IOTA Lynx i.MX6DualLite board"; + compatible =3D "ysoft,imx6dl-yapp4-lynx", "fsl,imx6dl"; + + memory@10000000 { + device_type =3D "memory"; + reg =3D <0x10000000 0x40000000>; + }; +}; + +&backlight { + status =3D "okay"; +}; + +&lcd_display { + status =3D "okay"; +}; + +&leds { + status =3D "okay"; +}; + +&panel { + status =3D "okay"; +}; + +&pwm1 { + status =3D "okay"; +}; + +®_usb_h1_vbus { + status =3D "okay"; +}; + +&touchscreen { + status =3D "okay"; +}; + +&uart2 { + status =3D "okay"; +}; + +&usbh1 { + status =3D "okay"; +}; + +&usbphy2 { + status =3D "okay"; +}; diff --git a/arch/arm/boot/dts/imx6dl-yapp4-phoenix.dts b/arch/arm/boot/dts= /imx6dl-yapp4-phoenix.dts new file mode 100644 index 000000000000..e0292f11d03e --- /dev/null +++ b/arch/arm/boot/dts/imx6dl-yapp4-phoenix.dts @@ -0,0 +1,42 @@ +// SPDX-License-Identifier: GPL-2.0 +// +// Copyright (C) 2021 Y Soft Corporation, a.s. + +/dts-v1/; + +#include "imx6dl.dtsi" +#include "imx6dl-yapp43-common.dtsi" + +/ { + model =3D "Y Soft IOTA Phoenix i.MX6DualLite board"; + compatible =3D "ysoft,imx6dl-yapp4-phoenix", "fsl,imx6dl"; + + memory@10000000 { + device_type =3D "memory"; + reg =3D <0x10000000 0x40000000>; + }; +}; + +&aliases { + /delete-property/ ethernet1; +}; + +&gpio_keys { + status =3D "okay"; +}; + +®_usb_h1_vbus { + status =3D "okay"; +}; + +&switch_ports { + /delete-node/ port@2; +}; + +&usbh1 { + status =3D "okay"; +}; + +&usbphy2 { + status =3D "okay"; +}; diff --git a/arch/arm/boot/dts/imx6dl-yapp43-common.dtsi b/arch/arm/boot/dt= s/imx6dl-yapp43-common.dtsi new file mode 100644 index 000000000000..30f354195e01 --- /dev/null +++ b/arch/arm/boot/dts/imx6dl-yapp43-common.dtsi @@ -0,0 +1,619 @@ +// SPDX-License-Identifier: GPL-2.0 +// +// Copyright (C) 2021 Y Soft Corporation, a.s. + +#include +#include +#include +#include +#include + +/ { + aliases: aliases { + ethernet1 =3D ð1; + ethernet2 =3D ð2; + mmc0 =3D &usdhc3; + mmc1 =3D &usdhc4; + }; + + backlight: backlight { + compatible =3D "pwm-backlight"; + pwms =3D <&pwm1 0 500000 PWM_POLARITY_INVERTED>; + brightness-levels =3D <0 32 64 128 255>; + default-brightness-level =3D <32>; + num-interpolated-steps =3D <8>; + power-supply =3D <&sw2_reg>; + status =3D "disabled"; + }; + + gpio_keys: gpio-keys { + compatible =3D "gpio-keys"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_gpio_keys>; + status =3D "disabled"; + + button { + label =3D "Factory RESET"; + linux,code =3D ; + gpios =3D <&gpio1 0 GPIO_ACTIVE_LOW>; + }; + }; + + lcd_display: display { + compatible =3D "fsl,imx-parallel-display"; + #address-cells =3D <1>; + #size-cells =3D <0>; + interface-pix-fmt =3D "rgb24"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_ipu1>; + status =3D "disabled"; + + port@0 { + reg =3D <0>; + + lcd_display_in: endpoint { + remote-endpoint =3D <&ipu1_di0_disp0>; + }; + }; + + port@1 { + reg =3D <1>; + + lcd_display_out: endpoint { + remote-endpoint =3D <&lcd_panel_in>; + }; + }; + }; + + panel: panel { + compatible =3D "dataimage,scf0700c48ggu18"; + power-supply =3D <&sw2_reg>; + backlight =3D <&backlight>; + enable-gpios =3D <&gpio3 7 GPIO_ACTIVE_HIGH>; + status =3D "disabled"; + + port { + lcd_panel_in: endpoint { + remote-endpoint =3D <&lcd_display_out>; + }; + }; + }; + + reg_usb_h1_vbus: regulator-usb-h1-vbus { + compatible =3D "regulator-fixed"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_usbh1_vbus>; + regulator-name =3D "usb_h1_vbus"; + regulator-min-microvolt =3D <5000000>; + regulator-max-microvolt =3D <5000000>; + gpio =3D <&gpio1 29 GPIO_ACTIVE_HIGH>; + enable-active-high; + status =3D "disabled"; + }; + + reg_usb_otg_vbus: regulator-usb-otg-vbus { + compatible =3D "regulator-fixed"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_usbotg_vbus>; + regulator-name =3D "usb_otg_vbus"; + regulator-min-microvolt =3D <5000000>; + regulator-max-microvolt =3D <5000000>; + gpio =3D <&gpio3 22 GPIO_ACTIVE_HIGH>; + enable-active-high; + status =3D "okay"; + }; +}; + +&fec { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_enet>; + phy-mode =3D "rgmii-id"; + phy-reset-gpios =3D <&gpio1 25 GPIO_ACTIVE_LOW>; + phy-reset-duration =3D <20>; + phy-supply =3D <&sw2_reg>; + status =3D "okay"; + + fixed-link { + speed =3D <1000>; + full-duplex; + }; + + mdio { + #address-cells =3D <1>; + #size-cells =3D <0>; + + switch@0 { + compatible =3D "marvell,mv88e6085"; + reg =3D <0>; + + switch_ports: ports { + #address-cells =3D <1>; + #size-cells =3D <0>; + + ethphy0: port@0 { + reg =3D <0>; + label =3D "cpu"; + phy-mode =3D "rgmii-id"; + ethernet =3D <&fec>; + + fixed-link { + speed =3D <1000>; + full-duplex; + }; + }; + + eth2: port@1 { + reg =3D <1>; + label =3D "eth2"; + phy-handle =3D <&phy_port1>; + }; + + eth1: port@2 { + reg =3D <2>; + label =3D "eth1"; + phy-handle =3D <&phy_port2>; + }; + }; + + mdio { + #address-cells =3D <1>; + #size-cells =3D <0>; + + phy_port1: switchphy@11 { + reg =3D <0x11>; + }; + + phy_port2: switchphy@12 { + reg =3D <0x12>; + }; + }; + }; + }; +}; + +&i2c2 { + clock-frequency =3D <100000>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_i2c2>; + status =3D "okay"; + + pmic@8 { + compatible =3D "fsl,pfuze200"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_pmic>; + reg =3D <0x8>; + + regulators { + sw1a_reg: sw1ab { + regulator-min-microvolt =3D <300000>; + regulator-max-microvolt =3D <1875000>; + regulator-boot-on; + regulator-always-on; + regulator-ramp-delay =3D <6250>; + }; + + sw2_reg: sw2 { + regulator-min-microvolt =3D <800000>; + regulator-max-microvolt =3D <3300000>; + regulator-boot-on; + regulator-always-on; + }; + + sw3a_reg: sw3a { + regulator-min-microvolt =3D <400000>; + regulator-max-microvolt =3D <1975000>; + regulator-boot-on; + regulator-always-on; + }; + + sw3b_reg: sw3b { + regulator-min-microvolt =3D <400000>; + regulator-max-microvolt =3D <1975000>; + regulator-boot-on; + regulator-always-on; + }; + + swbst_reg: swbst { + regulator-min-microvolt =3D <5000000>; + regulator-max-microvolt =3D <5150000>; + }; + + vgen1_reg: vgen1 { + regulator-min-microvolt =3D <800000>; + regulator-max-microvolt =3D <1550000>; + }; + + vgen2_reg: vgen2 { + regulator-min-microvolt =3D <800000>; + regulator-max-microvolt =3D <1550000>; + }; + + vgen3_reg: vgen3 { + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <3300000>; + regulator-always-on; + }; + + vgen4_reg: vgen4 { + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <3300000>; + regulator-always-on; + }; + + vgen5_reg: vgen5 { + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <3300000>; + regulator-always-on; + }; + + vgen6_reg: vgen6 { + regulator-min-microvolt =3D <1800000>; + regulator-max-microvolt =3D <3300000>; + regulator-always-on; + }; + + vref_reg: vrefddr { + regulator-boot-on; + regulator-always-on; + }; + + vsnvs_reg: vsnvs { + regulator-min-microvolt =3D <1000000>; + regulator-max-microvolt =3D <3000000>; + regulator-boot-on; + regulator-always-on; + }; + }; + }; + + leds: led-controller@30 { + compatible =3D "ti,lp5562"; + reg =3D <0x30>; + clock-mode =3D /bits/ 8 <1>; + status =3D "disabled"; + #address-cells =3D <1>; + #size-cells =3D <0>; + + led@0 { + chan-name =3D "R"; + led-cur =3D /bits/ 8 <0x20>; + max-cur =3D /bits/ 8 <0x60>; + reg =3D <0>; + color =3D ; + }; + + led@1 { + chan-name =3D "G"; + led-cur =3D /bits/ 8 <0x20>; + max-cur =3D /bits/ 8 <0x60>; + reg =3D <1>; + color =3D ; + }; + + led@2 { + chan-name =3D "B"; + led-cur =3D /bits/ 8 <0x20>; + max-cur =3D /bits/ 8 <0x60>; + reg =3D <2>; + color =3D ; + }; + }; + + eeprom@57 { + compatible =3D "atmel,24c128"; + reg =3D <0x57>; + pagesize =3D <64>; + status =3D "okay"; + }; + + touchscreen: touchscreen@5c { + compatible =3D "pixcir,pixcir_tangoc"; + reg =3D <0x5c>; + pinctrl-0 =3D <&pinctrl_touch>; + interrupt-parent =3D <&gpio4>; + interrupts =3D <5 IRQ_TYPE_EDGE_FALLING>; + attb-gpio =3D <&gpio4 5 GPIO_ACTIVE_HIGH>; + reset-gpios =3D <&gpio1 2 GPIO_ACTIVE_HIGH>; + touchscreen-size-x =3D <800>; + touchscreen-size-y =3D <480>; + status =3D "disabled"; + }; + + rtc: rtc@68 { + compatible =3D "dallas,ds1341"; + reg =3D <0x68>; + status =3D "okay"; + }; +}; + +&i2c3 { + clock-frequency =3D <100000>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_i2c3>; + status =3D "disabled"; + + oled_1309: oled@3c { + compatible =3D "solomon,ssd1309fb-i2c"; + reg =3D <0x3c>; + solomon,height =3D <64>; + solomon,width =3D <128>; + solomon,page-offset =3D <0>; + solomon,segment-no-remap; + solomon,prechargep2 =3D <15>; + reset-gpios =3D <&gpio_oled 1 GPIO_ACTIVE_LOW>; + vbat-supply =3D <&sw2_reg>; + status =3D "disabled"; + }; + + oled_1305: oled@3d { + compatible =3D "solomon,ssd1305fb-i2c"; + reg =3D <0x3d>; + solomon,height =3D <64>; + solomon,width =3D <128>; + solomon,page-offset =3D <0>; + solomon,col-offset =3D <4>; + solomon,prechargep2 =3D <15>; + reset-gpios =3D <&gpio_oled 1 GPIO_ACTIVE_LOW>; + vbat-supply =3D <&sw2_reg>; + status =3D "disabled"; + }; + + gpio_oled: gpio@41 { + compatible =3D "nxp,pca9536"; + gpio-controller; + #gpio-cells =3D <2>; + reg =3D <0x41>; + vcc-supply =3D <&sw2_reg>; + status =3D "disabled"; + }; + + touchkeys: keys@5a { + compatible =3D "fsl,mpr121-touchkey"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_touchkeys>; + reg =3D <0x5a>; + vdd-supply =3D <&sw2_reg>; + autorepeat; + linux,keycodes =3D , , , , , + , , , , + , , ; + poll-interval =3D <50>; + status =3D "disabled"; + }; +}; + +&iomuxc { + pinctrl_enet: enetgrp { + fsl,pins =3D < + MX6QDL_PAD_ENET_MDIO__ENET_MDIO 0x1b020 + MX6QDL_PAD_ENET_MDC__ENET_MDC 0x1b020 + MX6QDL_PAD_RGMII_TXC__RGMII_TXC 0x1b020 + MX6QDL_PAD_RGMII_TD0__RGMII_TD0 0x1b020 + MX6QDL_PAD_RGMII_TD1__RGMII_TD1 0x1b020 + MX6QDL_PAD_RGMII_TD2__RGMII_TD2 0x1b020 + MX6QDL_PAD_RGMII_TD3__RGMII_TD3 0x1b020 + MX6QDL_PAD_RGMII_TX_CTL__RGMII_TX_CTL 0x1b020 + MX6QDL_PAD_RGMII_RXC__RGMII_RXC 0x1b020 + MX6QDL_PAD_RGMII_RD0__RGMII_RD0 0x1b020 + MX6QDL_PAD_RGMII_RD1__RGMII_RD1 0x1b020 + MX6QDL_PAD_RGMII_RD2__RGMII_RD2 0x1b020 + MX6QDL_PAD_RGMII_RD3__RGMII_RD3 0x1b020 + MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL 0x1b020 + MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK 0x1b010 + MX6QDL_PAD_GPIO_16__ENET_REF_CLK 0x1b010 + MX6QDL_PAD_ENET_CRS_DV__GPIO1_IO25 0x1b098 + >; + }; + + pinctrl_gpio_keys: gpiokeysgrp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_0__GPIO1_IO00 0x1b0b0 + >; + }; + + pinctrl_i2c2: i2c2grp { + fsl,pins =3D < + MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b899 + MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b899 + >; + }; + + pinctrl_i2c3: i2c3grp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_3__I2C3_SCL 0x4001b899 + MX6QDL_PAD_GPIO_6__I2C3_SDA 0x4001b899 + >; + }; + + pinctrl_ipu1: ipu1grp { + fsl,pins =3D < + MX6QDL_PAD_EIM_DA7__GPIO3_IO07 0x1b0b0 + MX6QDL_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK 0x10 + MX6QDL_PAD_DI0_PIN2__IPU1_DI0_PIN02 0x10 + MX6QDL_PAD_DI0_PIN3__IPU1_DI0_PIN03 0x10 + MX6QDL_PAD_DISP0_DAT0__IPU1_DISP0_DATA00 0x10 + MX6QDL_PAD_DISP0_DAT1__IPU1_DISP0_DATA01 0x10 + MX6QDL_PAD_DISP0_DAT2__IPU1_DISP0_DATA02 0x10 + MX6QDL_PAD_DISP0_DAT3__IPU1_DISP0_DATA03 0x10 + MX6QDL_PAD_DISP0_DAT4__IPU1_DISP0_DATA04 0x10 + MX6QDL_PAD_DISP0_DAT5__IPU1_DISP0_DATA05 0x10 + MX6QDL_PAD_DISP0_DAT6__IPU1_DISP0_DATA06 0x10 + MX6QDL_PAD_DISP0_DAT7__IPU1_DISP0_DATA07 0x10 + MX6QDL_PAD_DISP0_DAT8__IPU1_DISP0_DATA08 0x10 + MX6QDL_PAD_DISP0_DAT9__IPU1_DISP0_DATA09 0x10 + MX6QDL_PAD_DISP0_DAT10__IPU1_DISP0_DATA10 0x10 + MX6QDL_PAD_DISP0_DAT11__IPU1_DISP0_DATA11 0x10 + MX6QDL_PAD_DISP0_DAT12__IPU1_DISP0_DATA12 0x10 + MX6QDL_PAD_DISP0_DAT13__IPU1_DISP0_DATA13 0x10 + MX6QDL_PAD_DISP0_DAT14__IPU1_DISP0_DATA14 0x10 + MX6QDL_PAD_DISP0_DAT15__IPU1_DISP0_DATA15 0x10 + MX6QDL_PAD_DISP0_DAT16__IPU1_DISP0_DATA16 0x10 + MX6QDL_PAD_DISP0_DAT17__IPU1_DISP0_DATA17 0x10 + MX6QDL_PAD_DISP0_DAT18__IPU1_DISP0_DATA18 0x10 + MX6QDL_PAD_DISP0_DAT19__IPU1_DISP0_DATA19 0x10 + MX6QDL_PAD_DISP0_DAT20__IPU1_DISP0_DATA20 0x10 + MX6QDL_PAD_DISP0_DAT21__IPU1_DISP0_DATA21 0x10 + MX6QDL_PAD_DISP0_DAT22__IPU1_DISP0_DATA22 0x10 + MX6QDL_PAD_DISP0_DAT23__IPU1_DISP0_DATA23 0x10 + >; + }; + + pinctrl_pmic: pmicgrp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_18__GPIO7_IO13 0x1b098 + >; + }; + + pinctrl_pwm1: pwm1grp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_9__PWM1_OUT 0x8 + >; + }; + + pinctrl_touch: touchgrp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_19__GPIO4_IO05 0x1b098 + MX6QDL_PAD_GPIO_2__GPIO1_IO02 0x1b098 + >; + }; + + pinctrl_touchkeys: touchkeysgrp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_17__GPIO7_IO12 0x1b098 + MX6QDL_PAD_GPIO_5__GPIO1_IO05 0x1b098 + >; + }; + + pinctrl_uart1: uart1grp { + fsl,pins =3D < + MX6QDL_PAD_CSI0_DAT10__UART1_TX_DATA 0x1b0a8 + MX6QDL_PAD_CSI0_DAT11__UART1_RX_DATA 0x1b0a8 + >; + }; + + pinctrl_uart2: uart2grp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_7__UART2_TX_DATA 0x1b098 + MX6QDL_PAD_GPIO_8__UART2_RX_DATA 0x1b098 + >; + }; + + pinctrl_usbh1: usbh1grp { + fsl,pins =3D < + MX6QDL_PAD_EIM_D30__USB_H1_OC 0x1b098 + >; + }; + + pinctrl_usbh1_vbus: usbh1-vbus { + fsl,pins =3D < + MX6QDL_PAD_ENET_TXD1__GPIO1_IO29 0x98 + >; + }; + + pinctrl_usbotg: usbotggrp { + fsl,pins =3D < + MX6QDL_PAD_ENET_RX_ER__USB_OTG_ID 0x1b098 + MX6QDL_PAD_EIM_D21__USB_OTG_OC 0x1b098 + >; + }; + + pinctrl_usbotg_vbus: usbotg-vbus { + fsl,pins =3D < + MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x98 + >; + }; + + pinctrl_usdhc4: usdhc4grp { + fsl,pins =3D < + MX6QDL_PAD_SD4_CMD__SD4_CMD 0x1f069 + MX6QDL_PAD_SD4_CLK__SD4_CLK 0x10069 + MX6QDL_PAD_SD4_DAT0__SD4_DATA0 0x17069 + MX6QDL_PAD_SD4_DAT1__SD4_DATA1 0x17069 + MX6QDL_PAD_SD4_DAT2__SD4_DATA2 0x17069 + MX6QDL_PAD_SD4_DAT3__SD4_DATA3 0x17069 + MX6QDL_PAD_SD4_DAT4__SD4_DATA4 0x17069 + MX6QDL_PAD_SD4_DAT5__SD4_DATA5 0x17069 + MX6QDL_PAD_SD4_DAT6__SD4_DATA6 0x17069 + MX6QDL_PAD_SD4_DAT7__SD4_DATA7 0x17069 + >; + }; + + pinctrl_wdog: wdoggrp { + fsl,pins =3D < + MX6QDL_PAD_GPIO_1__WDOG2_B 0x1b0b0 + >; + }; +}; + +&ipu1_di0_disp0 { + remote-endpoint =3D <&lcd_display_in>; +}; + +&pwm1 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_pwm1>; + status =3D "disabled"; +}; + +&uart1 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_uart1>; + status =3D "okay"; +}; + +&uart2 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_uart2>; + status =3D "disabled"; +}; + +&usbh1 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_usbh1>; + vbus-supply =3D <®_usb_h1_vbus>; + over-current-active-low; + status =3D "disabled"; +}; + +&usbotg { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_usbotg>; + vbus-supply =3D <®_usb_otg_vbus>; + over-current-active-low; + srp-disable; + hnp-disable; + adp-disable; + status =3D "okay"; +}; + +&usbphy1 { + fsl,tx-d-cal =3D <106>; + status =3D "okay"; +}; + +&usbphy2 { + fsl,tx-d-cal =3D <109>; + status =3D "disabled"; +}; + +&usdhc4 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_usdhc4>; + bus-width =3D <8>; + non-removable; + no-1-8-v; + keep-power-in-suspend; + vmmc-supply =3D <&sw2_reg>; + status =3D "okay"; +}; + +&wdog1 { + status =3D "disabled"; +}; + +&wdog2 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_wdog>; + fsl,ext-reset-output; + status =3D "okay"; +}; diff --git a/arch/arm/boot/dts/imx6q-yapp4-pegasus.dts b/arch/arm/boot/dts/= imx6q-yapp4-pegasus.dts new file mode 100644 index 000000000000..ec6651ba4ba2 --- /dev/null +++ b/arch/arm/boot/dts/imx6q-yapp4-pegasus.dts @@ -0,0 +1,58 @@ +// SPDX-License-Identifier: GPL-2.0 +// +// Copyright (C) 2021 Y Soft Corporation, a.s. + +/dts-v1/; + +#include "imx6q.dtsi" +#include "imx6dl-yapp43-common.dtsi" + +/ { + model =3D "Y Soft IOTA Pegasus i.MX6Quad board"; + compatible =3D "ysoft,imx6q-yapp4-pegasus", "fsl,imx6q"; + + memory@10000000 { + device_type =3D "memory"; + reg =3D <0x10000000 0xf0000000>; + }; +}; + +&gpio_oled { + status =3D "okay"; +}; + +&i2c3 { + status =3D "okay"; +}; + +&leds { + status =3D "okay"; +}; + +&oled_1305 { + status =3D "okay"; +}; + +&oled_1309 { + status =3D "okay"; +}; + +®_pu { + regulator-always-on; +}; + +®_usb_h1_vbus { + status =3D "okay"; +}; + +&touchkeys { + status =3D "okay"; +}; + +&usbh1 { + status =3D "okay"; +}; + +&usbphy2 { + status =3D "okay"; +}; diff --git a/arch/arm/boot/dts/imx6qp-yapp4-pegasus-plus.dts b/arch/arm/boo= t/dts/imx6qp-yapp4-pegasus-plus.dts new file mode 100644 index 000000000000..4a961a33bf2d --- /dev/null +++ b/arch/arm/boot/dts/imx6qp-yapp4-pegasus-plus.dts @@ -0,0 +1,58 @@ +// SPDX-License-Identifier: GPL-2.0 +// +// Copyright (C) 2021 Y Soft Corporation, a.s. + +/dts-v1/; + +#include "imx6qp.dtsi" +#include "imx6dl-yapp43-common.dtsi" + +/ { + model =3D "Y Soft IOTA Pegasus+ i.MX6QuadPlus board"; + compatible =3D "ysoft,imx6qp-yapp4-pegasus-plus", "fsl,imx6qp"; + + memory@10000000 { + device_type =3D "memory"; + reg =3D <0x10000000 0xf0000000>; + }; +}; + +&gpio_oled { + status =3D "okay"; +}; + +&i2c3 { + status =3D "okay"; +}; + +&leds { + status =3D "okay"; +}; + +&oled_1305 { + status =3D "okay"; +}; + +&oled_1309 { + status =3D "okay"; +}; + +®_pu { + regulator-always-on; +}; + +®_usb_h1_vbus { + status =3D "okay"; +}; + +&touchkeys { + status =3D "okay"; +}; + +&usbh1 { + status =3D "okay"; +}; + +&usbphy2 { + status =3D "okay"; +}; --=20 2.25.1 From nobody Fri Sep 12 10:46:19 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F46FC636D4 for ; Fri, 10 Feb 2023 15:59:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232911AbjBJP7V (ORCPT ); Fri, 10 Feb 2023 10:59:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232847AbjBJP7F (ORCPT ); Fri, 10 Feb 2023 10:59:05 -0500 Received: from uho.ysoft.cz (uho.ysoft.cz [81.19.3.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE5F75895E; Fri, 10 Feb 2023 07:59:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044185; bh=JFMlB1aX3qf2fUdQC5LzmEbj4Cohdg5vUwREenKUSuc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=W0Nh/pYaQxTegmQLQg5asiY75c3OEBQ5lsNXvlCj2DH+KCN9Zim49Ti+Qv4OkcSI9 WVetFTwAb01QMqu/lZcRHS4D5Ml9bkUIcErTQJNZoemx/hk9EBFkZI0I6dqr9o+4TQ CdzsqcWgr/+txIWbGqzuHXs8NaQhtYJy4rL+NW7I= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 0A6BDA08F0; Fri, 10 Feb 2023 16:49:45 +0100 (CET) From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 6/6] =?UTF-8?q?MAINTAINERS:=20Add=20Michal=20Vok=C3=A1?= =?UTF-8?q?=C4=8D=20as=20yapp4=20boards=20maintainer?= Date: Fri, 10 Feb 2023 16:48:55 +0100 Message-Id: <20230210154855.3086900-7-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Number of the boards is continually growing and we expect more to come. Add myself as a maintainer of the yapp4 (ysoft appliance v4) platform to state that we do take care about all of these. Signed-off-by: Michal Vok=C3=A1=C4=8D --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb1471cb5ed3..4d4d9ffc700c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23005,6 +23005,12 @@ S: Maintained F: Documentation/input/devices/yealink.rst F: drivers/input/misc/yealink.* =20 +YSOFT IOTA=C2=A0BOARD SUPPORT +M: Michal Vok=C3=A1=C4=8D +L: devicetree@vger.kernel.org +S: Supported +F: arch/arm/boot/dts/imx6*-yapp4* + Z8530 DRIVER FOR AX.25 M: Joerg Reuter L: linux-hams@vger.kernel.org --=20 2.25.1