Skip to content
Snippets Groups Projects
Commit 2f8ba037 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

arm64: dts: socfpga: change address-cells to support 64-bit addressing


Update the address-cells and size-cells to 2 in order to support 64-bit
addressing.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent d17c1a3d
No related branches found
No related tags found
No related merge requests found
......@@ -134,9 +134,8 @@ soc {
ranges = <0 0 0 0xffffffff>;
base_fpga_region {
#address-cells = <0x1>;
#size-cells = <0x1>;
#address-cells = <0x2>;
#size-cells = <0x2>;
compatible = "fpga-region";
fpga-mgr = <&fpga_mgr>;
};
......
......@@ -139,8 +139,8 @@ soc {
ranges = <0 0 0 0xffffffff>;
base_fpga_region {
#address-cells = <0x1>;
#size-cells = <0x1>;
#address-cells = <0x2>;
#size-cells = <0x2>;
compatible = "fpga-region";
fpga-mgr = <&fpga_mgr>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment