diff options
| author | Marek Vasut <[email protected]> | 2018-02-16 01:33:27 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-02-16 16:43:11 +0100 |
| commit | ccb947f2cee187973f74f80cb5878bb2733e6a83 (patch) | |
| tree | 4b8016ddea41413dc45313099e74501ea6c68cd8 | |
| parent | 5c44ddcb13ebb3098c9d20f58e0179c4d39cb5cb (diff) | |
ARM: dts: rmobile: Make scif0 available before reloc on Porter
Make the SCIF available before relocation and in SPL on R8A7791 Porter.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
| -rw-r--r-- | arch/arm/dts/r8a7791-porter.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7791-porter.dts b/arch/arm/dts/r8a7791-porter.dts index bc93bb24e41..3d47daa08ba 100644 --- a/arch/arm/dts/r8a7791-porter.dts +++ b/arch/arm/dts/r8a7791-porter.dts @@ -214,6 +214,7 @@ &scif0 { pinctrl-0 = <&scif0_pins>; pinctrl-names = "default"; + u-boot,dm-pre-reloc; status = "okay"; }; |
