1
0
Fork 0

ARM: dts: socfpga: fpga manager data is 32 bits

Adjust regs property for the FPGA manager data register to
properly reflect that it is a single 32 bit register.

Signed-off-by: Dalon Westergreen <dwesterg@altera.com>
Signed-off-by: Alan Tull <atull@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
hifive-unleashed-5.1
Dinh Nguyen 2016-12-19 22:34:00 -06:00
parent f549af06e9
commit 6ed6bf4762
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@
fpgamgr0: fpgamgr@ff706000 {
compatible = "altr,socfpga-fpga-mgr";
reg = <0xff706000 0x1000
0xffb90000 0x1000>;
0xffb90000 0x4>;
interrupts = <0 175 4>;
};