]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am642-evm: Remove duplicate node
authorPhilippe Schenker <philippe.schenker@impulsing.ch>
Tue, 11 Nov 2025 07:16:25 +0000 (08:16 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:50:05 +0000 (12:50 -0600)
The device tree contained a duplicate DT node 'main_mmc1_pins_default',
which was already defined a few lines below. This patch removes the
redundant entry.

Signed-off-by: Philippe Schenker <philippe.schenker@impulsing.ch>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
arch/arm/dts/k3-am642-evm-u-boot.dtsi

index 705b3baa81cfbdc7eb532a59fb8ff5aad9e3990f..6469f43fca815b4f5835a71cd64e22d1ac31e1d3 100644 (file)
        dr_mode="peripheral";
 };
 
-&main_mmc1_pins_default {
-       bootph-all;
-};
-
 &sdhci0 {
        bootph-all;
 };