arm: dts: st: align MMC node names with established convention

Rename sdhci@9060000 and sdhci@9080000 nodes to mmc@9060000 and
mmc@9080000 in stih407-family.dtsi and update all derived board files
atomically to prevent orphaned node overrides.

Signed-off-by: Charan Pedumuru <charan.pedumuru@gmail.com>
Signed-off-by: Ulf Hansson <ulfh@kernel.org>
This commit is contained in:
Charan Pedumuru 2026-06-29 16:26:39 +00:00 committed by Ulf Hansson
parent a303ea3933
commit 4e9dc8c1ef
4 changed files with 7 additions and 7 deletions

View File

@ -596,7 +596,7 @@ spi@9542000 {
status = "disabled";
};
mmc0: sdhci@9060000 {
mmc0: mmc@9060000 {
compatible = "st,sdhci-stih407", "st,sdhci";
status = "disabled";
reg = <0x09060000 0x7ff>, <0x9061008 0x20>;
@ -611,7 +611,7 @@ mmc0: sdhci@9060000 {
bus-width = <8>;
};
mmc1: sdhci@9080000 {
mmc1: mmc@9080000 {
compatible = "st,sdhci-stih407", "st,sdhci";
status = "disabled";
reg = <0x09080000 0x7ff>;

View File

@ -141,14 +141,14 @@ i2c3: i2c@9843000 {
status = "okay";
};
mmc0: sdhci@9060000 {
mmc0: mmc@9060000 {
pinctrl-0 = <&pinctrl_sd0>;
bus-width = <4>;
status = "okay";
};
/* high speed expansion connector */
mmc1: sdhci@9080000 {
mmc1: mmc@9080000 {
status = "okay";
};

View File

@ -82,11 +82,11 @@ i2c@9541000 {
st,i2c-min-sda-pulse-width-us = <5>;
};
mmc1: sdhci@9080000 {
mmc1: mmc@9080000 {
status = "okay";
};
mmc0: sdhci@9060000 {
mmc0: mmc@9060000 {
status = "okay";
max-frequency = <200000000>;
sd-uhs-sdr50;

View File

@ -136,7 +136,7 @@ ehci1: usb@9a83e00 {
phy-names = "usb";
};
mmc0: sdhci@9060000 {
mmc0: mmc@9060000 {
assigned-clocks = <&clk_s_c0_flexgen CLK_MMC_0>;
assigned-clock-parents = <&clk_s_c0_pll1 0>;
assigned-clock-rates = <200000000>;