arm64: dts: ti: k3-am625-beagleplay: Add boot phase tags marking
authorNishanth Menon <nm@ti.com>
Mon, 11 Sep 2023 16:25:34 +0000 (11:25 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 2 Oct 2023 14:19:47 +0000 (19:49 +0530)
bootph-all as phase tag was added to dt-schema
(dtschema/schemas/bootph.yaml) to describe various node usage during
boot phases with DT.

Describe the same for beagleplay boot devices.

Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230911162535.1044560-3-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts

index 7cfdf562b53bfe53502f70b24e8afd1899cf4859..f646d1ec4c050c58efcf7c478091beb8722fd5bd 100644 (file)
@@ -46,6 +46,7 @@
        };
 
        memory@80000000 {
+               bootph-pre-ram;
                device_type = "memory";
                /* 2G RAM */
                reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
@@ -83,6 +84,7 @@
        };
 
        vsys_5v0: regulator-1 {
+               bootph-all;
                compatible = "regulator-fixed";
                regulator-name = "vsys_5v0";
                regulator-min-microvolt = <5000000>;
@@ -93,6 +95,7 @@
 
        vdd_3v3: regulator-2 {
                /* output of TLV62595DMQR-U12 */
+               bootph-all;
                compatible = "regulator-fixed";
                regulator-name = "vdd_3v3";
                regulator-min-microvolt = <3300000>;
 
        vdd_3v3_sd: regulator-4 {
                /* output of TPS22918DBVR-U21 */
+               bootph-all;
                pinctrl-names = "default";
                pinctrl-0 = <&vdd_3v3_sd_pins_default>;
 
        };
 
        vdd_sd_dv: regulator-5 {
+               bootph-all;
                compatible = "regulator-gpio";
                regulator-name = "sd_hs200_switch";
                pinctrl-names = "default";
        };
 
        leds {
+               bootph-all;
                compatible = "gpio-leds";
 
                led-0 {
+                       bootph-all;
                        gpios = <&main_gpio0 3 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                        function = LED_FUNCTION_HEARTBEAT;
                };
 
                led-1 {
+                       bootph-all;
                        gpios = <&main_gpio0 4 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "disk-activity";
                        function = LED_FUNCTION_DISK_ACTIVITY;
                };
 
                led-2 {
+                       bootph-all;
                        gpios = <&main_gpio0 5 GPIO_ACTIVE_HIGH>;
                        function = LED_FUNCTION_CPU;
                };
 
                led-3 {
+                       bootph-all;
                        gpios = <&main_gpio0 6 GPIO_ACTIVE_HIGH>;
                        function = LED_FUNCTION_LAN;
                };
 
                led-4 {
+                       bootph-all;
                        gpios = <&main_gpio0 9 GPIO_ACTIVE_HIGH>;
                        function = LED_FUNCTION_WLAN;
                };
 
 &main_pmx0 {
        gpio0_pins_default: gpio0-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x0004, PIN_INPUT, 7) /* (G25) OSPI0_LBCLKO.GPIO0_1 */
                        AM62X_IOPAD(0x0008, PIN_INPUT, 7) /* (J24) OSPI0_DQS.GPIO0_2 */
        };
 
        vdd_sd_dv_pins_default: vdd-sd-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x0244, PIN_OUTPUT, 7) /* (C17) MMC1_SDWP.GPIO1_49 */
                >;
        };
 
        local_i2c_pins_default: local-i2c-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x01e0, PIN_INPUT_PULLUP, 0) /* (B16) I2C0_SCL */
                        AM62X_IOPAD(0x01e4, PIN_INPUT_PULLUP, 0) /* (A16) I2C0_SDA */
        };
 
        emmc_pins_default: emmc-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x0220, PIN_INPUT, 0) /* (Y3) MMC0_CMD */
                        AM62X_IOPAD(0x0218, PIN_INPUT, 0) /* (AB1) MMC0_CLK */
        };
 
        vdd_3v3_sd_pins_default: vdd-3v3-sd-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x01c4, PIN_INPUT, 7) /* (B14) SPI0_D1_GPIO1_19 */
                >;
        };
 
        sd_pins_default: sd-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x023c, PIN_INPUT, 0) /* (A21) MMC1_CMD */
                        AM62X_IOPAD(0x0234, PIN_INPUT, 0) /* (B22) MMC1_CLK */
        };
 
        mikrobus_gpio_pins_default: mikrobus-gpio-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x019c, PIN_INPUT, 7) /* (B18) MCASP0_AXR1.GPIO1_9 */
                        AM62X_IOPAD(0x01a0, PIN_INPUT, 7) /* (E18) MCASP0_AXR0.GPIO1_10 */
        };
 
        console_pins_default: console-default-pins {
+               bootph-all;
                pinctrl-single,pins = <
                        AM62X_IOPAD(0x01c8, PIN_INPUT, 0) /* (D14) UART0_RXD */
                        AM62X_IOPAD(0x01cc, PIN_OUTPUT, 0) /* (E14) UART0_TXD */
 };
 
 &main_gpio0 {
+       bootph-all;
        pinctrl-names = "default";
        pinctrl-0 = <&gpio0_pins_default>;
        gpio-line-names = "BL_EN_3V3", "SPE_PO_EN", "RTC_INT",  /* 0-2 */
 };
 
 &main_gpio1 {
+       bootph-all;
        pinctrl-names = "default";
        pinctrl-0 = <&mikrobus_gpio_pins_default>;
        gpio-line-names = "", "", "", "", "",                   /* 0-4 */
 };
 
 &main_i2c0 {
+       bootph-all;
        pinctrl-names = "default";
        pinctrl-0 = <&local_i2c_pins_default>;
        clock-frequency = <400000>;
        };
 
        tps65219: pmic@30 {
+               bootph-all;
                compatible = "ti,tps65219";
                reg = <0x30>;
                buck1-supply = <&vsys_5v0>;
 };
 
 &sdhci0 {
+       bootph-all;
        pinctrl-names = "default";
        pinctrl-0 = <&emmc_pins_default>;
        ti,driver-strength-ohm = <50>;
 
 &sdhci1 {
        /* SD/MMC */
+       bootph-all;
        pinctrl-names = "default";
        pinctrl-0 = <&sd_pins_default>;
 
 };
 
 &main_uart0 {
+       bootph-all;
        pinctrl-names = "default";
        pinctrl-0 = <&console_pins_default>;
        status = "okay";