From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Fri, 30 Sep 2016 10:28:24 -0500 Subject: [U-Boot] [PATCH] ARM:dts: Added device tree for socfpga arria10 development kit sdmmc In-Reply-To: <1475223168-2611-1-git-send-email-tfchee@altera.com> References: <1475223168-2611-1-git-send-email-tfchee@altera.com> Message-ID: <5ac301cd-e976-0642-8f5e-6c0ea0abc8d4@kernel.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/30/2016 03:12 AM, Tien Fong Chee wrote: > This is initial version of device tree for the Intel socfpga arria10 I would think that it's still an Altera SOCFPGA. > development kit with sdmmc. > > Signed-off-by: Tien Fong Chee > Cc: Marek Vasut > Cc: Stefan Roese > Cc: Dinh Nguyen > Cc: Chin Liang See > Cc: Tien Fong > --- > arch/arm/dts/socfpga_arria10.dtsi | 866 +++++++++++++++++++++++ > arch/arm/dts/socfpga_arria10_handoff_sdmmc.dtsi | 457 ++++++++++++ > arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts | 30 + > 3 files changed, 1353 insertions(+), 0 deletions(-) > create mode 100755 arch/arm/dts/socfpga_arria10.dtsi > create mode 100755 arch/arm/dts/socfpga_arria10_handoff_sdmmc.dtsi > create mode 100755 arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts > Please recheck all of your file attributes. They should be 100644. > diff --git a/arch/arm/dts/socfpga_arria10.dtsi b/arch/arm/dts/socfpga_arria10.dtsi > new file mode 100755 > index 0000000..8ed5ff4 > --- /dev/null > +++ b/arch/arm/dts/socfpga_arria10.dtsi > @@ -0,0 +1,866 @@ [snip} > + > + base_fpga_region { > + compatible = "fpga-region"; > + fpga-mgr = <&fpga_mgr>; > + > + #address-cells = <0x1>; > + #size-cells = <0x1>; > + }; This has has not been upstreamed and accepted yet, I think. > + > + clkmgr at ffd04000 { > + compatible = "intc,clk-mgr"; Whoa...why are you replacing "altr" with "intc"? If you switch from altr to intc, then none of the bindings have been accepted yet and needs to be resubmitted. Dinh