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>
This commit is contained in:
parent
f549af06e9
commit
6ed6bf4762
|
@ -516,7 +516,7 @@
|
|||
fpgamgr0: fpgamgr@ff706000 {
|
||||
compatible = "altr,socfpga-fpga-mgr";
|
||||
reg = <0xff706000 0x1000
|
||||
0xffb90000 0x1000>;
|
||||
0xffb90000 0x4>;
|
||||
interrupts = <0 175 4>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue