]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: e850-96: Remove not needed bootph-all flags
authorSam Protsenko <semen.protsenko@linaro.org>
Sat, 25 May 2024 21:51:38 +0000 (16:51 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 28 May 2024 02:53:24 +0000 (11:53 +0900)
Most of the nodes in e850-96 appended device tree that add bootph-all
flags are not necessary. All those nodes are instantiated as
dependencies of other nodes anyway. Remove those nodes to avoid
cluttering the appended dts. 'bdinfo' reports 768 bytes reduction for
"Early malloc usage", and 'dm tree' output doesn't change. Keep only
pmu_system_controller changes, which are actually needed for serial to
work properly.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/exynos850-e850-96-u-boot.dtsi

index 7ad11e9faab2f6686d07636fc54dfd3858258f85..6d7148f7264ab9cf62ce90605662fb6eac2b7fcb 100644 (file)
@@ -3,35 +3,7 @@
  * Copyright (c) 2023 Linaro Ltd.
  */
 
-&cmu_top {
-       bootph-all;
-};
-
-&cmu_peri {
-       bootph-all;
-};
-
-&oscclk {
-       bootph-all;
-};
-
-&pinctrl_alive {
-       bootph-all;
-};
-
 &pmu_system_controller {
        bootph-all;
        samsung,uart-debug-1;
 };
-
-&serial_0 {
-       bootph-all;
-};
-
-&uart1_pins {
-       bootph-all;
-};
-
-&usi_uart {
-       bootph-all;
-};