]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6qdl-mba6: add boot phase properties
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Fri, 20 Feb 2026 14:30:05 +0000 (15:30 +0100)
committerFrank Li <Frank.Li@nxp.com>
Mon, 6 Apr 2026 01:35:28 +0000 (21:35 -0400)
dtschema/schemas/bootph.yaml describe various node usage during
boot phases with DT.

MBa6 need I2C, GPIO, SD-Card, UART and watchdog access during
boot process.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/imx/imx6qdl-mba6.dtsi

index ee2c6bec92e8e27ab1e6749ea801779d6a57067a..74ccfe56828fa3c41c74bedd3e8ebbd17b72f84f 100644 (file)
        };
 };
 
+&gpio1 {
+       bootph-pre-ram;
+};
+
 &hdmi {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_hdmi>;
 };
 
 &i2c1 {
+       bootph-pre-ram;
+
        tlv320aic32x4: audio-codec@18 {
                compatible = "ti,tlv320aic32x4";
                reg = <0x18>;
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
+       bootph-pre-ram;
        status = "okay";
 };
 
        no-sdio;
        cd-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
        wp-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
+       bootph-all;
        status = "okay";
 };
 
        pinctrl-0 = <&pinctrl_wdog1>;
        /* does not work on unmodified starter kit */
        /* fsl,ext-reset-output; */
+       bootph-pre-ram;
        status = "okay";
 };
 
                        MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA 0x1b099
                        MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA 0x1b099
                >;
+               bootph-pre-ram;
        };
 
        pinctrl_uart3: uart3grp {
                        MX6QDL_PAD_GPIO_4__GPIO1_IO04  0x0001b099 /* usdhc2 CD */
                        MX6QDL_PAD_GPIO_2__GPIO1_IO02  0x0001b099 /* usdhc2 WP */
                >;
+               bootph-all;
        };
 
        pinctrl_usbotg: usbotggrp {
                         /* Watchdog out */
                        MX6QDL_PAD_SD1_DAT2__WDOG1_B 0x0000b099
                >;
+               bootph-pre-ram;
        };
 };