* [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi
@ 2024-06-14 15:06 Frank Li
2024-06-14 15:06 ` [PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc Frank Li
2024-06-27 7:16 ` [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Shawn Guo
0 siblings, 2 replies; 5+ messages in thread
From: Frank Li @ 2024-06-14 15:06 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Dong Aisheng
Cc: devicetree, imx, linux-arm-kernel, linux-kernel, Frank Li,
Peng Fan, stable
Add subsystem lvds and mipi. Add pwm and i2c in lvds and mipi.
imx8qm-mek:
- add remove-proc
- fixed gpio number error for vmmc
- add usb3 and typec
- add pwm and i2c in lvds and mipi
DTB_CHECK warning fixed by seperate patches.
arch/arm64/boot/dts/freescale/imx8qm-mek.dtb: usb@5b110000: usb@5b120000: 'port', 'usb-role-switch' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/usb/fsl,imx8qm-cdns3.yaml#
arch/arm64/boot/dts/freescale/imx8qm-mek.dtb: usb@5b120000: 'port', 'usb-role-switch' do not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/usb/cdns,usb3.yaml#
** binding fix patch: https://lore.kernel.org/imx/20240606161509.3201080-1-Frank.Li@nxp.com/T/#u
arch/arm64/boot/dts/freescale/imx8qm-mek.dtb: interrupt-controller@56240000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml#
** binding fix patch: https://lore.kernel.org/imx/20240528071141.92003-1-alexander.stein@ew.tq-group.com/T/#me3425d580ba9a086866c3053ef854810ac7a0ef6
arch/arm64/boot/dts/freescale/imx8qm-mek.dtb: pwm@56244000: 'oneOf' conditional failed, one must be fixed:
'interrupts' is a required property
'interrupts-extended' is a required property
from schema $id: http://devicetree.org/schemas/pwm/imx-pwm.yaml#
** binding fix patch: https://lore.kernel.org/imx/dc9accba-78af-45ec-a516-b89f2d4f4b03@kernel.org/T/#t
from schema $id: http://devicetree.org/schemas/interrupt-controller/fsl,irqsteer.yaml#
arch/arm64/boot/dts/freescale/imx8qm-mek.dtb: imx8qm-cm4-0: power-domains: [[15, 278], [15, 297]] is too short
from schema $id: http://devicetree.org/schemas/remoteproc/fsl,imx-rproc.yaml#
arch/arm64/boot/dts/freescale/imx8qm-mek.dtb: imx8qm-cm4-1: power-domains: [[15, 298], [15, 317]] is too short
** binding fix patch: https://lore.kernel.org/imx/20240606150030.3067015-1-Frank.Li@nxp.com/T/#u
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in
- Add imx8qm-ss-mipi.dtsi to overwrite mipi lpcg clock setting
- Fixed order in imx8-ss-mipi0.dtsi
- lpcg arg0 have to use clock indices, insteand of index, so keep current change
- lvds1 and mipi1 keep current file name to algin exist naming conversion
- Link to v2: https://lore.kernel.org/r/20240610-imx8qm-dts-usb-v2-0-788417116fb1@nxp.com
Changes in v2:
Changes in v2:
- split common lvds and mipi part to seperate dtsi file.
- num-interpolated-steps = <100>
- irq-steer add "fsl,imx8qm-irqsteer"
- using mux-controller
- move address-cells common dtsi
- Link to v1: https://lore.kernel.org/r/20240606-imx8qm-dts-usb-v1-0-565721b64f25@nxp.com
---
Frank Li (9):
arm64: dts: imx8: add basic lvds0 and lvds1 subsystem
arm64: dts: imx8qm: add lvds subsystem
arm64: dts: imx8: add basic mipi subsystem
arm64: dts: imx8qm: add mipi subsystem
arm64: dts: imx8qm-mek: add cm4 remote-proc and related memory region
arm64: dts: imx8qm-mek: add pwm and i2c in lvds subsystem
arm64: dts: imx8qm-mek: add i2c in mipi[0,1] subsystem
arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
arm64: dts: imx8qm-mek: add usb 3.0 and related type C nodes
arch/arm64/boot/dts/freescale/imx8-ss-lvds0.dtsi | 63 +++++
arch/arm64/boot/dts/freescale/imx8-ss-lvds1.dtsi | 114 +++++++++
arch/arm64/boot/dts/freescale/imx8-ss-mipi0.dtsi | 130 ++++++++++
arch/arm64/boot/dts/freescale/imx8-ss-mipi1.dtsi | 138 +++++++++++
arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 280 +++++++++++++++++++++-
arch/arm64/boot/dts/freescale/imx8qm-ss-lvds.dtsi | 77 ++++++
arch/arm64/boot/dts/freescale/imx8qm-ss-mipi.dtsi | 19 ++
arch/arm64/boot/dts/freescale/imx8qm.dtsi | 27 +++
8 files changed, 847 insertions(+), 1 deletion(-)
---
base-commit: ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
change-id: 20240606-imx8qm-dts-usb-9c55d2bfe526
Best regards,
---
Frank Li <Frank.Li@nxp.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
2024-06-14 15:06 [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Frank Li
@ 2024-06-14 15:06 ` Frank Li
2024-06-17 3:07 ` Shawn Guo
2024-06-27 7:16 ` [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Shawn Guo
1 sibling, 1 reply; 5+ messages in thread
From: Frank Li @ 2024-06-14 15:06 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Dong Aisheng
Cc: devicetree, imx, linux-arm-kernel, linux-kernel, Frank Li, stable,
Peng Fan
The gpio in "reg_usdhc2_vmmc" should be 7 instead of 19.
Cc: stable@vger.kernel.org
Fixes: 307fd14d4b14 ("arm64: dts: imx: add imx8qm mek support")
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
index e3a653be7dacc..8ab75cc5b9aff 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
@@ -114,7 +114,7 @@ reg_usdhc2_vmmc: usdhc2-vmmc {
regulator-name = "SD1_SPWR";
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>;
- gpio = <&lsio_gpio4 19 GPIO_ACTIVE_HIGH>;
+ gpio = <&lsio_gpio4 7 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
2024-06-14 15:06 ` [PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc Frank Li
@ 2024-06-17 3:07 ` Shawn Guo
0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2024-06-17 3:07 UTC (permalink / raw)
To: Frank Li
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Dong Aisheng, devicetree, imx, linux-arm-kernel, linux-kernel,
stable, Peng Fan
On Fri, Jun 14, 2024 at 11:06:32AM -0400, Frank Li wrote:
> The gpio in "reg_usdhc2_vmmc" should be 7 instead of 19.
>
> Cc: stable@vger.kernel.org
> Fixes: 307fd14d4b14 ("arm64: dts: imx: add imx8qm mek support")
> Reviewed-by: Peng Fan <peng.fan@nxp.com>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
Applied, thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi
2024-06-14 15:06 [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Frank Li
2024-06-14 15:06 ` [PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc Frank Li
@ 2024-06-27 7:16 ` Shawn Guo
2024-07-01 14:25 ` Shawn Guo
1 sibling, 1 reply; 5+ messages in thread
From: Shawn Guo @ 2024-06-27 7:16 UTC (permalink / raw)
To: Frank Li
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Dong Aisheng, devicetree, imx, linux-arm-kernel, linux-kernel,
Peng Fan, stable
On Fri, Jun 14, 2024 at 11:06:24AM -0400, Frank Li wrote:
> Frank Li (9):
> arm64: dts: imx8: add basic lvds0 and lvds1 subsystem
> arm64: dts: imx8qm: add lvds subsystem
> arm64: dts: imx8: add basic mipi subsystem
> arm64: dts: imx8qm: add mipi subsystem
> arm64: dts: imx8qm-mek: add cm4 remote-proc and related memory region
> arm64: dts: imx8qm-mek: add pwm and i2c in lvds subsystem
> arm64: dts: imx8qm-mek: add i2c in mipi[0,1] subsystem
> arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
> arm64: dts: imx8qm-mek: add usb 3.0 and related type C nodes
Applied all, thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi
2024-06-27 7:16 ` [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Shawn Guo
@ 2024-07-01 14:25 ` Shawn Guo
0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2024-07-01 14:25 UTC (permalink / raw)
To: Frank Li
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
Dong Aisheng, devicetree, imx, linux-arm-kernel, linux-kernel,
Peng Fan, stable
On Thu, Jun 27, 2024 at 03:16:43PM +0800, Shawn Guo wrote:
> On Fri, Jun 14, 2024 at 11:06:24AM -0400, Frank Li wrote:
> > Frank Li (9):
> > arm64: dts: imx8: add basic lvds0 and lvds1 subsystem
> > arm64: dts: imx8qm: add lvds subsystem
> > arm64: dts: imx8: add basic mipi subsystem
> > arm64: dts: imx8qm: add mipi subsystem
> > arm64: dts: imx8qm-mek: add cm4 remote-proc and related memory region
> > arm64: dts: imx8qm-mek: add pwm and i2c in lvds subsystem
> > arm64: dts: imx8qm-mek: add i2c in mipi[0,1] subsystem
> > arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc
> > arm64: dts: imx8qm-mek: add usb 3.0 and related type C nodes
>
> Applied all, thanks!
Dropped the series due to the warnings reported by kernel test robot.
Shawn
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-01 14:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14 15:06 [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Frank Li
2024-06-14 15:06 ` [PATCH v3 8/9] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc Frank Li
2024-06-17 3:07 ` Shawn Guo
2024-06-27 7:16 ` [PATCH v3 0/9] arm64: dts: imx8qm: add subsystem lvds and mipi Shawn Guo
2024-07-01 14:25 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).