diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-04-07 15:43:12 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2020-04-13 13:49:51 +0200 |
commit | f3fccb12c02c429fef64bb26714ada0461096538 (patch) | |
tree | a89998944924a278da14830bf0f01d8967bfd71a /arch/arm/dts/socfpga_arria10_socdk.dtsi | |
parent | 8876f89640d3386822025f42b60b1ff9dd679123 (diff) | |
download | u-boot-f3fccb12c02c429fef64bb26714ada0461096538.tar.gz |
arm: dts: arria10: Move uboot specific properties to u-boot.dtsi
Move Uboot specific properties to *u-boot.dtsi files.
Preparation to sync Arria 10 device tree from Linux.
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/arm/dts/socfpga_arria10_socdk.dtsi')
-rw-r--r-- | arch/arm/dts/socfpga_arria10_socdk.dtsi | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/dts/socfpga_arria10_socdk.dtsi b/arch/arm/dts/socfpga_arria10_socdk.dtsi index ef10708ee8..e704243c14 100644 --- a/arch/arm/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/dts/socfpga_arria10_socdk.dtsi @@ -24,7 +24,6 @@ aliases { ethernet0 = &gmac0; serial0 = &uart1; - i2c0 = &i2c1; }; chosen { @@ -36,7 +35,6 @@ name = "memory"; device_type = "memory"; reg = <0x0 0x40000000>; /* 1GB */ - u-boot,dm-pre-reloc; }; a10leds { @@ -63,9 +61,6 @@ }; }; - soc { - u-boot,dm-pre-reloc; - }; }; &gmac0 { @@ -155,7 +150,6 @@ }; &uart1 { - u-boot,dm-pre-reloc; status = "okay"; }; @@ -167,24 +161,3 @@ &watchdog1 { status = "okay"; }; - -/* Clock available early */ -&main_periph_ref_clk { - u-boot,dm-pre-reloc; -}; - -&l4_mp_clk { - u-boot,dm-pre-reloc; -}; - -&l4_sp_clk { - u-boot,dm-pre-reloc; -}; - -&clkmgr { - u-boot,dm-pre-reloc; -}; - -&sysmgr { - u-boot,dm-pre-reloc; -}; |