Kernel dts import now provides bootph-all and bootph-pre-ram properties
for the properties we have been overriding so far. Drop the same.

Reviewed-by: Dhruva Gole <d-g...@ti.com>
Tested-by: Dhruva Gole <d-g...@ti.com>
Signed-off-by: Nishanth Menon <n...@ti.com>
---
Changes since v1:
- tested and reviewed tags

V1: https://lore.kernel.org/r/20231113145919.1928812-4...@ti.com
 arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 56 --------------------
 1 file changed, 56 deletions(-)

diff --git a/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi 
b/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi
index 6f3a31558b20..7f8468f298f0 100644
--- a/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi
@@ -13,36 +13,26 @@
                tick-timer = &main_timer0;
        };
 
-       memory@80000000 {
-               bootph-all;
-       };
-
        /* Keep the LEDs on by default to indicate life */
        leds {
-               bootph-all;
                led-0 {
                        default-state = "on";
-                       bootph-all;
                };
 
                led-1 {
                        default-state = "on";
-                       bootph-all;
                };
 
                led-2 {
                        default-state = "on";
-                       bootph-all;
                };
 
                led-3 {
                        default-state = "on";
-                       bootph-all;
                };
 
                led-4 {
                        default-state = "on";
-                       bootph-all;
                };
        };
 };
@@ -58,45 +48,7 @@
        };
 };
 
-&main_uart0 {
-       bootph-all;
-};
-
-&console_pins_default {
-       bootph-all;
-};
-
-&main_i2c0 {
-       bootph-all;
-};
-
-&local_i2c_pins_default {
-       bootph-all;
-};
-
-&gpio0_pins_default {
-       bootph-all;
-};
-
-&main_gpio0 {
-       bootph-all;
-};
-
-&main_gpio1 {
-       bootph-all;
-};
-
-&sdhci0 {
-       /* EMMC */
-       bootph-all;
-};
-
-&emmc_pins_default {
-       bootph-all;
-};
-
 &sd_pins_default {
-       bootph-all;
        /* Force to use SDCD card detect pin */
        pinctrl-single,pins = <
                AM62X_IOPAD(0x023c, PIN_INPUT, 0) /* (A21) MMC1_CMD */
@@ -109,14 +61,6 @@
        >;
 };
 
-&tps65219 {
-       bootph-all;
-};
-
-&sdhci1 {
-       bootph-all;
-};
-
 #ifdef CONFIG_TARGET_AM625_A53_EVM
 
 #define SPL_AM625_BEAGLEPLAY_DTB "spl/dts/k3-am625-beagleplay.dtb"
-- 
2.40.0

Reply via email to