From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 053251487C7; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; cv=none; b=O1S9VPMYGxvDSn8PiVu3AxOwoYkfgodA1Dz3CPmaxxfbfpic5JTmelVn8hv/Is9BBR67u73m3p7PygKp4dNmv1jg2N8AsgDhBeyfquFacxlYyBg+YbTVH9QriaAJDOS/68i2VaUkto02x4zO0EgMMorNf4ZiHpxg0/bs17vUcUk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; c=relaxed/simple; bh=resC3EdVnr1VmQ6d66ZukTMXBA464nmyoeCuIzkpf5w=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=KbpQ1pr2bUjZsdQxxkvXbDV4GVH4lxQhvWpyIH/E/PO1Cn0MKYL43Qqqunu29FaVIywRfLNBO6wwprPnKleUk5ScBGISHRE1gkBSMbG2YG/NYFy5E+pooBoA1xVbWfHidTbHucNMPWUfSS2zW/Ub39/n2eosLqn6r0hEgXceRRY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=draIw5KD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="draIw5KD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A2F4C43399; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123019; bh=resC3EdVnr1VmQ6d66ZukTMXBA464nmyoeCuIzkpf5w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=draIw5KD63MEn6mgslqrvMSi26qiChhLr8ex3vt00LPfpA/aWvyugWlMNhmzwxCv6 RiQFtfVMspq4nLZkh3TJ+binLJdvgu0JPDILLMqqeqYPrCaCrGfrwK0C+s85ahZmKR 1KkpKQFHOSbu7fX0UehI05abFt4NBrL5lrHUaGXENxTv2NDyLeRqtCKOGwTs9Aki+u myHX3KNUorXJT+4LDg0E4iqeQEYbS+tYiZ1geny4Lqr1i9yNOftNq8JmtHjQkHc1Ie Nmo01cuAp5734p1gluhp7QpePpSOll9yWdQfcPSZ3+Q5t6HCV0FeljM9LMWLrMHePs 5KBDoRFenk0zA== Received: by mercury (Postfix, from userid 1000) id 8D1131062D86; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Subject: [PATCH v3 01/16] dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML Date: Fri, 16 Feb 2024 23:34:20 +0100 Message-ID: <20240216223654.1312880-2-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Convert i.MX6UL pinctrl bindings to YAML. Reviewed-by: Linus Walleij Reviewed-by: Rob Herring Signed-off-by: Sebastian Reichel --- .../bindings/pinctrl/fsl,imx6ul-pinctrl.txt | 37 ------ .../bindings/pinctrl/fsl,imx6ul-pinctrl.yaml | 116 ++++++++++++++++++ 2 files changed, 116 insertions(+), 37 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pi= nctrl.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pi= nctrl.yaml diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pinctrl.t= xt b/Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pinctrl.txt deleted file mode 100644 index 7ca4f6118d9a..000000000000 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pinctrl.txt +++ /dev/null @@ -1,37 +0,0 @@ -* Freescale i.MX6 UltraLite IOMUX Controller - -Please refer to fsl,imx-pinctrl.txt in this directory for common binding p= art -and usage. - -Required properties: -- compatible: "fsl,imx6ul-iomuxc" for main IOMUX controller or - "fsl,imx6ull-iomuxc-snvs" for i.MX 6ULL's SNVS IOMUX controller. -- fsl,pins: each entry consists of 6 integers and represents the mux and c= onfig - setting for one pin. The first 5 integers are specified using a PIN_FUNC_ID macro, which can be found in - imx6ul-pinfunc.h under device tree source folder. The last integer CONF= IG is - the pad setting value like pull-up on this pin. Please refer to i.MX6 U= ltraLite - Reference Manual for detailed CONFIG settings. - -CONFIG bits definition: -PAD_CTL_HYS (1 << 16) -PAD_CTL_PUS_100K_DOWN (0 << 14) -PAD_CTL_PUS_47K_UP (1 << 14) -PAD_CTL_PUS_100K_UP (2 << 14) -PAD_CTL_PUS_22K_UP (3 << 14) -PAD_CTL_PUE (1 << 13) -PAD_CTL_PKE (1 << 12) -PAD_CTL_ODE (1 << 11) -PAD_CTL_SPEED_LOW (0 << 6) -PAD_CTL_SPEED_MED (1 << 6) -PAD_CTL_SPEED_HIGH (3 << 6) -PAD_CTL_DSE_DISABLE (0 << 3) -PAD_CTL_DSE_260ohm (1 << 3) -PAD_CTL_DSE_130ohm (2 << 3) -PAD_CTL_DSE_87ohm (3 << 3) -PAD_CTL_DSE_65ohm (4 << 3) -PAD_CTL_DSE_52ohm (5 << 3) -PAD_CTL_DSE_43ohm (6 << 3) -PAD_CTL_DSE_37ohm (7 << 3) -PAD_CTL_SRE_FAST (1 << 0) -PAD_CTL_SRE_SLOW (0 << 0) diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pinctrl.y= aml b/Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pinctrl.yaml new file mode 100644 index 000000000000..906b264a9e3c --- /dev/null +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx6ul-pinctrl.yaml @@ -0,0 +1,116 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/pinctrl/fsl,imx6ul-pinctrl.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Freescale IMX6UL IOMUX Controller + +maintainers: + - Dong Aisheng + +description: + Please refer to fsl,imx-pinctrl.txt and pinctrl-bindings.txt in this dir= ectory + for common binding part and usage. + +allOf: + - $ref: pinctrl.yaml# + +properties: + compatible: + enum: + - fsl,imx6ul-iomuxc + - fsl,imx6ull-iomuxc-snvs + + reg: + maxItems: 1 + +# Client device subnode's properties +patternProperties: + 'grp$': + type: object + description: + Pinctrl node's client devices use subnodes for desired pin configura= tion. + Client device subnodes use below standard properties. + + properties: + fsl,pins: + description: + each entry consists of 6 integers and represents the mux and con= fig + setting for one pin. The first 5 integers are specified using a PIN_FUNC_ID macro, whic= h can + be found in . The last integ= er + CONFIG is the pad setting value like pull-up on this pin. Please + refer to i.MX6UL Reference Manual for detailed CONFIG settings. + $ref: /schemas/types.yaml#/definitions/uint32-matrix + items: + items: + - description: | + "mux_reg" indicates the offset of mux register. + - description: | + "conf_reg" indicates the offset of pad configuration regis= ter. + - description: | + "input_reg" indicates the offset of select input register. + - description: | + "mux_val" indicates the mux value to be applied. + - description: | + "input_val" indicates the select input value to be applied. + - description: | + "pad_setting" indicates the pad configuration value to be = applied: + PAD_CTL_HYS (1 << 16) + PAD_CTL_PUS_100K_DOWN (0 << 14) + PAD_CTL_PUS_47K_UP (1 << 14) + PAD_CTL_PUS_100K_UP (2 << 14) + PAD_CTL_PUS_22K_UP (3 << 14) + PAD_CTL_PUE (1 << 13) + PAD_CTL_PKE (1 << 12) + PAD_CTL_ODE (1 << 11) + PAD_CTL_SPEED_LOW (0 << 6) + PAD_CTL_SPEED_MED (1 << 6) + PAD_CTL_SPEED_HIGH (3 << 6) + PAD_CTL_DSE_DISABLE (0 << 3) + PAD_CTL_DSE_260ohm (1 << 3) + PAD_CTL_DSE_130ohm (2 << 3) + PAD_CTL_DSE_87ohm (3 << 3) + PAD_CTL_DSE_65ohm (4 << 3) + PAD_CTL_DSE_52ohm (5 << 3) + PAD_CTL_DSE_43ohm (6 << 3) + PAD_CTL_DSE_37ohm (7 << 3) + PAD_CTL_SRE_FAST (1 << 0) + PAD_CTL_SRE_SLOW (0 << 0) + + required: + - fsl,pins + + additionalProperties: false + +required: + - compatible + - reg + +additionalProperties: false + +examples: + - | + iomuxc: pinctrl@20e0000 { + compatible =3D "fsl,imx6ul-iomuxc"; + reg =3D <0x020e0000 0x4000>; + + mux_uart: uartgrp { + fsl,pins =3D < + 0x0084 0x0310 0x0000 0 0 0x1b0b1 + 0x0088 0x0314 0x0624 0 3 0x1b0b1 + >; + }; + }; + - | + iomuxc_snvs: pinctrl@2290000 { + compatible =3D "fsl,imx6ull-iomuxc-snvs"; + reg =3D <0x02290000 0x4000>; + + pinctrl_snvs_usbc_det: snvsusbcdetgrp { + fsl,pins =3D < + 0x0010 0x0054 0x0000 0x5 0x0 0x130b0 + >; + }; + }; --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 052D81487C5; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; cv=none; b=afMtvZFXBBqi4cB2SqPz3SbUmAaLI3M4zu8xQ6bhddBjMA5N/yWmikhVr8+ecG0UepocvZ2sR6whfjtvcYc8fyPeW5YOfHEb5N0NUWKt+d1tbpAtaGX4rd1V0virs/F9Bd//QVDW0Zgd7cO4b1TtuawRooHb3wqXKN2WjyIs2g4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; c=relaxed/simple; bh=k8+jizcmdH1J+FT6dJ2DhV9mmUmdOs7D3PSZRl0zo0A=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lZ57blg8Tw03Tzjmg6lfpoWJmT4ucMpj1s19Qohz4imUFzPHK++87z6FLxRymr57iIw5EYQ9N+PvYSdlfhQtN/aWtlkaQT6+8A10RbIS05q0Vqb1AwifRfvZS9qvPa+zPweHjjp52w22DP0omgk3duVqkdEZvn+jT7N5PribfuQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WV2QrVYk; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WV2QrVYk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CEDCC433F1; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123019; bh=k8+jizcmdH1J+FT6dJ2DhV9mmUmdOs7D3PSZRl0zo0A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WV2QrVYkCng4jX3pXC93viJK+LFp3YwFXUeUn5pVuIlYMdwFXTwI3EMdryMUGgNix F/qSZDc4j4C9Y5QpepOTn0pXgjSrW9RcpDYsNrpn46QahAtYkZISjxQE0s6RaZiSgc fEPrMLNz3LkiTPOR/hP752ADJdQtR91/BKZDGL3HUG2fLF4nL9rYl0/YJS0Ng0r1cj wCO/yFIwWnj2tbZtR0h9QexRXEk++MatDswg6pUG+xoTUYUoXDw6VDm8U7Siu74uMc 1oCZVDOobRoTUfEnsYY1FSjgBV8m9OECapGroqxtB95/zD1gswMmT3FZhGmjPjeJw6 unNB+qFK9Dx4w== Received: by mercury (Postfix, from userid 1000) id 933EB1063396; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 02/16] dt-bindings: bus: imx-weim: convert to YAML Date: Fri, 16 Feb 2024 23:34:21 +0100 Message-ID: <20240216223654.1312880-3-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Convert the i.MX Wireless External Interface Module binding to YAML. Signed-off-by: Sebastian Reichel --- .../devicetree/bindings/bus/imx-weim.txt | 117 ---------- .../fsl/fsl,imx-weim-peripherals.yaml | 31 +++ .../memory-controllers/fsl/fsl,imx-weim.yaml | 203 ++++++++++++++++++ .../mc-peripheral-props.yaml | 1 + .../fieldbus/arcx,anybus-controller.txt | 2 +- 5 files changed, 236 insertions(+), 118 deletions(-) delete mode 100644 Documentation/devicetree/bindings/bus/imx-weim.txt create mode 100644 Documentation/devicetree/bindings/memory-controllers/fs= l/fsl,imx-weim-peripherals.yaml create mode 100644 Documentation/devicetree/bindings/memory-controllers/fs= l/fsl,imx-weim.yaml diff --git a/Documentation/devicetree/bindings/bus/imx-weim.txt b/Documenta= tion/devicetree/bindings/bus/imx-weim.txt deleted file mode 100644 index e7f502070d77..000000000000 --- a/Documentation/devicetree/bindings/bus/imx-weim.txt +++ /dev/null @@ -1,117 +0,0 @@ -Device tree bindings for i.MX Wireless External Interface Module (WEIM) - -The term "wireless" does not imply that the WEIM is literally an interface -without wires. It simply means that this module was originally designed for -wireless and mobile applications that use low-power technology. - -The actual devices are instantiated from the child nodes of a WEIM node. - -Required properties: - - - compatible: Should contain one of the following: - "fsl,imx1-weim" - "fsl,imx27-weim" - "fsl,imx51-weim" - "fsl,imx50-weim" - "fsl,imx6q-weim" - - reg: A resource specifier for the register space - (see the example below) - - clocks: the clock, see the example below. - - #address-cells: Must be set to 2 to allow memory address translation - - #size-cells: Must be set to 1 to allow CS address passing - - ranges: Must be set up to reflect the memory layout with four - integer values for each chip-select line in use: - - 0 - -Optional properties: - - - fsl,weim-cs-gpr: For "fsl,imx50-weim" and "fsl,imx6q-weim" type of - devices, it should be the phandle to the system General - Purpose Register controller that contains WEIM CS GPR - register, e.g. IOMUXC_GPR1 on i.MX6Q. IOMUXC_GPR1[11:0] - should be set up as one of the following 4 possible - values depending on the CS space configuration. - - IOMUXC_GPR1[11:0] CS0 CS1 CS2 CS3 - --------------------------------------------- - 05 128M 0M 0M 0M - 033 64M 64M 0M 0M - 0113 64M 32M 32M 0M - 01111 32M 32M 32M 32M - - In case that the property is absent, the reset value or - what bootloader sets up in IOMUXC_GPR1[11:0] will be - used. - - - fsl,burst-clk-enable For "fsl,imx50-weim" and "fsl,imx6q-weim" type of - devices, the presence of this property indicates that - the weim bus should operate in Burst Clock Mode. - - - fsl,continuous-burst-clk Make Burst Clock to output continuous clock. - Without this option Burst Clock will output clock - only when necessary. This takes effect only if - "fsl,burst-clk-enable" is set. - -Timing property for child nodes. It is mandatory, not optional. - - - fsl,weim-cs-timing: The timing array, contains timing values for the - child node. We get the CS indexes from the address - ranges in the child node's "reg" property. - The number of registers depends on the selected chip: - For i.MX1, i.MX21 ("fsl,imx1-weim") there are two - registers: CSxU, CSxL. - For i.MX25, i.MX27, i.MX31 and i.MX35 ("fsl,imx27-weim") - there are three registers: CSCRxU, CSCRxL, CSCRxA. - For i.MX50, i.MX53 ("fsl,imx50-weim"), - i.MX51 ("fsl,imx51-weim") and i.MX6Q ("fsl,imx6q-weim") - there are six registers: CSxGCR1, CSxGCR2, CSxRCR1, - CSxRCR2, CSxWCR1, CSxWCR2. - -Example for an imx6q-sabreauto board, the NOR flash connected to the WEIM: - - weim: weim@21b8000 { - compatible =3D "fsl,imx6q-weim"; - reg =3D <0x021b8000 0x4000>; - clocks =3D <&clks 196>; - #address-cells =3D <2>; - #size-cells =3D <1>; - ranges =3D <0 0 0x08000000 0x08000000>; - fsl,weim-cs-gpr =3D <&gpr>; - - nor@0,0 { - compatible =3D "cfi-flash"; - reg =3D <0 0 0x02000000>; - #address-cells =3D <1>; - #size-cells =3D <1>; - bank-width =3D <2>; - fsl,weim-cs-timing =3D <0x00620081 0x00000001 0x1c022000 - 0x0000c000 0x1404a38e 0x00000000>; - }; - }; - -Example for an imx6q-based board, a multi-chipselect device connected to W= EIM: - -In this case, both chip select 0 and 1 will be configured with the same ti= ming -array values. - - weim: weim@21b8000 { - compatible =3D "fsl,imx6q-weim"; - reg =3D <0x021b8000 0x4000>; - clocks =3D <&clks 196>; - #address-cells =3D <2>; - #size-cells =3D <1>; - ranges =3D <0 0 0x08000000 0x02000000 - 1 0 0x0a000000 0x02000000 - 2 0 0x0c000000 0x02000000 - 3 0 0x0e000000 0x02000000>; - fsl,weim-cs-gpr =3D <&gpr>; - - acme@0 { - compatible =3D "acme,whatever"; - reg =3D <0 0 0x100>, <0 0x400000 0x800>, - <1 0x400000 0x800>; - fsl,weim-cs-timing =3D <0x024400b1 0x00001010 0x20081100 - 0x00000000 0xa0000240 0x00000000>; - }; - }; diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,i= mx-weim-peripherals.yaml b/Documentation/devicetree/bindings/memory-control= lers/fsl/fsl,imx-weim-peripherals.yaml new file mode 100644 index 000000000000..82fc5f4a1ed6 --- /dev/null +++ b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim= -peripherals.yaml @@ -0,0 +1,31 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/memory-controllers/fsl/fsl,imx-weim-per= ipherals.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: i.MX WEIM Bus Peripheral Nodes + +maintainers: + - Shawn Guo + - Sascha Hauer + +description: + This binding is meant for the child nodes of the WEIM node. The node + represents any device connected to the WEIM bus. It may be a Flash chip, + RAM chip or Ethernet controller, etc. These properties are meant for + configuring the WEIM settings/timings and will accompany the bindings + supported by the respective device. + +properties: + reg: true + + fsl,weim-cs-timing: + $ref: /schemas/types.yaml#/definitions/uint32-array + description: + Timing values for the child node. + minItems: 2 + maxItems: 6 + +# the WEIM child will have its own native properties +additionalProperties: true diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,i= mx-weim.yaml b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl= ,imx-weim.yaml new file mode 100644 index 000000000000..2db59f3b1eb9 --- /dev/null +++ b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim= .yaml @@ -0,0 +1,203 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/memory-controllers/fsl/fsl,imx-weim.yam= l# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: i.MX Wireless External Interface Module (WEIM) + +maintainers: + - Shawn Guo + - Sascha Hauer + +description: + The term "wireless" does not imply that the WEIM is literally an interfa= ce + without wires. It simply means that this module was originally designed = for + wireless and mobile applications that use low-power technology. The actu= al + devices are instantiated from the child nodes of a WEIM node. + +properties: + $nodename: + pattern: "^memory-controller@[0-9a-f]+$" + + compatible: + oneOf: + - enum: + - fsl,imx1-weim + - fsl,imx27-weim + - fsl,imx50-weim + - fsl,imx51-weim + - fsl,imx6q-weim + - items: + - enum: + - fsl,imx31-weim + - fsl,imx35-weim + - const: fsl,imx27-weim + - items: + - enum: + - fsl,imx6sx-weim + - fsl,imx6ul-weim + - const: fsl,imx6q-weim + + '#address-cells': + const: 2 + + '#size-cells': + const: 1 + + reg: + maxItems: 1 + + clocks: + maxItems: 1 + + interrupts: + maxItems: 1 + + ranges: true + + fsl,weim-cs-gpr: + $ref: /schemas/types.yaml#/definitions/phandle + description: | + Phandle to the system General Purpose Register controller that conta= ins + WEIM CS GPR register, e.g. IOMUXC_GPR1 on i.MX6Q. IOMUXC_GPR1[11:0] + should be set up as one of the following 4 possible values depending= on + the CS space configuration. + + IOMUXC_GPR1[11:0] CS0 CS1 CS2 CS3 + --------------------------------------------- + 05 128M 0M 0M 0M + 033 64M 64M 0M 0M + 0113 64M 32M 32M 0M + 01111 32M 32M 32M 32M + + In case that the property is absent, the reset value or what bootloa= der + sets up in IOMUXC_GPR1[11:0] will be used. + + fsl,burst-clk-enable: + type: boolean + description: + The presence of this property indicates that the weim bus should ope= rate + in Burst Clock Mode. + + fsl,continuous-burst-clk: + type: boolean + description: + Make Burst Clock to output continuous clock. Without this option Bur= st + Clock will output clock only when necessary. + +patternProperties: + "^.*@[0-7],[0-9a-f]+$": + type: object + description: Devices attached to chip selects are represented as subno= des. + $ref: fsl,imx-weim-peripherals.yaml + additionalProperties: true + required: + - fsl,weim-cs-timing + +required: + - compatible + - reg + - clocks + - '#address-cells' + - '#size-cells' + - ranges + +allOf: + - if: + properties: + compatible: + not: + contains: + enum: + - fsl,imx50-weim + - fsl,imx6q-weim + then: + properties: + fsl,weim-cs-gpr: false + fsl,burst-clk-enable: false + - if: + properties: + fsl,burst-clk-enable: false + then: + properties: + fsl,continuous-burst-clk: false + - if: + properties: + compatible: + contains: + const: fsl,imx1-weim + then: + patternProperties: + "^.*@[0-7],[0-9a-f]+$": + properties: + fsl,weim-cs-timing: + items: + items: + - description: CSxU + - description: CSxL + - if: + properties: + compatible: + contains: + enum: + - fsl,imx27-weim + - fsl,imx31-weim + - fsl,imx35-weim + then: + patternProperties: + "^.*@[0-7],[0-9a-f]+$": + properties: + fsl,weim-cs-timing: + items: + items: + - description: CSCRxU + - description: CSCRxL + - description: CSCRxA + - if: + properties: + compatible: + contains: + enum: + - fsl,imx50-weim + - fsl,imx51-weim + - fsl,imx6q-weim + - fsl,imx6sx-weim + - fsl,imx6ul-weim + then: + patternProperties: + "^.*@[0-7],[0-9a-f]+$": + properties: + fsl,weim-cs-timing: + items: + items: + - description: CSxGCR1 + - description: CSxGCR2 + - description: CSxRCR1 + - description: CSxRCR2 + - description: CSxWCR1 + - description: CSxWCR2 + +additionalProperties: false + +examples: + - | + memory-controller@21b8000 { + compatible =3D "fsl,imx6q-weim"; + reg =3D <0x021b8000 0x4000>; + clocks =3D <&clks 196>; + #address-cells =3D <2>; + #size-cells =3D <1>; + ranges =3D <0 0 0x08000000 0x08000000>; + fsl,weim-cs-gpr =3D <&gpr>; + + flash@0,0 { + compatible =3D "cfi-flash"; + reg =3D <0 0 0x02000000>; + #address-cells =3D <1>; + #size-cells =3D <1>; + bank-width =3D <2>; + fsl,weim-cs-timing =3D <0x00620081 0x00000001 0x1c022000 + 0x0000c000 0x1404a38e 0x00000000>; + }; + }; diff --git a/Documentation/devicetree/bindings/memory-controllers/mc-periph= eral-props.yaml b/Documentation/devicetree/bindings/memory-controllers/mc-p= eripheral-props.yaml index 8d9dae15ade0..00deeb09f87d 100644 --- a/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-pr= ops.yaml +++ b/Documentation/devicetree/bindings/memory-controllers/mc-peripheral-pr= ops.yaml @@ -37,5 +37,6 @@ allOf: - $ref: ingenic,nemc-peripherals.yaml# - $ref: intel,ixp4xx-expansion-peripheral-props.yaml# - $ref: ti,gpmc-child.yaml# + - $ref: fsl/fsl,imx-weim-peripherals.yaml =20 additionalProperties: true diff --git a/drivers/staging/fieldbus/Documentation/devicetree/bindings/fie= ldbus/arcx,anybus-controller.txt b/drivers/staging/fieldbus/Documentation/d= evicetree/bindings/fieldbus/arcx,anybus-controller.txt index b1f9474f36d5..f34a95611645 100644 --- a/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/a= rcx,anybus-controller.txt +++ b/drivers/staging/fieldbus/Documentation/devicetree/bindings/fieldbus/a= rcx,anybus-controller.txt @@ -48,7 +48,7 @@ Example of usage: ----------------- =20 This example places the bridge on top of the i.MX WEIM parallel bus, see: -Documentation/devicetree/bindings/bus/imx-weim.txt +Documentation/devicetree/bindings/memory-controllers/fsl/fsl,imx-weim.yaml =20 &weim { controller@0,0 { --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DF19C146904; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; cv=none; b=MlRurYWvOPxIUYJoXyDujDud8ssNS/ogI3aXK0brHgnGUVdoNSQstlngPBOLPk652h/caGuyv1aX/Txzb7q0Trfg+yPhZeXxJgxBRBv2rv6W/qWlM+veuLuNSr98YvAY+bjFXUw4LVmkSzZr20NO8grQEnX/0Nxvk2/4stjABYI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; c=relaxed/simple; bh=wsCtGpiDTocW4vbleg11KHxRFROoKpRqbaZuvc+TfiA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=my7dgVS8gPfsMZGTwPywS7u18XM5zTHYmG8YnlhAoA5Ok1IPCs4+BQ9zAndKejVP2+wGlfTCWgr21JR3VR1HQUg/+VrlYs+8R7vL3jB5R5hknhDLUtlh81YJ88sEUnkSEJwR1dC8JWBh09MLml8eiEuMB67X1VMxEgzsY9PbGAM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IRCAqNuA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IRCAqNuA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41180C43394; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123019; bh=wsCtGpiDTocW4vbleg11KHxRFROoKpRqbaZuvc+TfiA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IRCAqNuAArlY3+RvUluSrU9yTzLvvQtzIb8zhYaZHIKoY9zgvxp6JZ2FUuAfOUMBr MLsNtfonCOiLJJ+r+zPmPnC89pXRdz7hCs6xik/UmVlKVjSK4P3ov4zpwAsCO4eVFK 2hGaaA6f8Uca/Bxk0LPrvUxmF0oHJHPP1qqzzwRMY4U84cBBe9hPn3qqsqSCQHShZT yWGk/YnjH/3Vt+kIPOdAhvGO1NZjhqgZgAaNh1g8hcN6HiowJZOvIyqLk9jJr7vIBC 6lnac7pQefJoytPJLd+DhenjkzaJXtOpArVbBNE9xdbRkJeLO2YeICkBWRKzsHatCv Ogpw42tOzpUpw== Received: by mercury (Postfix, from userid 1000) id 9941A1063397; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Subject: [PATCH v3 03/16] dt-bindings: input: touchscreen: fsl,imx6ul-tsc convert to YAML Date: Fri, 16 Feb 2024 23:34:22 +0100 Message-ID: <20240216223654.1312880-4-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Convert the i.MX6UL touchscreen DT binding to YAML. Reviewed-by: Rob Herring Signed-off-by: Sebastian Reichel --- .../input/touchscreen/fsl,imx6ul-tsc.yaml | 97 +++++++++++++++++++ .../bindings/input/touchscreen/imx6ul_tsc.txt | 38 -------- 2 files changed, 97 insertions(+), 38 deletions(-) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/fsl= ,imx6ul-tsc.yaml delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/imx= 6ul_tsc.txt diff --git a/Documentation/devicetree/bindings/input/touchscreen/fsl,imx6ul= -tsc.yaml b/Documentation/devicetree/bindings/input/touchscreen/fsl,imx6ul-= tsc.yaml new file mode 100644 index 000000000000..678756ad0f92 --- /dev/null +++ b/Documentation/devicetree/bindings/input/touchscreen/fsl,imx6ul-tsc.ya= ml @@ -0,0 +1,97 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/input/touchscreen/fsl,imx6ul-tsc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Freescale i.MX6UL Touch Controller + +maintainers: + - Haibo Chen + - Shawn Guo + - Sascha Hauer + +properties: + compatible: + const: fsl,imx6ul-tsc + + reg: + items: + - description: touch controller address + - description: ADC2 address + + interrupts: + items: + - description: touch controller address + - description: ADC2 address + + clocks: + maxItems: 2 + + clock-names: + items: + - const: tsc + - const: adc + + xnur-gpios: + maxItems: 1 + description: + The X- gpio this controller connect to. This xnur-gpio returns to + low once the finger leave the touch screen (The last touch event + the touch controller capture). + + measure-delay-time: + $ref: /schemas/types.yaml#/definitions/uint32 + description: + The value of measure delay time. Before X-axis or Y-axis measurement, + the screen need some time before even potential distribution ready. + default: 0xffff + minimum: 0 + maximum: 0xffffff + + pre-charge-time: + $ref: /schemas/types.yaml#/definitions/uint32 + description: + The touch screen need some time to precharge. + default: 0xfff + minimum: 0 + maximum: 0xffffffff + + touchscreen-average-samples: + $ref: /schemas/types.yaml#/definitions/uint32 + description: Number of data samples which are averaged for each read. + enum: [ 1, 4, 8, 16, 32 ] + +required: + - compatible + - reg + - interrupts + - clocks + - clock-names + - xnur-gpios + +allOf: + - $ref: touchscreen.yaml# + +additionalProperties: false + +examples: + - | + #include + #include + #include + touchscreen@2040000 { + compatible =3D "fsl,imx6ul-tsc"; + reg =3D <0x02040000 0x4000>, <0x0219c000 0x4000>; + interrupts =3D , + ; + clocks =3D <&clks IMX6UL_CLK_IPG>, + <&clks IMX6UL_CLK_ADC2>; + clock-names =3D "tsc", "adc"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&pinctrl_tsc>; + xnur-gpios =3D <&gpio1 3 GPIO_ACTIVE_LOW>; + measure-delay-time =3D <0xfff>; + pre-charge-time =3D <0xffff>; + touchscreen-average-samples =3D <32>; + }; diff --git a/Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc= .txt b/Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc.txt deleted file mode 100644 index 164915004424..000000000000 --- a/Documentation/devicetree/bindings/input/touchscreen/imx6ul_tsc.txt +++ /dev/null @@ -1,38 +0,0 @@ -* Freescale i.MX6UL Touch Controller - -Required properties: -- compatible: must be "fsl,imx6ul-tsc". -- reg: this touch controller address and the ADC2 address. -- interrupts: the interrupt of this touch controller and ADC2. -- clocks: the root clock of touch controller and ADC2. -- clock-names; must be "tsc" and "adc". -- xnur-gpio: the X- gpio this controller connect to. - This xnur-gpio returns to low once the finger leave the touch screen (The - last touch event the touch controller capture). - -Optional properties: -- measure-delay-time: the value of measure delay time. - Before X-axis or Y-axis measurement, the screen need some time before - even potential distribution ready. - This value depends on the touch screen. -- pre-charge-time: the touch screen need some time to precharge. - This value depends on the touch screen. -- touchscreen-average-samples: Number of data samples which are averaged f= or - each read. Valid values are 1, 4, 8, 16 and 32. - -Example: - tsc: tsc@2040000 { - compatible =3D "fsl,imx6ul-tsc"; - reg =3D <0x02040000 0x4000>, <0x0219c000 0x4000>; - interrupts =3D , - ; - clocks =3D <&clks IMX6UL_CLK_IPG>, - <&clks IMX6UL_CLK_ADC2>; - clock-names =3D "tsc", "adc"; - pinctrl-names =3D "default"; - pinctrl-0 =3D <&pinctrl_tsc>; - xnur-gpio =3D <&gpio1 3 GPIO_ACTIVE_LOW>; - measure-delay-time =3D <0xfff>; - pre-charge-time =3D <0xffff>; - touchscreen-average-samples =3D <32>; - }; --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0529E1487C0; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; cv=none; b=OuNXhODPu6F36z//G9XKm9XY82bCrUkvG+x2u92h3wB74wnFFJtknBZmAYCAF7FFkRH6+NBBwKfo69zV7AW66fG6+flUcyA6prL3kH/+JQcq0lrsxltRoUjkkqklIzQiUmiVWv3ysygVXERzuQAtiqPVywhATLwgrA3hVyxchmc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123020; c=relaxed/simple; bh=SwGh5DLM5LsIthu3tG63lPvezvOw26wv4J7Bcpkos2c=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hOxSgssxsoO4WpoPEgtcJVDq40oCE1Kc1AjM8/KtjP+oqEKCuUuyOeICjNyWxa3mmE449CZjisV6wHOAMXJAOlOX1JDRjL2Y4uEqciufWXUo6/FSYPv6CZHYhRMjpEthyq0KhwU9H0lGPUFkyTFVjweeuCfk5ql3nfLrf50fB0s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HBx+jJNZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HBx+jJNZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77C9EC433C7; Fri, 16 Feb 2024 22:36:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123019; bh=SwGh5DLM5LsIthu3tG63lPvezvOw26wv4J7Bcpkos2c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HBx+jJNZVcp74Yh9OEQGJVsKg7x9CXSCrPPWDt3BIC14J7XLKK+X8JIDqjQhlz27U rweQ0f8meSVGWimYDWOsMz7YAU0bjQpXdZVaaVqxliZEisNzeX/l2VjLa+32WT/wOm VpMGJ+6c3hqIoFpSHr+KWjPaPWi4a2qK+DpDnFWuBCtRNo9Dk9oXHiyW/lchxMTpb9 Pz0iayOPJcvyjEc5tNVYL39dDBRjIy2zjQv6kPr0daOJmvRfP2hyLGzQZnuFyJzjCL G6up6HPliboZC+TT8KaHP5dpTUi/T1aOwr7GgW3ar8My9VZf7dGqYA3EYT21VWt/q0 rYAbwbXHdP2jA== Received: by mercury (Postfix, from userid 1000) id 9EF6A10633B8; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 04/16] dt-bindings: soc: imx: fsl,imx-anatop: add binding Date: Fri, 16 Feb 2024 23:34:23 +0100 Message-ID: <20240216223654.1312880-5-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add missing binding for i.MX anatop syscon. Signed-off-by: Sebastian Reichel Reviewed-by: Krzysztof Kozlowski --- .../bindings/soc/imx/fsl,imx-anatop.yaml | 128 ++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx-anato= p.yaml diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml = b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml new file mode 100644 index 000000000000..5a59e3470510 --- /dev/null +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx-anatop.yaml @@ -0,0 +1,128 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/soc/imx/fsl,imx-anatop.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ANATOP register + +maintainers: + - Shawn Guo + - Sascha Hauer + +properties: + compatible: + oneOf: + - items: + - enum: + - fsl,imx6sl-anatop + - fsl,imx6sll-anatop + - fsl,imx6sx-anatop + - fsl,imx6ul-anatop + - fsl,imx7d-anatop + - const: fsl,imx6q-anatop + - const: syscon + - const: simple-mfd + - items: + - const: fsl,imx6q-anatop + - const: syscon + - const: simple-mfd + + reg: + maxItems: 1 + + interrupts: + items: + - description: Temperature sensor event + - description: Brown-out event on either of the support regulators + - description: Brown-out event on either the core, gpu or soc regula= tors + + tempmon: + type: object + unevaluatedProperties: false + $ref: /schemas/thermal/imx-thermal.yaml + +patternProperties: + "regulator-((3p0)|(vddcore)|(vddsoc))$": + type: object + unevaluatedProperties: false + $ref: /schemas/regulator/anatop-regulator.yaml + +required: + - compatible + - reg + +additionalProperties: false + +examples: + - | + #include + #include + + anatop: anatop@20c8000 { + compatible =3D "fsl,imx6ul-anatop", "fsl,imx6q-anatop", + "syscon", "simple-mfd"; + reg =3D <0x020c8000 0x1000>; + interrupts =3D , + , + ; + + reg_3p0: regulator-3p0 { + compatible =3D "fsl,anatop-regulator"; + regulator-name =3D "vdd3p0"; + regulator-min-microvolt =3D <2625000>; + regulator-max-microvolt =3D <3400000>; + anatop-reg-offset =3D <0x120>; + anatop-vol-bit-shift =3D <8>; + anatop-vol-bit-width =3D <5>; + anatop-min-bit-val =3D <0>; + anatop-min-voltage =3D <2625000>; + anatop-max-voltage =3D <3400000>; + anatop-enable-bit =3D <0>; + }; + + reg_arm: regulator-vddcore { + compatible =3D "fsl,anatop-regulator"; + regulator-name =3D "cpu"; + regulator-min-microvolt =3D <725000>; + regulator-max-microvolt =3D <1450000>; + regulator-always-on; + anatop-reg-offset =3D <0x140>; + anatop-vol-bit-shift =3D <0>; + anatop-vol-bit-width =3D <5>; + anatop-delay-reg-offset =3D <0x170>; + anatop-delay-bit-shift =3D <24>; + anatop-delay-bit-width =3D <2>; + anatop-min-bit-val =3D <1>; + anatop-min-voltage =3D <725000>; + anatop-max-voltage =3D <1450000>; + }; + + reg_soc: regulator-vddsoc { + compatible =3D "fsl,anatop-regulator"; + regulator-name =3D "vddsoc"; + regulator-min-microvolt =3D <725000>; + regulator-max-microvolt =3D <1450000>; + regulator-always-on; + anatop-reg-offset =3D <0x140>; + anatop-vol-bit-shift =3D <18>; + anatop-vol-bit-width =3D <5>; + anatop-delay-reg-offset =3D <0x170>; + anatop-delay-bit-shift =3D <28>; + anatop-delay-bit-width =3D <2>; + anatop-min-bit-val =3D <1>; + anatop-min-voltage =3D <725000>; + anatop-max-voltage =3D <1450000>; + }; + + tempmon: tempmon { + compatible =3D "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; + interrupt-parent =3D <&gpc>; + interrupts =3D ; + fsl,tempmon =3D <&anatop>; + nvmem-cells =3D <&tempmon_calib>, <&tempmon_temp_grade>; + nvmem-cell-names =3D "calib", "temp_grade"; + clocks =3D <&clks IMX6UL_CLK_PLL3_USB_OTG>; + #thermal-sensor-cells =3D <0>; + }; + }; --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 801D314AD0F; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; cv=none; b=n2fXUJ3CLD811l2FjkJDBoh08alMPDAFqFou7OUSxSrsdHVi3NnTSWabG6yQDOfTiLsawcSc7xoYhCc9VcTZxgLnvF+sy/MXkeZ//Ascgq6C65sxYnofxLOcD7pqRN9sRfBUaO/pr0M9hj+dbkOJe/PpDYIIo/1n2SRQHjk+1/M= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; c=relaxed/simple; bh=RJWvlSP6BsU9o2+sb1U+a07qsHtOTURxzuqmLpqHlu4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ERBCDqf/xgrYQNbg+4G1LT9ElqMIcsFgsbanhmkuCNKqZ04Mm1aT6lvDuDhn9tTxL3YsY5EpMzyaHDtmO37ExdjpuzYmaPxlxdsQxCzbu6rZz4ZGdD+KxOrY7fUjR6CUR467e1ITIlI2RGI1fLCzuDFxvW23JhJ7oc+IFLf7jvs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=npRb8dF1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="npRb8dF1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E923CC43399; Fri, 16 Feb 2024 22:37:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=RJWvlSP6BsU9o2+sb1U+a07qsHtOTURxzuqmLpqHlu4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=npRb8dF1SKdmfEUlo5/b6a84TpIL+aqdP+HGihE08VCbwo7hZE4ooa5T6h///oylj qben2EZwjgyZfL5s9gqKKYwQIfLYm1EYuOfuF1r7++6cwVHpz2oBK3D6V7RldNMdoT XeISDEP3N9++f8BtlxVn8DgN5pK3qCEuq/cyA17Gl+dGAAuiCpAQiTuPFh2sqMNnya GzkF490qJxl2wNF6qTJaTL2gfIBonTlcQ92eOR5IUeFq40iDw2shr19VBYQmzfJrRe rF5rYI+qkW6aXurEdRH4NxDzqCLu+n/dEqlHSR8kYOA2iPxZhEi66rdiIMZoqmvbXl G5ueZPFWwOpmQ== Received: by mercury (Postfix, from userid 1000) id A463410633BC; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Subject: [PATCH v3 05/16] dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6 Date: Fri, 16 Feb 2024 23:34:24 +0100 Message-ID: <20240216223654.1312880-6-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add compatibles used by different i.MX6 variants to the i.MX IOMUX Controller GPR binding. Acked-by: Rob Herring Signed-off-by: Sebastian Reichel --- .../bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.y= aml b/Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml index 1da1b758b4ae..8451cb4dd87c 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx-iomuxc-gpr.yaml @@ -17,7 +17,23 @@ properties: compatible: oneOf: - items: - - const: fsl,imx8mq-iomuxc-gpr + - enum: + - fsl,imx6q-iomuxc-gpr + - fsl,imx8mq-iomuxc-gpr + - const: syscon + - const: simple-mfd + - items: + - enum: + - fsl,imx6sl-iomuxc-gpr + - fsl,imx6sll-iomuxc-gpr + - fsl,imx6ul-iomuxc-gpr + - const: fsl,imx6q-iomuxc-gpr + - const: syscon + - items: + - enum: + - fsl,imx6sx-iomuxc-gpr + - fsl,imx7d-iomuxc-gpr + - const: fsl,imx6q-iomuxc-gpr - const: syscon - const: simple-mfd - items: --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8C29114AD17; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; cv=none; b=EOLK9cQdDFuS24lbBKaA57A8pcHxSVhKqNIlY1UKkOCeEB7lmZC3sjCI6RX9FUV/8RKrEPutLCjzE3dDuk4KlWTnT4AroDfx4rADJnqBut5TbeqUm1+edMP5dA1U9HMasKEff5VVMhpami77pXWeRpPeaVnKt4kopelzJL4gNmg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; c=relaxed/simple; bh=rUmJV8kGaEHJUfJDmv7OgUPHvh7znQWSM5zbc3u5TGM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Qz6H4IMrXO9PUvwLsVYVQnIEWnKGUN1B7h5YlxP5ii2FhK1wuIS3k8fpLo+nfzHJXl67Y/QpRnplff0wJDo4N1zNh2BZQVXhAEyEac+px/znmvLXMqNyTOlaM71GNxxiNxYBT+2fn47XLX6VWQoj+c8B7qzb/Rlwaj9GLd+i2T4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UBz2ygPi; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UBz2ygPi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 014E5C433A6; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=rUmJV8kGaEHJUfJDmv7OgUPHvh7znQWSM5zbc3u5TGM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UBz2ygPiSRL3nywOFIAA1iZ/b2KPRy/ikHsirFfTLr///xKwxl72uL776fmyZ6iKk F2pHt50SBgGnMR9Kx0/2+n4BYttp3ln0BzhTQ29dLvO+MQ64yyKiLcQ1KogEzJ4dcg /ZWImRvSB1uvmF/q6PE3Q84TtVVOSXIUy43s8SjzOMOrnLttmrrgAMdtBLr9hlGmaZ VhsPC7ort74+vaEg8BrugZ3ISnENs5uUl3iFjvYTjShfjitTNzUQdrihuvcgL/OlQM H4BYiXqIqyCfarmEVYm9vjTuHVGmx22WsiAjfahVnv/T1vXb0USsqsRVOCnLbr3CKH 6mpSrTBrSyWdA== Received: by mercury (Postfix, from userid 1000) id AA6ED10633BF; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: [PATCH v3 06/16] dt-bindings: lcdif: Do not require power-domains for i.MX6ULL Date: Fri, 16 Feb 2024 23:34:25 +0100 Message-ID: <20240216223654.1312880-7-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" i.MX6UL(L) uses "fsl,imx6sx-lcdif" as fallback compatible string, but has only very lightweight DISPLAY power domain. Its DISPLAY power domain is not supported by the binding / Linux kernel at the moment. Since the current setup is working, let's remove the power-domain from being required for that platform to fix the warning printed by CHECK_DTBS=3Dy. Fixes: f62678a77d58 ("dt-bindings: mxsfb: Document i.MX8M/i.MX6SX/i.MX6SL p= ower-domains property") Acked-by: Krzysztof Kozlowski Signed-off-by: Sebastian Reichel --- Documentation/devicetree/bindings/display/fsl,lcdif.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml b/Doc= umentation/devicetree/bindings/display/fsl,lcdif.yaml index 1c2be8d6f633..0681fc49aa1b 100644 --- a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml @@ -120,13 +120,19 @@ allOf: maxItems: 1 clock-names: maxItems: 1 + - if: + properties: + compatible: + const: fsl,imx6sx-lcdif + then: + required: + - power-domains - if: properties: compatible: contains: enum: - fsl,imx6sl-lcdif - - fsl,imx6sx-lcdif - fsl,imx8mm-lcdif - fsl,imx8mn-lcdif - fsl,imx8mp-lcdif --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 801A214AD0E; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; cv=none; b=UJAriLQXOqVC5qeoF90TMHZI70tvnbp1b1r0C37VdzqJOEOPknYRipbjezV+3uwDKim31MGq6uBC2NWDDuPkmRtpXnb1zYeUf9aob46QgCdsW0Nxlsnqc9Jo7jSoVHyCSI+i+36ikmupDBEQVMpAhyJ+k4yz/VCd4a+kmTxbPjA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; c=relaxed/simple; bh=2Rf/qADjPS/HdwZc3ACrJCkDkpnzYWtpsvVoZxBWBCU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=BArnl8b0JtkqMdHr3A+YTI5NMkBySf5ntIrB1ix/ZjZBnPM00qXrCsQ67XlqlgKZiG/cgK/do1vpPLkYzxTS0yOvRzYXKAN0OBlc9Lh5v4NpsUw+F3mD3nAlaJ3g/A4i7wfJKgTTGKMRk5+GANLvgyHV5yQT5dXBmAyNsSKqxYE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Bs1znpqp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Bs1znpqp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDEFBC43394; Fri, 16 Feb 2024 22:37:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=2Rf/qADjPS/HdwZc3ACrJCkDkpnzYWtpsvVoZxBWBCU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Bs1znpqpO84ZWZbo0UXpQxKqYq8FuCnex9pmQ8pmEZQo3hiV/A7f3XWeeBjk9I2ms jozXqofqcTrIdoZHFbZ0r/NW7Y8kSbyc7gb7lskrlm1pxYELhRfHNXgDtpc/GAXDgx RZPPo/ns1Rjd/kIkhqPpo3tEA+xmzavwAFWuzyFLgHy0KfGSyuS2OE4vXXTL5ruV3z TAxH2KpR4RJQjPJSXEm8xoWnB8ju7A4wBFWNVniPe5V6smQ4DxiyKfF11a91mCX13U 8HPNU5i4kzZXs+uCwG0bjBMPhT/LRzP8VdwMkC/v5LQmXzoxVGCNc4ofmC5PftpQDJ jNYqddrSidlcA== Received: by mercury (Postfix, from userid 1000) id B062210633C9; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Yackavage , Krzysztof Kozlowski Subject: [PATCH v3 07/16] dt-bindings: fsl-imx-sdma: fix HDMI audio index Date: Fri, 16 Feb 2024 23:34:26 +0100 Message-ID: <20240216223654.1312880-8-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" HDMI Audio has been added to the DT binding documentation with an incorrect index. DT and the driver use index 26. This happened, because the binding is missing MULTI_SAI type, which is using index 25. Reported-by: Michael Yackavage Fixes: 7bdbd87d4008 ("dt-bindings: fsl-imx-sdma: Convert imx sdma to DT sch= ema") Acked-by: Krzysztof Kozlowski Signed-off-by: Sebastian Reichel --- Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml b/Docu= mentation/devicetree/bindings/dma/fsl,imx-sdma.yaml index b95dd8db5a30..37135fa024f9 100644 --- a/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml +++ b/Documentation/devicetree/bindings/dma/fsl,imx-sdma.yaml @@ -92,7 +92,8 @@ properties: description: needs firmware more than ver 2 - Shared ASRC: 23 - SAI: 24 - - HDMI Audio: 25 + - Multi SAI: 25 + - HDMI Audio: 26 =20 The third cell: transfer priority ID enum: --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8020C14AD10; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; cv=none; b=oY0gilG/xf0znc5cnMPWOfAjfrBMVy32Isz9tb+zyBL/k5Vh7vVA1vZpib8m3gjjnAqUETnlRjVl+TSYdrIXLUWCatqliry6Wyh161Q1ue9hHxpPEaoQUD+8bx7JvSmvEKuSxr/fFLFlW01Eb2OUEpN533+TcMnprxHedrdD6Iw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; c=relaxed/simple; bh=p3O/rTbpZ8mvNEtwOodSEEupdVXpbmqLBGQRaauu05M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=bGRJXSeE/KoDtlMQs2uQFobUotAxGmc0LIIe2TZIvqy+rd+mHVtFLG6DihGH/YT17vRsLOqwl3NtCi9dJOQEdb71jrK+QkgNIDB+6lAQLRA9gXab7stt4zp7bYWCAyfTHsLs72jXcUP17EnBl4npjlBwkw6BJ4uahnNYWdnaFVs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=f++lCVl7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="f++lCVl7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8CC4C43390; Fri, 16 Feb 2024 22:37:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=p3O/rTbpZ8mvNEtwOodSEEupdVXpbmqLBGQRaauu05M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f++lCVl7nkeABZ52wxsMUUKeH9d6unCWvkl604l2vGRyvjyIGwTS8K8N1WL1zQhus ww+DpnW1N8cgX4hlmVipDVf2Hk5gniS1SsNp97W5Ee5qmKGP21xJiA41wNfy1zZYZJ Sb1LwNiDmDWFyIQsO6SrUdNtlg8xQ2xueuwnPi/eEyCGaYqQKRx1ur3Zv7Iesxp0Aa 7zcRyw4o9ltd5lU+i0tTGiYStZo0yE5AvjnS0Bb5CEzU1faOco1O//ec4S3xhpumtE iuffLguZiR8C4rg4w+dC0t7SzGv4kieppoXWZSD0fhGKMG/fsne+Ofuj0tFrBVvxrV lkpFF7Snwq6xQ== Received: by mercury (Postfix, from userid 1000) id B5DCD10633CD; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 08/16] ARM: dts: imx6ull: fix pinctrl node name Date: Fri, 16 Feb 2024 23:34:27 +0100 Message-ID: <20240216223654.1312880-9-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" pinctrl node name must be either pinctrl or pinmux. Reviewed-by: Linus Walleij Signed-off-by: Sebastian Reichel Reviewed-by: Krzysztof Kozlowski --- arch/arm/boot/dts/nxp/imx/imx6ull.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi b/arch/arm/boot/dts/nxp= /imx/imx6ull.dtsi index 2bccd45e9fc2..8a1776067ecc 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ull.dtsi @@ -75,7 +75,7 @@ rngb: rng@2284000 { clocks =3D <&clks IMX6UL_CLK_DUMMY>; }; =20 - iomuxc_snvs: iomuxc-snvs@2290000 { + iomuxc_snvs: pinctrl@2290000 { compatible =3D "fsl,imx6ull-iomuxc-snvs"; reg =3D <0x02290000 0x4000>; }; --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8C2B914AD19; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; cv=none; b=Jhq5PoO49rxntbT45eQfoHqZ34KhSSxlXdZ5pw+VcpncE/47wWi6ISdRMON9q3H3nMj0FQNStInfI1AgpaOjiE/7yVr6BGPkaoWwxIXIWv6nF8YBYOaIijgKDHhimSKsagfiKtrwCdvtPqra+qffCTzCE0JR7kG0EyjJLA9Tt8o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123022; c=relaxed/simple; bh=pSvctDHxVCaAu+4cZjOT/I3a/3LHsGScFSRvh9RHyIQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NLI/8OG9DZFJgoU3hlLx3OkqLamVyPC8rYO/m1qFAg36CX1rqzXHnqFi9tbJSHnf6PDHKsvmXvEQ/RUWZ9Zdd/wurjdz1ufmZB/Oj8xEUs6vf4wlNvms35L6KG+n0dCGuiXJB09Rrkh7O2ELWLYBgqPBONMLq0L8ZvQOj25/1+U= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KIlkIdZV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KIlkIdZV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0150DC433B2; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=pSvctDHxVCaAu+4cZjOT/I3a/3LHsGScFSRvh9RHyIQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KIlkIdZVYsGFndwc+i49nctXF2P6Sex1V3QebTY+frX2qx/HM8JPDu39KRb/iuvsx 5E8H88kNy2MSh7SmKzy6SEWrdv+JrJmGi8+eSeMT3wQprW37wRGFIJOGfoGhlgADEk XiXnW6yjOigDWxY2/5+4OP3PmpwN9jEPJAaqsN6snVLQyw0haL1VrKGNa6ux6QyJ81 K+UpXSyadiFBXvjlT7drMOZyfzarOnU2FJe9ljGzDGRMmnILUqz1NP9ObGVITDOtma OxQ7hPUwOrOdSWP9QX50EGr7K/keiTLV5kqGvdmiomqrgRj2/ybgDLgXD6kd905Fv7 eVPbjjhuidsoA== Received: by mercury (Postfix, from userid 1000) id BB93910633D5; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 09/16] ARM: dts: imx6ul: Remove fsl,anatop from usbotg1 Date: Fri, 16 Feb 2024 23:34:28 +0100 Message-ID: <20240216223654.1312880-10-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" fsl,anatop should only be added to the usbphy nodes. Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/= imx/imx6ul.dtsi index a27a7554c2e7..9eb4eee0c272 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi @@ -855,7 +855,6 @@ usbotg1: usb@2184000 { clocks =3D <&clks IMX6UL_CLK_USBOH3>; fsl,usbphy =3D <&usbphy1>; fsl,usbmisc =3D <&usbmisc 0>; - fsl,anatop =3D <&anatop>; ahb-burst-config =3D <0x0>; tx-burst-size-dword =3D <0x10>; rx-burst-size-dword =3D <0x10>; --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E5C3E14AD38; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; cv=none; b=KuGqMAmDCZtZaykxzhcxMLvvuWuhAw9xwMp7wqbl6bnlqhTazcu7Iq2/XUPrcBxR+bY5fT2gF8B9EGY5Xwd6LRQ2p958saE9usb2+8vRUkb9e6vL38DCNhDcILffnBchFyD0suJfJN1kxeJ8V63g7uw9Ty0BW0O+82ODGS4eX10= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; c=relaxed/simple; bh=jWTFkWLAfHQn/N4QeNXzUQZEB7hyrlDD3WfPhQ90sdk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UyF7yvAj9wGbu17pQ9+m77fN4u1yVJH7VOzihDfqeDrDxDkDUK2N1qnVQ6oJLDJosOOKhxGrTSvk0zX5vaPusbNovdam1pL7HWOsFkKm/cT3dAK88P5vBZJ4W8yl97poZzEyqCCrT/RmMLYya1OrHtmotkommGxwR/mUP0tZyGk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=E+RVpscT; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="E+RVpscT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7677EC433B1; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=jWTFkWLAfHQn/N4QeNXzUQZEB7hyrlDD3WfPhQ90sdk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E+RVpscT5QIuwdg4oqaWeniow5kPtqg/nwDnPm6JYFvY3GEtnWbu/wU9zTRwCUTQg nUhNTfm7FUrw8OW0qOy5Ok8peA08ahsplcP8xgUegDg9mbtwBIoFhPPrXC9sNhZdum z0HeJaO3Yh/kMHLlLfz8nTVE1qwMMXksZso7BantC7bB2/cvRo8yPL80I6wNe7MER2 Py7GR8Y3XXHDok/ZxIzKF25TXNyY5NL7lKWIKVXEA8lqFD4xqI76o+yMrSHeKKhLHU C1K7fQqP6e0waWzpqCVApT0EmSZ9Ahbh+g5yMQpCHZ7LruG9fAwkCaMfbk9WHAxevL 9UFyGfKaY8n0Q== Received: by mercury (Postfix, from userid 1000) id C14D810633D8; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 10/16] ARM: dts: imx6ul: add missing #thermal-sensor-cells Date: Fri, 16 Feb 2024 23:34:29 +0100 Message-ID: <20240216223654.1312880-11-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Fix the following warning found via CHECK_DTBS: tempmon: '#thermal-sensor-cells' is a required property Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/= imx/imx6ul.dtsi index 9eb4eee0c272..45b7605ac381 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi @@ -638,6 +638,7 @@ tempmon: tempmon { nvmem-cells =3D <&tempmon_calib>, <&tempmon_temp_grade>; nvmem-cell-names =3D "calib", "temp_grade"; clocks =3D <&clks IMX6UL_CLK_PLL3_USB_OTG>; + #thermal-sensor-cells =3D <0>; }; }; =20 --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 11E3814AD3E; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; cv=none; b=ayPNsXV+PGtnLTpCJVcqkIihkLlnhMmJrQtcLKXEiojPV40Tk9h8VKbfjKfVcu6CNArrp9RKwPVM5/H6MazVr/D7Qc8egSa6lJ8OSuaW8wKasVkogQ4ap+9Wx+z/Ur8fKX+2y/XLOiM67yG2DdUjscEC0jyq1HrN06Bivy+cpkA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; c=relaxed/simple; bh=nsdECdtc+oGmOuZ7VxRJHeIcnfIbJIkf1IiNPAlLR+c=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=hGD5NuETm+p/cYkrfoo+kGJvSCtNId6B9+ihe5FArvrW3TL2q6noPm3w3oTNf2DnQ2rbJpD0XU84lNDLgnv9X/twaLR0iVTUlkylGefgUBzte6fIKSp4y48KFYm8W1KLI1VLltuRfiOIME39NYkC5C699+NiN5/MTYmndlXW2Sw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RP9JWmfM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RP9JWmfM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AE86C32783; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=nsdECdtc+oGmOuZ7VxRJHeIcnfIbJIkf1IiNPAlLR+c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RP9JWmfMv7coTeNzJqvrPOWqfG/KLXfSEekSZze3d9iNflrpISs/HYoXr9HQo0bGv 86qKdTjsdxNN2hoiT9KIOjhp8wBdUr5lMGq6ULkJniwN9SGpw7sLnqPZvcoQ6+FKST Ab5CsIznz4Ige9LFNLNENtVJk9g2dSHmoJXm6iz8PU99ms5t8deVpB5hsKh4TXoVgL X0jWOQaIbIJip4HffC7GxVoLG7xlWo9PGJ8cbFrQRCVpDv9MdXfrbeQ2n7XKMR3voy sIDlG3fGELmtKmU8lOK2mIcyd2YCzLCt4OSyuiQYDkrA4SMK0l+fBjsqGCWmStglpT X+EJ596FF2DfQ== Received: by mercury (Postfix, from userid 1000) id C715D10633DA; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 11/16] ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpios Date: Fri, 16 Feb 2024 23:34:30 +0100 Message-ID: <20240216223654.1312880-12-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Replace all "xnur-gpio" with "xnur-gpios" in the i.MX6UL(L) Touchscreen node, since the -gpio suffix is deprecated. All known implementations of this binding can handle -gpio and -gpios since day 1, so this should be fully backwards compatible. Signed-off-by: Sebastian Reichel Reviewed-by: Krzysztof Kozlowski --- arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts | 2 +- arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som.dtsi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi b/arch/arm/boo= t/dts/nxp/imx/imx6ul-14x14-evk.dtsi index 2ac40d69425b..f10f0525490b 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul-14x14-evk.dtsi @@ -321,7 +321,7 @@ &snvs_pwrkey { &tsc { pinctrl-names =3D "default"; pinctrl-0 =3D <&pinctrl_tsc>; - xnur-gpio =3D <&gpio1 3 GPIO_ACTIVE_LOW>; + xnur-gpios =3D <&gpio1 3 GPIO_ACTIVE_LOW>; measure-delay-time =3D <0xffff>; pre-charge-time =3D <0xfff>; status =3D "okay"; diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts b/arch/arm/boot/dts/= nxp/imx/imx6ul-geam.dts index 875ae699c5cb..2ca18f3dad0a 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts +++ b/arch/arm/boot/dts/nxp/imx/imx6ul-geam.dts @@ -203,7 +203,7 @@ &pwm8 { &tsc { pinctrl-names =3D "default"; pinctrl-0 =3D <&pinctrl_tsc>; - xnur-gpio =3D <&gpio1 3 GPIO_ACTIVE_LOW>; + xnur-gpios =3D <&gpio1 3 GPIO_ACTIVE_LOW>; }; =20 &sai2 { diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi b/arc= h/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi index 18cac19aa9b0..af337f18a266 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul-imx6ull-opos6uldev.dtsi @@ -156,7 +156,7 @@ &snvs_pwrkey { &tsc { pinctrl-names =3D "default"; pinctrl-0 =3D <&pinctrl_tsc>; - xnur-gpio =3D <&gpio1 3 GPIO_ACTIVE_LOW>; + xnur-gpios =3D <&gpio1 3 GPIO_ACTIVE_LOW>; measure-delay-time =3D <0xffff>; pre-charge-time =3D <0xffff>; status =3D "okay"; diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som.dtsi b/arch/arm/bo= ot/dts/nxp/imx/imx6ull-dhcom-som.dtsi index 830b5a5064f2..6d2163250b5d 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ull-dhcom-som.dtsi @@ -273,7 +273,7 @@ &tsc { pinctrl-names =3D "default"; pre-charge-time =3D <0xfff>; touchscreen-average-samples =3D <32>; - xnur-gpio =3D <&gpio1 3 GPIO_ACTIVE_LOW>; + xnur-gpios =3D <&gpio1 3 GPIO_ACTIVE_LOW>; }; =20 /* DHCOM UART1 */ --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E5BE014AD37; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; cv=none; b=ceYwOYOybdkHv7PmwFE/oH4GDfoRrd1QKBJy8I1FDATCNahOEE/8lm4L2rbSp86HpJ07j7b5ZyXqhsqVUIn6iZbC34jgUdAbzpHPfcd1v7YaIbwNRYfmzgf+q15cr9FtCPd0AiMYwRwvdKoz0WQLX5Q7KV3kGG4RuFaQFx7pYr8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; c=relaxed/simple; bh=4H1ZrFfOVaDEHAHjW60y0L58eEE8NKGbyeReCL7ALCc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fFuaPygP2JAjFMhfoB/razpsKVp6wtCKUJcCSBiV1tNYxPVBcFdxsmK3P+cwFX1DUJg/N8ms6XByHCHSRVPGOtm03/pG0+TB9Zb5JjbVHE7X36L4CRWW+E58wLw1rSOZQtqvG3Av1z1/fGBpO4TyB3WBokSYjp9XAinCj5Cya+k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XdDwV0Li; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="XdDwV0Li" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64A1AC32782; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=4H1ZrFfOVaDEHAHjW60y0L58eEE8NKGbyeReCL7ALCc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XdDwV0Li7CqUglRStOz6wBUvYuEjUmfjTnDP8NqBlSOHO/cRnnCLOwmj2Q+b48yXn xANjuZYg5AZC0jnQDDkkPDI35L+rqJAe5/cf/xgfwEAQtbIfQt0gciGrEAR90FDR6Q 8Ahhwt1blgrom1cwU6zgjAQV14v9l+cQm5QymjmWx03jkWH0DDMh9LIPshTSc2+Sne xcdFOj9/5ZtNp/N/w7aqu33pwMO9AGCwpAzc/dA6+Wp4HHAOiOQBg5muRLQkbaRYmi ey6o6BxggZmJu60JmgiD4RbFmxHUtXMo+7w+tpADj054c7MlsfpW/9hEZ7w4asVhGJ T6XR011XPptUg== Received: by mercury (Postfix, from userid 1000) id CC79810633E5; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 12/16] ARM: dts: nxp: imx6ul: fix touchscreen node name Date: Fri, 16 Feb 2024 23:34:31 +0100 Message-ID: <20240216223654.1312880-13-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The canonical node name for touchscreens is "touchscreen", so update the i.MX6UL "tsc" node accordingly. Signed-off-by: Sebastian Reichel Reviewed-by: Krzysztof Kozlowski --- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/= imx/imx6ul.dtsi index 45b7605ac381..8aa365f837ca 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi @@ -370,7 +370,7 @@ asrc: asrc@2034000 { }; }; =20 - tsc: tsc@2040000 { + tsc: touchscreen@2040000 { compatible =3D "fsl,imx6ul-tsc"; reg =3D <0x02040000 0x4000>, <0x0219c000 0x4000>; interrupts =3D , --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E5B8114AD33; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; cv=none; b=pxiSCR4xn4JfVrLmvhfBEbMut0daA4OksYCpM16Azyl+OT7ZLz/D+ZJZfMkSB6sMn3ssIVVB1DSWUbIUBm0uPpavodjzXSf+h8EC2BqUypFxLPEUKadGDQIqya7dc+XYQHm1D2raTrmF3OvnEMmfunmcJweM36QkZyX7bNty8VU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; c=relaxed/simple; bh=SAdPuLjhilobCNPcWWFQ6UbKmsBElzGTcLLtPhYgvDc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RqT/hJhz00UbuEQW7X1ovVlHHQQ19Eu7+pEGTswKQzaXDn7VXNbY63wyoecDRSHXtuH3cZW43FE8/SKqGkL4KWRB4sEPeOBD1TwFCQSOe9TP6vZGDU91mm43YtaszluIx80b3xeyo+kB1sN9iKJ8t5pdpTcv7d7CZZRCus/BwEY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Wlk1/bAX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Wlk1/bAX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 76808C43330; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=SAdPuLjhilobCNPcWWFQ6UbKmsBElzGTcLLtPhYgvDc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Wlk1/bAXpFbe/BP4FrctXle6GHcBWa8dalqwsVEZohWx4qXCfdHMm2cgVsdYzSbRr h6sDz6F3yrrL1QM2qqqQsdJwkCZWZg/BLQrb5t7vMq2xu3pp4+7EJDBqY2y9wBN0kE 9C2JNtlc10CPiTt70XBgiEcjMynVcVbsj1ObYB9rYrfjnmopPaN4T8+hS6zWsvpW9+ d/OnfYz6lQqvvH6hG4BOuE07EnP/DN7xGYlLJi90l4iDShKuURFPctLgBlZODLVumc QDvQtSDItAlsOFTG0GTO53ckh3uieu/jbKcSoiaahMmODbChf6UEG22puU7A6POHBD cjeL7na3NZqHA== Received: by mercury (Postfix, from userid 1000) id D22DE10633F2; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 13/16] ARM: dts: nxp: imx: fix weim node name Date: Fri, 16 Feb 2024 23:34:32 +0100 Message-ID: <20240216223654.1312880-14-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" DT node names should be generic, so replace "weim" node name with "memory-controller" in all i.MX SoC DT files. Signed-off-by: Sebastian Reichel Reviewed-by: Krzysztof Kozlowski --- arch/arm/boot/dts/nxp/imx/imx1.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx27.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx31.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx35.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx51.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6sl.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6sx.dtsi | 2 +- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx1.dtsi b/arch/arm/boot/dts/nxp/im= x/imx1.dtsi index 1ac10965fdfd..389ecb1ebf8f 100644 --- a/arch/arm/boot/dts/nxp/imx/imx1.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx1.dtsi @@ -251,7 +251,7 @@ gpio4: gpio@21c300 { }; }; =20 - weim: weim@220000 { + weim: memory-controller@220000 { #address-cells =3D <2>; #size-cells =3D <1>; compatible =3D "fsl,imx1-weim"; diff --git a/arch/arm/boot/dts/nxp/imx/imx27.dtsi b/arch/arm/boot/dts/nxp/i= mx/imx27.dtsi index ec472695c71e..ec3ccc8f4095 100644 --- a/arch/arm/boot/dts/nxp/imx/imx27.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx27.dtsi @@ -568,7 +568,7 @@ nfc: nand-controller@d8000000 { status =3D "disabled"; }; =20 - weim: weim@d8002000 { + weim: memory-controller@d8002000 { #address-cells =3D <2>; #size-cells =3D <1>; compatible =3D "fsl,imx27-weim"; diff --git a/arch/arm/boot/dts/nxp/imx/imx31.dtsi b/arch/arm/boot/dts/nxp/i= mx/imx31.dtsi index e1ae7c175f7d..00006c90d9a7 100644 --- a/arch/arm/boot/dts/nxp/imx/imx31.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx31.dtsi @@ -352,7 +352,7 @@ nfc: nand@b8000000 { status =3D "disabled"; }; =20 - weim: weim@b8002000 { + weim: memory-controller@b8002000 { compatible =3D "fsl,imx31-weim", "fsl,imx27-weim"; reg =3D <0xb8002000 0x1000>; clocks =3D <&clks 56>; diff --git a/arch/arm/boot/dts/nxp/imx/imx35.dtsi b/arch/arm/boot/dts/nxp/i= mx/imx35.dtsi index 2d20e5541acc..442dc15677b8 100644 --- a/arch/arm/boot/dts/nxp/imx/imx35.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx35.dtsi @@ -374,7 +374,7 @@ nfc: nand@bb000000 { status =3D "disabled"; }; =20 - weim: weim@b8002000 { + weim: memory-controller@b8002000 { #address-cells =3D <2>; #size-cells =3D <1>; clocks =3D <&clks 0>; diff --git a/arch/arm/boot/dts/nxp/imx/imx51.dtsi b/arch/arm/boot/dts/nxp/i= mx/imx51.dtsi index c96d6311dfa7..4efce49022e4 100644 --- a/arch/arm/boot/dts/nxp/imx/imx51.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx51.dtsi @@ -578,7 +578,7 @@ m4if: m4if@83fd8000 { reg =3D <0x83fd8000 0x1000>; }; =20 - weim: weim@83fda000 { + weim: memory-controller@83fda000 { #address-cells =3D <2>; #size-cells =3D <1>; compatible =3D "fsl,imx51-weim"; diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi b/arch/arm/boot/dts/nxp= /imx/imx6qdl.dtsi index 81142c523fa8..8431b8a994f4 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl.dtsi @@ -1158,7 +1158,7 @@ mmdc1: memory-controller@21b4000 { /* MMDC1 */ status =3D "disabled"; }; =20 - weim: weim@21b8000 { + weim: memory-controller@21b8000 { #address-cells =3D <2>; #size-cells =3D <1>; compatible =3D "fsl,imx6q-weim"; diff --git a/arch/arm/boot/dts/nxp/imx/imx6sl.dtsi b/arch/arm/boot/dts/nxp/= imx/imx6sl.dtsi index 28111efb19a6..6aa61235e39e 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6sl.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6sl.dtsi @@ -949,7 +949,7 @@ rngb: rngb@21b4000 { clocks =3D <&clks IMX6SL_CLK_DUMMY>; }; =20 - weim: weim@21b8000 { + weim: memory-controller@21b8000 { #address-cells =3D <2>; #size-cells =3D <1>; reg =3D <0x021b8000 0x4000>; diff --git a/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi b/arch/arm/boot/dts/nxp/= imx/imx6sx.dtsi index df3a375f0a3e..0de359d62a47 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6sx.dtsi @@ -1107,7 +1107,7 @@ fec2: ethernet@21b4000 { status =3D "disabled"; }; =20 - weim: weim@21b8000 { + weim: memory-controller@21b8000 { #address-cells =3D <2>; #size-cells =3D <1>; compatible =3D "fsl,imx6sx-weim", "fsl,imx6q-weim"; diff --git a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi b/arch/arm/boot/dts/nxp/= imx/imx6ul.dtsi index 8aa365f837ca..aeb7e07fd309 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi @@ -975,7 +975,7 @@ memory-controller@21b0000 { clocks =3D <&clks IMX6UL_CLK_MMDC_P0_IPG>; }; =20 - weim: weim@21b8000 { + weim: memory-controller@21b8000 { #address-cells =3D <2>; #size-cells =3D <1>; compatible =3D "fsl,imx6ul-weim", "fsl,imx6q-weim"; --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 11E0214AD3D; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; cv=none; b=qZCNAml0eEAGZhDSh7h39aDYfQCfp9jQSs81WrlaQ4XcYv5Ta+AxAqArceb6OdtawjjQ9xKquzPm93fn7vofQi0myst+TvJRoDMLv17ggI+K2iv8hihUSC4vRTWdJFV/Rd+Hu1lPDIuNX/nZGHLt5jUCmoTSEYlwiKuKJP3Hpq8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123023; c=relaxed/simple; bh=4k5fPYp42gH3QLf+/maLO3ezxAAlAX85NAtYohge+G8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=X1i/VkutX1VCoNltT/7Ys0OIq6PaHrPMAQjX7YHq/OcN/f2O2D2TjBZM1ma5enH5BLdmqJG9tCh7kEZIAryfwgwcFSuJaGPO20a+ovYw5dbczfRcpNhSHuyOw6iWMYxboadlqoncYCxpgc/ro+/OzdcdMGOa/KCYg8yPwdLBH+s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KF2kCAK1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KF2kCAK1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2687EC433F1; Fri, 16 Feb 2024 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123022; bh=4k5fPYp42gH3QLf+/maLO3ezxAAlAX85NAtYohge+G8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KF2kCAK17YIkOIEVFXfuDmOTgCSQKQrdgE4gPj223DNcL9szLv1faH1svOXe5YpRm BJBHV+XgQJx4qN5jvPv4ka25XJ1P/LohGAsnC7QirAu7rmij8bGiiPXw9Wc9sqJGbh d+z0O0fKUcHvKSmazyWfzo4pv4aPrMPK0WK/rT2zSR3cYGk+jq16906w9H0IfaB9aq xKbm38TwbcmzhNvDWA1HyZkqNmlDzTEddukUdUA4xohYSJUdpqgo80jRsa0dM2Cx+T anaQSpFRzyLGaE1qhl6vx6SxN9Uod6WzqtUzYxbRxmcbRCxWgkvdO3TWkvU6Y6OXKk iRobOSD8IaUpQ== Received: by mercury (Postfix, from userid 1000) id D7E3610633F3; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: [PATCH v3 14/16] dt-bindings: vendor-prefixes: add UNI-T Date: Fri, 16 Feb 2024 23:34:33 +0100 Message-ID: <20240216223654.1312880-15-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Uni-Trend Technology is a manufacturer of measurement and testing tools. Acked-by: Krzysztof Kozlowski Signed-off-by: Sebastian Reichel --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Docum= entation/devicetree/bindings/vendor-prefixes.yaml index 1a0dc04f1db4..e945e76696c2 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -1484,6 +1484,8 @@ patternProperties: description: Ufi Space Co., Ltd. "^ugoos,.*": description: Ugoos Industrial Co., Ltd. + "^uni-t,.*": + description: Uni-Trend Technology (China) Co., Ltd. "^uniwest,.*": description: United Western Technologies Corp (UniWest) "^upisemi,.*": --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 376AF14F9D0; Fri, 16 Feb 2024 22:37:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123026; cv=none; b=Bprgz6GWafVRglnMXzQDEe0q5AGqHymQoIiL/2j7ZCDBi8foTLZTA8AlwJ+/t7/ng8ccqPOsrpZuG0wFIokHFzpE6R5/oedqzFsbaEibO+ErrdVPVMjjNStfVtkoPXi6alDHaUV31Pw/9t7jX25QinU4JFgyzAVcEtgjbzsbgBM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123026; c=relaxed/simple; bh=JzqwkQRLgk7k3EhjNENSRph/tpijOyPkAp/qgI/FbTw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=AH3GgmyyveSnrfuUZLXWcP5CIbU5zV8h8awhH/9N82Yd0A0Cpam5+N0Q4K08wZOkzhSoV8OaeB+uhRLVC8tyOADevR/eujrJ0jHOhEDV465t2dRnJke2f+tiU578+fhUSN5kIBt1tWOMGRM6dqUHf9lwN3c8k/Vji15jLvXE9Zs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cpf0ihhq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cpf0ihhq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F6F8C43394; Fri, 16 Feb 2024 22:37:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123025; bh=JzqwkQRLgk7k3EhjNENSRph/tpijOyPkAp/qgI/FbTw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cpf0ihhqBaUaKZ07WeiSCPM47kBjhAMQgJCpHLZ9rhjUDTBV6VtowPTO0pUbdEeul hJuq3UBxK7cSRkydkOexMZ9/aC6bK69eK0eILbfniBszT3zJCAtah0tZ5MGvmHHYXC bnYwrrSbGHcKUqmjKMWY5XErsxP7alzoEc9UfNMHe3BAJLbBEWShRIke7M6DpQmw1t lsegDz1nI0IGTbq9/Y0gr8b1eaqCKwyOl4g991v7UhUqz6oXIDRGrPJtY4ZfDi6OTp 6+M4pNTQoAl6SX5npzFOlEd5RX9IDzfEvsQBLGaGtCaZzn7/ZFIee+nURADQrLtUyA 5Q6NQ/pJXm9nQ== Received: by mercury (Postfix, from userid 1000) id DD78E10633F4; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: [PATCH v3 15/16] dt-bindings: arm: add UNI-T UTi260B Date: Fri, 16 Feb 2024 23:34:34 +0100 Message-ID: <20240216223654.1312880-16-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add compatible value for i.MX6ULL based UNI-T UTi260B thermal camera. Acked-by: Krzysztof Kozlowski Signed-off-by: Sebastian Reichel --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation= /devicetree/bindings/arm/fsl.yaml index 228dcc5c7d6f..7b65f9c9c1a5 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -708,6 +708,7 @@ properties: - toradex,colibri-imx6ull # Colibri iMX6ULL Modules - toradex,colibri-imx6ull-emmc # Colibri iMX6ULL 1GB (eMMC) = Module - toradex,colibri-imx6ull-wifi # Colibri iMX6ULL Wi-Fi / BT = Modules + - uni-t,uti260b # UNI-T UTi260B Thermal Camera - const: fsl,imx6ull =20 - description: i.MX6ULL Armadeus Systems OPOS6ULDev Board --=20 2.43.0 From nobody Wed Dec 17 07:06:57 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 867D914E2DB; Fri, 16 Feb 2024 22:37:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123025; cv=none; b=tJQk7BSGaivrCID7xd4Lw6trsWyBx+k77u669IM4i5slpBdaJgcuXdnkjC+dIlZpYkafSYlE5Uvo5jambN2ClS49/O8dfyxdwUWAHmVdJX6zv10ioMhHdxjEUKAwkv0Lmasu+NV24CSuFjRBIDDY5FpV+OHlb6CKuzrhDHQR6LQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708123025; c=relaxed/simple; bh=gfJ62zPQGQ+sMK6r+GqUYmho6VAFXSFIpwAWDcBpbAA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=B1i1UERcTRphlxJx9QAfbeFha+r9SSU6gSqqkejGOATGpQGfoMllVS5xK29qV9xXMy17+koYeFPKA8dO1XcFKmZr+7/R66nwRk0flgH480EyAF0orP8wvBIN27r8d9jx65uy0q6CLueazBcT3+V5AdnMXu6SR+4gpyqyFUm+gQI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kDkhOmBo; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kDkhOmBo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91DE9C43390; Fri, 16 Feb 2024 22:37:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708123025; bh=gfJ62zPQGQ+sMK6r+GqUYmho6VAFXSFIpwAWDcBpbAA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kDkhOmBoqrlq9eeQxtBdam+MODCUkqjqMW4PH3KCGVc67s/0CRtblLcRYTgAQTVt0 m2OyiM4ipr9U78+5fR6Ye/TTfaN+fP7Xm1JPdDy07C/hAAlnWfHtvAw/ZMHm72K2n4 pizMhhoKBV3wc0Z7VRhsbvMGzcbM3ES2nrmB774raN+9UTm5HgPCDbpzVpFN6SEPsn uhU9R6/IZJujt0QD/DWOTQfz8IN9P0SmHFuiMFMPF0bp92/1TLCIg41sPO1T9Tf/jF iCBdT2sY4eaHvIjKGp9LCy9aRmTHwAdb/PzKTigQi57qPIAvRQ8tD/vH5ztK9LAfxk i0MD+FrmA+9ew== Received: by mercury (Postfix, from userid 1000) id E336210633F5; Fri, 16 Feb 2024 23:36:56 +0100 (CET) From: Sebastian Reichel To: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team Cc: Dong Aisheng , Linus Walleij , Dmitry Torokhov , Mark Brown , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Wahren Subject: [PATCH v3 16/16] ARM: dts: imx6ull-uti260b: Add board Date: Fri, 16 Feb 2024 23:34:35 +0100 Message-ID: <20240216223654.1312880-17-sre@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240216223654.1312880-1-sre@kernel.org> References: <20240216223654.1312880-1-sre@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add UNI-T UTi260b thermal camera board. Reviewed-by: Stefan Wahren Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/nxp/imx/Makefile | 1 + arch/arm/boot/dts/nxp/imx/imx6ull-uti260b.dts | 572 ++++++++++++++++++ 2 files changed, 573 insertions(+) create mode 100644 arch/arm/boot/dts/nxp/imx/imx6ull-uti260b.dts diff --git a/arch/arm/boot/dts/nxp/imx/Makefile b/arch/arm/boot/dts/nxp/imx= /Makefile index a724d1a7a9a0..47350cf3ddeb 100644 --- a/arch/arm/boot/dts/nxp/imx/Makefile +++ b/arch/arm/boot/dts/nxp/imx/Makefile @@ -349,6 +349,7 @@ dtb-$(CONFIG_SOC_IMX6UL) +=3D \ imx6ull-tarragon-slavext.dtb \ imx6ull-tqma6ull2-mba6ulx.dtb \ imx6ull-tqma6ull2l-mba6ulx.dtb \ + imx6ull-uti260b.dtb \ imx6ulz-14x14-evk.dtb \ imx6ulz-bsh-smm-m2.dtb dtb-$(CONFIG_SOC_IMX7D) +=3D \ diff --git a/arch/arm/boot/dts/nxp/imx/imx6ull-uti260b.dts b/arch/arm/boot/= dts/nxp/imx/imx6ull-uti260b.dts new file mode 100644 index 000000000000..2c0972145c79 --- /dev/null +++ b/arch/arm/boot/dts/nxp/imx/imx6ull-uti260b.dts @@ -0,0 +1,572 @@ +// SPDX-License-Identifier: (GPL-2.0 OR MIT) +// Copyright (C) 2022-2024 Sebastian Reichel + +/dts-v1/; +#include "imx6ull.dtsi" +#include +#include +#include +#include + +/ { + model =3D "UNI-T UTi260B Thermal Camera"; + compatible =3D "uni-t,uti260b", "fsl,imx6ull"; + + chosen { + stdout-path =3D "serial0:115200n8"; + }; + + memory@80000000 { + device_type =3D "memory"; + reg =3D <0x80000000 0x20000000>; + }; + + leds { + compatible =3D "gpio-leds"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_led_ctrl>; + + led { + color =3D ; + function =3D LED_FUNCTION_FLASH; + gpios =3D <&gpio2 2 GPIO_ACTIVE_HIGH>; + default-state =3D "off"; + }; + }; + + gpio-keys { + compatible =3D "gpio-keys"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_gpio_keys>; + autorepeat; + + up-key { + label =3D "Up"; + gpios =3D <&gpio2 11 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + down-key { + label =3D "Down"; + gpios =3D <&gpio2 12 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + left-key { + label =3D "Left"; + gpios =3D <&gpio2 13 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + right-key { + label =3D "Right"; + gpios =3D <&gpio2 10 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + ok-key { + label =3D "Ok"; + gpios =3D <&gpio2 9 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + return-key { + label =3D "Return"; + gpios =3D <&gpio2 15 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + play-key { + label =3D "Media"; + gpios =3D <&gpio2 8 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + trigger-key { + label =3D "Trigger"; + gpios =3D <&gpio2 14 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + power-key { + label =3D "Power"; + gpios =3D <&gpio2 3 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + + light-key { + label =3D "Light"; + gpios =3D <&gpio2 1 GPIO_ACTIVE_LOW>; + linux,code =3D ; + }; + }; + + panel_backlight: backlight { + compatible =3D "pwm-backlight"; + brightness-levels =3D <0 4 8 16 32 64 128 255>; + default-brightness-level =3D <6>; + enable-gpios =3D <&gpio1 9 GPIO_ACTIVE_LOW>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_backlight_enable>; + power-supply =3D <®_vsd>; + pwms =3D <&pwm1 0 50000 0>; + }; + + reg_vsd: regulator-vsd { + compatible =3D "regulator-fixed"; + regulator-name =3D "VSD_3V3"; + regulator-min-microvolt =3D <3300000>; + regulator-max-microvolt =3D <3300000>; + }; + + reg_vref: regulator-vref-4v2 { + compatible =3D "regulator-fixed"; + regulator-name =3D "VREF_4V2"; + regulator-min-microvolt =3D <4200000>; + regulator-max-microvolt =3D <4200000>; + }; + + tp5000: charger { + compatible =3D "gpio-charger"; + charger-type =3D "usb-sdp"; + gpios =3D <&gpio1 1 GPIO_ACTIVE_LOW>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_charger_stat1>; + }; + + battery: battery { + compatible =3D "simple-battery"; + /* generic 26650 battery */ + device-chemistry =3D "lithium-ion"; + charge-full-design-microamp-hours =3D <5000000>; + voltage-max-design-microvolt =3D <4200000>; + voltage-min-design-microvolt =3D <3300000>; + }; + + fuel-gauge { + compatible =3D "adc-battery"; + charged-gpios =3D <&gpio1 2 GPIO_ACTIVE_LOW>; + io-channel-names =3D "voltage"; + io-channels =3D <&adc1 7>; + monitored-battery =3D <&battery>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_charger_stat2>; + power-supplies =3D <&tp5000>; + }; + + poweroff { + compatible =3D "gpio-poweroff"; + gpios =3D <&gpio2 4 GPIO_ACTIVE_LOW>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_poweroff>; + }; +}; + +&gpio1 { + ir-reset-hog { + gpio-hog; + gpios =3D <3 GPIO_ACTIVE_LOW>; + line-name =3D "ir-reset-gpio"; + output-low; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_ir_reset>; + }; +}; + +&gpio2 { + /* configuring this to output-high results in poweroff */ + power-en-hog { + gpio-hog; + gpios =3D <6 GPIO_ACTIVE_HIGH>; + line-name =3D "power-en-gpio"; + output-low; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_poweroff2>; + }; +}; + +&ecspi3 { + cs-gpios =3D <&gpio1 20 GPIO_ACTIVE_LOW>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_spi3>, <&mux_spi3_cs>; + status =3D "okay"; + + panel@0 { + compatible =3D "inanbo,t28cp45tn89-v17"; + reg =3D <0>; + backlight =3D <&panel_backlight>; + power-supply =3D <®_vsd>; + spi-cpha; + spi-cpol; + spi-max-frequency =3D <1000000>; + spi-rx-bus-width =3D <0>; + + port { + panel_in: endpoint { + remote-endpoint =3D <&display_out>; + }; + }; + }; +}; + +&uart1 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_uart>; + status =3D "okay"; +}; + +&pwm1 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_pwm>; + status =3D "okay"; +}; + +&i2c1 { + clock-frequency =3D <100000>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_i2c1>; + status =3D "okay"; + + camera@21 { + compatible =3D "galaxycore,gc0308"; + reg =3D <0x21>; + clocks =3D <&clks IMX6UL_CLK_CSI>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_gc0308>; + powerdown-gpios =3D <&gpio1 5 GPIO_ACTIVE_HIGH>; + reset-gpios =3D <&gpio1 6 GPIO_ACTIVE_LOW>; + vdd28-supply =3D <®_vsd>; + + port { + gc0308_to_parallel: endpoint { + remote-endpoint =3D <¶llel_from_gc0308>; + bus-width =3D <8>; + data-shift =3D <2>; /* lines 9:2 are used */ + hsync-active =3D <1>; /* active high */ + vsync-active =3D <1>; /* active high */ + data-active =3D <1>; /* active high */ + pclk-sample =3D <1>; /* sample on rising edge */ + }; + }; + }; +}; + +&csi { + status =3D "okay"; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_csi>; + + port { + parallel_from_gc0308: endpoint { + remote-endpoint =3D <&gc0308_to_parallel>; + }; + }; +}; + +&i2c2 { + clock-frequency =3D <100000>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_i2c2>; + status =3D "okay"; + + rtc@51 { + compatible =3D "nxp,pcf8563"; + reg =3D <0x51>; + }; +}; + +&lcdif { + assigned-clocks =3D <&clks IMX6UL_CLK_LCDIF_PRE_SEL>; + assigned-clock-parents =3D <&clks IMX6UL_CLK_PLL5_VIDEO_DIV>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_lcd_data>, <&mux_lcd_ctrl>; + status =3D "okay"; + + port { + display_out: endpoint { + remote-endpoint =3D <&panel_in>; + }; + }; +}; + +&usdhc1 { + /* MicroSD */ + cd-gpios =3D <&gpio1 19 GPIO_ACTIVE_LOW>; + keep-power-in-suspend; + no-1-8-v; + pinctrl-names =3D "default", "state_100mhz", "state_200mhz"; + pinctrl-0 =3D <&mux_sdhc1>, <&mux_sdhc1_cd>; + pinctrl-1 =3D <&mux_sdhc1_100mhz>, <&mux_sdhc1_cd>; + pinctrl-2 =3D <&mux_sdhc1_200mhz>, <&mux_sdhc1_cd>; + wakeup-source; + vmmc-supply =3D <®_vsd>; + status =3D "okay"; +}; + +&usdhc2 { + /* eMMC */ + keep-power-in-suspend; + no-1-8-v; + non-removable; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_sdhc2>; + wakeup-source; + status =3D "okay"; +}; + +&wdog1 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_wdog>; +}; + +&adc1 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&mux_adc>; + vref-supply =3D <®_vref>; + #io-channel-cells =3D <1>; + status =3D "okay"; +}; + +&usbotg1 { + /* USB-C connector */ + disable-over-current; + dr_mode =3D "otg"; + status =3D "okay"; +}; + +&usbotg2 { + /* thermal sensor */ + disable-over-current; + dr_mode =3D "host"; + status =3D "okay"; +}; + +&usbphy1 { + fsl,tx-d-cal =3D <106>; +}; + +&usbphy2 { + fsl,tx-d-cal =3D <106>; +}; + +&iomuxc { + mux_ir_reset: irresetgrp { + fsl,pins =3D < + MX6UL_PAD_GPIO1_IO03__GPIO1_IO03 0x3008 + >; + }; + + mux_poweroff: poweroffgrp { + fsl,pins =3D < + MX6UL_PAD_ENET1_TX_DATA1__GPIO2_IO04 0x3008 + >; + }; + + mux_poweroff2: poweroff2grp { + fsl,pins =3D < + MX6UL_PAD_ENET1_TX_CLK__GPIO2_IO06 0x3008 + >; + }; + + mux_charger_stat1: charger1grp { + fsl,pins =3D < + MX6UL_PAD_GPIO1_IO01__GPIO1_IO01 0x3008 + >; + }; + + mux_charger_stat2: charger2grp { + fsl,pins =3D < + MX6UL_PAD_GPIO1_IO02__GPIO1_IO02 0x3008 + >; + }; + + mux_wdog: wdoggrp { + fsl,pins =3D < + MX6UL_PAD_LCD_RESET__WDOG1_WDOG_ANY 0x30b0 + >; + }; + + mux_sdhc1_cd: sdhc1-cd-grp { + fsl,pins =3D < + MX6UL_PAD_UART1_RTS_B__GPIO1_IO19 0x17059 + >; + }; + + mux_sdhc1: sdhc1grp { + fsl,pins =3D < + MX6UL_PAD_SD1_CMD__USDHC1_CMD 0x17059 + MX6UL_PAD_SD1_CLK__USDHC1_CLK 0x10071 + MX6UL_PAD_SD1_DATA0__USDHC1_DATA0 0x17059 + MX6UL_PAD_SD1_DATA1__USDHC1_DATA1 0x17059 + MX6UL_PAD_SD1_DATA2__USDHC1_DATA2 0x17059 + MX6UL_PAD_SD1_DATA3__USDHC1_DATA3 0x17059 + >; + }; + + mux_sdhc1_100mhz: sdhc1-100mhz-grp { + fsl,pins =3D < + MX6UL_PAD_SD1_CMD__USDHC1_CMD 0x170b9 + MX6UL_PAD_SD1_CLK__USDHC1_CLK 0x170b9 + MX6UL_PAD_SD1_DATA0__USDHC1_DATA0 0x170b9 + MX6UL_PAD_SD1_DATA1__USDHC1_DATA1 0x170b9 + MX6UL_PAD_SD1_DATA2__USDHC1_DATA2 0x170b9 + MX6UL_PAD_SD1_DATA3__USDHC1_DATA3 0x170b9 + >; + }; + + mux_sdhc1_200mhz: sdhc1-200mhz-grp { + fsl,pins =3D < + MX6UL_PAD_SD1_CMD__USDHC1_CMD 0x170f9 + MX6UL_PAD_SD1_CLK__USDHC1_CLK 0x170f9 + MX6UL_PAD_SD1_DATA0__USDHC1_DATA0 0x170f9 + MX6UL_PAD_SD1_DATA1__USDHC1_DATA1 0x170f9 + MX6UL_PAD_SD1_DATA2__USDHC1_DATA2 0x170f9 + MX6UL_PAD_SD1_DATA3__USDHC1_DATA3 0x170f9 + >; + }; + + mux_sdhc2: sdhc2grp { + fsl,pins =3D < + MX6UL_PAD_NAND_RE_B__USDHC2_CLK 0x10069 + MX6UL_PAD_NAND_WE_B__USDHC2_CMD 0x17059 + MX6UL_PAD_NAND_DATA00__USDHC2_DATA0 0x17059 + MX6UL_PAD_NAND_DATA01__USDHC2_DATA1 0x17059 + MX6UL_PAD_NAND_DATA02__USDHC2_DATA2 0x17059 + MX6UL_PAD_NAND_DATA03__USDHC2_DATA3 0x17059 + MX6UL_PAD_NAND_DATA04__USDHC2_DATA4 0x17059 + MX6UL_PAD_NAND_DATA05__USDHC2_DATA5 0x17059 + MX6UL_PAD_NAND_DATA06__USDHC2_DATA6 0x17059 + MX6UL_PAD_NAND_DATA07__USDHC2_DATA7 0x17059 + >; + }; + + mux_i2c1: i2c1grp { + fsl,pins =3D < + MX6UL_PAD_UART4_TX_DATA__I2C1_SCL 0x4001b8b0 + MX6UL_PAD_UART4_RX_DATA__I2C1_SDA 0x4001b8b0 + >; + }; + + mux_i2c2: i2c2grp { + fsl,pins =3D < + MX6UL_PAD_UART5_TX_DATA__I2C2_SCL 0x4001f8a8 + MX6UL_PAD_UART5_RX_DATA__I2C2_SDA 0x4001f8a8 + >; + }; + + mux_uart: uartgrp { + fsl,pins =3D < + MX6UL_PAD_UART1_TX_DATA__UART1_DCE_TX 0x1b0b1 + MX6UL_PAD_UART1_RX_DATA__UART1_DCE_RX 0x1b0b1 + >; + }; + + mux_gpio_keys: gpiokeygrp { + fsl,pins =3D < + MX6UL_PAD_ENET2_TX_DATA0__GPIO2_IO11 0x3008 + MX6UL_PAD_ENET2_TX_DATA1__GPIO2_IO12 0x3008 + MX6UL_PAD_ENET2_TX_EN__GPIO2_IO13 0x3008 + MX6UL_PAD_ENET2_RX_EN__GPIO2_IO10 0x3008 + MX6UL_PAD_ENET2_RX_DATA1__GPIO2_IO09 0x3008 + MX6UL_PAD_ENET2_RX_ER__GPIO2_IO15 0x3008 + MX6UL_PAD_ENET2_RX_DATA0__GPIO2_IO08 0x3008 + MX6UL_PAD_ENET2_TX_CLK__GPIO2_IO14 0x3008 + MX6UL_PAD_ENET1_TX_DATA0__GPIO2_IO03 0x3008 + MX6UL_PAD_ENET1_RX_DATA1__GPIO2_IO01 0x3008 + >; + }; + + mux_led_ctrl: ledctrlgrp { + fsl,pins =3D < + MX6UL_PAD_ENET1_RX_EN__GPIO2_IO02 0x3008 + >; + }; + + mux_adc: adcgrp { + fsl,pins =3D < + MX6UL_PAD_GPIO1_IO07__GPIO1_IO07 0xb0 + >; + }; + + mux_pwm: pwm1grp { + fsl,pins =3D < + MX6UL_PAD_GPIO1_IO08__PWM1_OUT 0x110b0 + >; + }; + + mux_backlight_enable: blenablegrp { + fsl,pins =3D < + MX6UL_PAD_GPIO1_IO09__GPIO1_IO09 0x3008 + >; + }; + + mux_lcd_data: lcdifdatgrp { + fsl,pins =3D < + MX6UL_PAD_LCD_DATA00__LCDIF_DATA00 0x79 + MX6UL_PAD_LCD_DATA01__LCDIF_DATA01 0x79 + MX6UL_PAD_LCD_DATA02__LCDIF_DATA02 0x79 + MX6UL_PAD_LCD_DATA03__LCDIF_DATA03 0x79 + MX6UL_PAD_LCD_DATA04__LCDIF_DATA04 0x79 + MX6UL_PAD_LCD_DATA05__LCDIF_DATA05 0x79 + MX6UL_PAD_LCD_DATA06__LCDIF_DATA06 0x79 + MX6UL_PAD_LCD_DATA07__LCDIF_DATA07 0x79 + MX6UL_PAD_LCD_DATA08__LCDIF_DATA08 0x79 + MX6UL_PAD_LCD_DATA09__LCDIF_DATA09 0x79 + MX6UL_PAD_LCD_DATA10__LCDIF_DATA10 0x79 + MX6UL_PAD_LCD_DATA11__LCDIF_DATA11 0x79 + MX6UL_PAD_LCD_DATA12__LCDIF_DATA12 0x79 + MX6UL_PAD_LCD_DATA13__LCDIF_DATA13 0x79 + MX6UL_PAD_LCD_DATA14__LCDIF_DATA14 0x79 + MX6UL_PAD_LCD_DATA15__LCDIF_DATA15 0x79 + MX6UL_PAD_LCD_DATA16__LCDIF_DATA16 0x79 + MX6UL_PAD_LCD_DATA17__LCDIF_DATA17 0x79 + >; + }; + + mux_lcd_ctrl: lcdifctrlgrp { + fsl,pins =3D < + MX6UL_PAD_LCD_CLK__LCDIF_CLK 0x79 + MX6UL_PAD_LCD_ENABLE__LCDIF_ENABLE 0x79 + MX6UL_PAD_LCD_HSYNC__LCDIF_HSYNC 0x79 + MX6UL_PAD_LCD_VSYNC__LCDIF_VSYNC 0x79 + >; + }; + + mux_csi: csi1grp { + fsl,pins =3D < + MX6UL_PAD_CSI_PIXCLK__CSI_PIXCLK 0x1b088 + MX6UL_PAD_CSI_VSYNC__CSI_VSYNC 0x1b088 + MX6UL_PAD_CSI_HSYNC__CSI_HSYNC 0x1b088 + MX6UL_PAD_CSI_DATA00__CSI_DATA02 0x1b088 + MX6UL_PAD_CSI_DATA01__CSI_DATA03 0x1b088 + MX6UL_PAD_CSI_DATA02__CSI_DATA04 0x1b088 + MX6UL_PAD_CSI_DATA03__CSI_DATA05 0x1b088 + MX6UL_PAD_CSI_DATA04__CSI_DATA06 0x1b088 + MX6UL_PAD_CSI_DATA05__CSI_DATA07 0x1b088 + MX6UL_PAD_CSI_DATA06__CSI_DATA08 0x1b088 + MX6UL_PAD_CSI_DATA07__CSI_DATA09 0x1b088 + >; + }; + + mux_gc0308: gc0308grp { + fsl,pins =3D < + MX6UL_PAD_CSI_MCLK__CSI_MCLK 0x1e038 + MX6UL_PAD_GPIO1_IO05__GPIO1_IO05 0x1b088 + MX6UL_PAD_GPIO1_IO06__GPIO1_IO06 0x1b088 + >; + }; + + + mux_spi3: ecspi3grp { + fsl,pins =3D < + MX6UL_PAD_UART2_CTS_B__ECSPI3_MOSI 0x100b1 + MX6UL_PAD_UART2_RX_DATA__ECSPI3_SCLK 0x100b1 + >; + }; + + mux_spi3_cs: ecspi3_csgrp { + fsl,pins =3D < + MX6UL_PAD_UART2_TX_DATA__GPIO1_IO20 0x3008 + >; + }; +}; --=20 2.43.0