mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
9f0deae6d5
The changes introduced with commit 6337d53fdf
("arm: dts: sync am33xx
with Linux 5.9-rc7") prevent the PDU001 from operating correctly.
This patch fixes the configuration of the pin multiplexer and uart3.
Signed-off-by: Felix Brack <fb@ltec.ch>
70 lines
801 B
Text
70 lines
801 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2018 EETS GmbH - https://www.eets.ch/
|
|
*/
|
|
|
|
#include "am33xx-u-boot.dtsi"
|
|
|
|
&l4_wkup {
|
|
u-boot,dm-pre-reloc;
|
|
segment@200000 {
|
|
|
|
target-module@10000 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|
|
|
|
&l4_per {
|
|
u-boot,dm-pre-reloc;
|
|
segment@100000 {
|
|
u-boot,dm-pre-reloc;
|
|
|
|
target-module@a6000 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
segment@300000 {
|
|
|
|
target-module@e000 {
|
|
u-boot,dm-pre-reloc;
|
|
|
|
lcdc: lcdc@0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&scm {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&am33xx_pinmux {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart3_pins {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart3 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&mmc1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&mmc1_pins {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&mmc2 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&mmc2_pins {
|
|
u-boot,dm-pre-reloc;
|
|
};
|