]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am654: remove duplicate wkup_i2c0
authorBryan Brattlof <bb@ti.com>
Fri, 29 Dec 2023 17:47:14 +0000 (11:47 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 3 Jan 2024 13:36:37 +0000 (08:36 -0500)
With the Linux and U-Boot board dtb files unified, we now have a
duplicate wkup_i2c0 node. Remove it

Tested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
arch/arm/dts/k3-am654-r5-base-board.dts

index 9d7467acd30c9a95ce42d86241ba1d32b6923731..8c6cb147c821aa8cc2b971a0cb2fdda55727dfba 100644 (file)
                >;
        };
 
-       wkup_i2c0_pins_default: wkup-i2c0-pins-default {
-               pinctrl-single,pins = <
-                       AM65X_WKUP_IOPAD(0x00e0, PIN_INPUT, 0) /* (AC7) WKUP_I2C0_SCL */
-                       AM65X_WKUP_IOPAD(0x00e4, PIN_INPUT, 0) /* (AD6) WKUP_I2C0_SDA */
-               >;
-       };
-
        mcu_fss0_ospi0_pins_default: mcu-fss0-ospi0-pins_default {
                pinctrl-single,pins = <
                        AM65X_WKUP_IOPAD(0x0000, PIN_OUTPUT, 0) /* (V1) MCU_OSPI0_CLK */
        /delete-property/ power-domains;
 };
 
-&wkup_i2c0 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&wkup_i2c0_pins_default>;
-       clock-frequency = <400000>;
-
-       vdd_mpu: tps62363@60 {
-               compatible = "ti,tps62363";
-               reg = <0x60>;
-               regulator-name = "VDD_MPU";
-               regulator-min-microvolt = <500000>;
-               regulator-max-microvolt = <1770000>;
-               regulator-always-on;
-               regulator-boot-on;
-               ti,vsel0-state-high;
-               ti,vsel1-state-high;
-       };
-};
-
 &ospi0 {
        pinctrl-names = "default";
        pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;