From: Marek Vasut Date: Tue, 7 May 2019 15:55:12 +0000 (+0200) Subject: ARM: dts: socfpga: Keep FPGA bridge entries in SPL DT X-Git-Tag: v2019.07-rc3~24^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9e6ed1a3466ea35d98e074187abcbcfee550b448;p=oweals%2Fu-boot.git ARM: dts: socfpga: Keep FPGA bridge entries in SPL DT Keep the FPGA bridge entries in SPL DT to let do_bridge_reset() toggle the bridges on/off as needed according to the handoff file. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Simon Goldschmidt Cc: Tien Fong Chee --- diff --git a/arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi b/arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi index 39a8d9a3e7..ef215230c2 100644 --- a/arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi +++ b/arch/arm/dts/socfpga_arria10_handoff_u-boot.dtsi @@ -64,4 +64,28 @@ u-boot,dm-pre-reloc; }; }; + + fpgabridge@0 { + u-boot,dm-pre-reloc; + }; + + fpgabridge@1 { + u-boot,dm-pre-reloc; + }; + + fpgabridge@2 { + u-boot,dm-pre-reloc; + }; + + fpgabridge@3 { + u-boot,dm-pre-reloc; + }; + + fpgabridge@4 { + u-boot,dm-pre-reloc; + }; + + fpgabridge@5 { + u-boot,dm-pre-reloc; + }; };