]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arch: arm: dts: k3-am642-phyboard-electra: Drop bootph properties
authorWadim Egorov <w.egorov@phytec.de>
Thu, 27 Nov 2025 14:04:28 +0000 (15:04 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 10 Dec 2025 17:59:45 +0000 (11:59 -0600)
Remove bootph properties no longer needed. These are now handled
in upstream Linux device trees.

While at it, drop the vtt-supply which is a leftover from the
very initial prototype of this board.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi
arch/arm/dts/k3-am642-r5-phycore-som-2gb.dts

index 56547cbd28af644400b1f4e941f8fa1e8ece3a93..0c2bce28245ff72ab223d2f73c1dd12e4b3ffe93 100644 (file)
                stdout-path = "serial2:115200n8";
                tick-timer = &main_timer0;
        };
-
-       memory@80000000 {
-               bootph-all;
-       };
-};
-
-&cbass_main {
-       bootph-all;
-};
-
-&dmsc {
-       bootph-all;
-};
-
-&dmss {
-       bootph-all;
-};
-
-&k3_clks {
-       bootph-all;
-};
-
-&k3_pds {
-       bootph-all;
-};
-
-&k3_reset {
-       bootph-all;
 };
 
 &main_bcdma {
                    "cfg", "tchan", "rchan";
 };
 
-&main_conf {
-       bootph-all;
-       chipid@14 {
-               bootph-all;
-       };
-};
-
-&main_gpio0 {
-       bootph-all;
-};
-
-&main_i2c0 {
-       bootph-all;
-};
-
-&main_i2c0_pins_default {
-       bootph-all;
-};
-
-&main_mmc1_pins_default {
-       bootph-all;
-};
-
 &main_pktdma {
        bootph-all;
-       reg = <0x00 0x485c0000 0x00 0x100>,
-             <0x00 0x4a800000 0x00 0x20000>,
-             <0x00 0x4aa00000 0x00 0x40000>,
-             <0x00 0x4b800000 0x00 0x400000>,
-             <0x00 0x485e0000 0x00 0x20000>,
-             <0x00 0x484a0000 0x00 0x4000>,
-             <0x00 0x484c0000 0x00 0x2000>,
-             <0x00 0x48430000 0x00 0x4000>;
-       reg-names = "gcfg", "rchanrt", "tchanrt", "ringrt", "cfg",
-                   "tchan", "rchan", "rflow";
-};
-
-&main_pmx0 {
-       bootph-all;
 };
 
 &main_timer0 {
-       bootph-all;
        clock-frequency = <200000000>;
 };
 
-&main_uart0 {
-       bootph-all;
-};
-
-&main_uart0_pins_default {
-       bootph-all;
-};
-
-&main_usb0_pins_default {
-       bootph-all;
-};
-
 &ospi0 {
-       bootph-all;
        flash@0 {
-               bootph-all;
                partitions {
                        compatible = "fixed-partitions";
                        #address-cells = <1>;
        };
 };
 
-&ospi0_pins_default {
-       bootph-all;
-};
-
 &main_rti1 {
        status = "disabled";
 };
-
-&sdhci0 {
-       bootph-all;
-};
-
-&sdhci1 {
-       bootph-all;
-};
-
-&secure_proxy_main {
-       bootph-all;
-};
-
-&usbss0 {
-       bootph-all;
-};
-
-&usb0 {
-       bootph-all;
-};
index 32a10b24327c2d19deb64f6bf548b94dcb2bff11..d27fc7fa882df51bec7be1f01ef8bab6fae783cb 100644 (file)
                clock-frequency = <200000000>;
                bootph-pre-ram;
        };
-
-       vtt_supply: vtt-supply {
-               compatible = "regulator-fixed";
-               regulator-name = "vtt";
-               pinctrl-names = "default";
-               pinctrl-0 = <&ddr_vtt_pins_default>;
-               regulator-min-microvolt = <3300000>;
-               regulator-max-microvolt = <3300000>;
-               gpios = <&main_gpio0 14 GPIO_ACTIVE_HIGH>;
-               enable-active-high;
-               regulator-always-on;
-               regulator-boot-on;
-               bootph-pre-ram;
-       };
 };
 
 &cbass_main {
        };
 };
 
-&cbass_mcu {
-       bootph-pre-ram;
-};
-
 &dmsc {
        mboxes= <&secure_proxy_main 0>,
                <&secure_proxy_main 1>,
        ti,secure-host;
 };
 
-&main_esm {
-       bootph-pre-ram;
-};
-
-&main_gpio0 {
-       bootph-pre-ram;
-};
-
-&main_pmx0 {
-       bootph-pre-ram;
-       ddr_vtt_pins_default: ddr-vtt-default-pins {
-               bootph-pre-ram;
-               pinctrl-single,pins = <
-                       AM64X_IOPAD(0x0038, PIN_OUTPUT_PULLUP, 7) /* (L18) OSPI0_CSN3.GPIO0_14 */
-               >;
-       };
-};
-
 /* timer init is called as part of rproc_start() while
  * starting System Firmware, so any clock/power-domain
  * operations will fail as SYSFW is not yet up and running.
        /delete-property/ clock-names;
 };
 
-&mcu_esm {
-       bootph-pre-ram;
-};
-
-&memorycontroller {
-       vtt-supply = <&vtt_supply>;
-};
-
 &ospi0 {
        reg = <0x00 0x0fc40000 0x00 0x100>,
              <0x00 0x60000000 0x00 0x08000000>;