ARM: dts: stm32mp: Repair damage from alignment with v6.3

The patch fixed by this commit renders ST STM32MP15xx EV1 board and
all DHSOM SoM based boards unbootable from SPI NOR. Fix the damage
by updating -u-boot.dtsi to match the stm32mp15-pinctrl.dtsi update.

Fixes: 08002ffd08 ("ARM: dts: stm32mp: alignment with v6.3")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
Marek Vasut 2023-10-10 01:15:51 +02:00 committed by Patrice Chotard
parent 68ea9f0bf1
commit 5846ef86f8
3 changed files with 23 additions and 17 deletions

View File

@ -135,20 +135,28 @@
&qspi_bk1_pins_a {
bootph-pre-ram;
pins1 {
pins {
bootph-pre-ram;
};
pins2 {
};
&qspi_cs1_pins_a {
bootph-pre-ram;
pins {
bootph-pre-ram;
};
};
&qspi_bk2_pins_a {
bootph-pre-ram;
pins1 {
bootph-pre-ram;
};
pins2 {
pins {
bootph-pre-ram;
};
};
&qspi_cs2_pins_a {
bootph-pre-ram;
pins {
bootph-pre-ram;
};
};

View File

@ -134,20 +134,14 @@
&qspi_bk1_pins_a {
bootph-pre-ram;
pins1 {
bootph-pre-ram;
};
pins2 {
pins {
bootph-pre-ram;
};
};
&qspi_bk2_pins_a {
&qspi_cs1_pins_a {
bootph-pre-ram;
pins1 {
bootph-pre-ram;
};
pins2 {
pins {
bootph-pre-ram;
};
};

View File

@ -98,10 +98,14 @@
&qspi_bk1_pins_a {
bootph-pre-ram;
pins1 {
pins {
bootph-pre-ram;
};
pins2 {
};
&qspi_cs1_pins_a {
bootph-pre-ram;
pins {
bootph-pre-ram;
};
};