diff options
| author | Philippe Schenker <[email protected]> | 2025-11-11 08:16:25 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-18 12:50:05 -0600 |
| commit | 46e372feb784f533cd92e73f51f90b4fe4d336e5 (patch) | |
| tree | 501c70cdaac9f3fe76dd5b6dacd4f35a8127cbef /arch | |
| parent | 6b27b6886945a9351fcea8c9acf9418844f46670 (diff) | |
arm: dts: k3-am642-evm: Remove duplicate node
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 <[email protected]>
Reviewed-by: Anshul Dalal <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/k3-am642-evm-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/k3-am642-evm-u-boot.dtsi b/arch/arm/dts/k3-am642-evm-u-boot.dtsi index 705b3baa81c..6469f43fca8 100644 --- a/arch/arm/dts/k3-am642-evm-u-boot.dtsi +++ b/arch/arm/dts/k3-am642-evm-u-boot.dtsi @@ -19,10 +19,6 @@ dr_mode="peripheral"; }; -&main_mmc1_pins_default { - bootph-all; -}; - &sdhci0 { bootph-all; }; |
