]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: ti: k3-j784s4-j742s2-evm-common: Remove parent nodes bootph-*
authorManorit Chawdhry <m-chawdhry@ti.com>
Thu, 24 Oct 2024 05:21:04 +0000 (10:51 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 28 Oct 2024 15:17:23 +0000 (20:47 +0530)
Adding bootph properties on leaf nodes imply that they are applicable to
the parent nodes as well. Bootloaders can derive the parent nodes when
bootph is available in the leaf nodes.

Remove the bootph-* properties from parent nodes as they are redundant.

Reviewed-by: Aniket Limaye <a-limaye@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Link: https://lore.kernel.org/r/20241024-b4-upstream-bootph-all-v6-7-2af90e3a4fe7@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j784s4-j742s2-evm-common.dtsi

index 98453171a1790cd605d25ad939f556127519524a..b2e2b9f507a9828d49b1eb94d098b2c6682cef0e 100644 (file)
 };
 
 &main_pmx0 {
-       bootph-all;
        main_cpsw2g_default_pins: main-cpsw2g-default-pins {
                pinctrl-single,pins = <
                        J784S4_IOPAD(0x0b8, PIN_INPUT, 6) /* (AC34) MCASP1_ACLKX.RGMII1_RD0 */
 };
 
 &wkup_pmx2 {
-       bootph-all;
        wkup_uart0_pins_default: wkup-uart0-default-pins {
                bootph-all;
                pinctrl-single,pins = <
 };
 
 &wkup_pmx0 {
-       bootph-all;
        mcu_fss0_ospi0_pins_default: mcu-fss0-ospi0-default-pins {
                bootph-all;
                pinctrl-single,pins = <
 };
 
 &wkup_pmx1 {
-       bootph-all;
        mcu_fss0_ospi0_1_pins_default: mcu-fss0-ospi0-1-default-pins {
                bootph-all;
                pinctrl-single,pins = <
 };
 
 &fss {
-       bootph-all;
        status = "okay";
 };
 
 &ospi0 {
-       bootph-all;
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_fss0_ospi0_pins_default>, <&mcu_fss0_ospi0_1_pins_default>;
 
        flash@0 {
-               bootph-all;
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <8>;
 };
 
 &ospi1 {
-       bootph-all;
        status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
 
        flash@0 {
-               bootph-all;
                compatible = "jedec,spi-nor";
                reg = <0x0>;
                spi-tx-bus-width = <1>;