diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-02-17 00:31:19 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-02-17 21:59:20 +0100 |
commit | 8a41f6887056ef4aff1c5481f00d6e29fafd68bf (patch) | |
tree | d2e561e1504869daf93261094a86683d7b1d69c5 /arch/arm/dts/r8a7791-porter.dts | |
parent | bd650cd404b6dc870b6cc220025f35da4b31d0f4 (diff) |
ARM: dts: rmobile: Move the u-boot,dm-pre-reloc into u-boot DTS on porter
Fix ommission where the u-boot,dm-pre-reloc DT bit was pulled into the
common DT, not the U-Boot specific DT part. Move it to U-Boot DT part.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts/r8a7791-porter.dts')
-rw-r--r-- | arch/arm/dts/r8a7791-porter.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/r8a7791-porter.dts b/arch/arm/dts/r8a7791-porter.dts index 3d47daa08b..bc93bb24e4 100644 --- a/arch/arm/dts/r8a7791-porter.dts +++ b/arch/arm/dts/r8a7791-porter.dts @@ -214,7 +214,6 @@ &scif0 { pinctrl-0 = <&scif0_pins>; pinctrl-names = "default"; - u-boot,dm-pre-reloc; status = "okay"; }; |