diff options
| author | Felix Brack <[email protected]> | 2022-02-08 11:38:39 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-14 13:04:39 -0500 |
| commit | 9f0deae6d5fa656d604b3efa2371ea52def22173 (patch) | |
| tree | fd158530bd396a17e187152e7326e49877ea01f7 /arch | |
| parent | 609177140bdc6c8f1ca46955c6117e4420620d27 (diff) | |
arm: pdu001: Fix dt to work with the current am33xx dtsi files
The changes introduced with commit 6337d53fdf45 ("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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/am335x-pdu001-u-boot.dtsi | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/arch/arm/dts/am335x-pdu001-u-boot.dtsi b/arch/arm/dts/am335x-pdu001-u-boot.dtsi index 686a152fd9d..f1860ee3e46 100644 --- a/arch/arm/dts/am335x-pdu001-u-boot.dtsi +++ b/arch/arm/dts/am335x-pdu001-u-boot.dtsi @@ -5,17 +5,25 @@ #include "am33xx-u-boot.dtsi" -/ { - ocp { - u-boot,dm-pre-reloc; - }; -}; - &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 { |
