Skip to content

Commit 2f8ba03

Browse files
author
Dinh Nguyen
committed
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: Dinh Nguyen <[email protected]>
1 parent d17c1a3 commit 2f8ba03

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@
134134
ranges = <0 0 0 0xffffffff>;
135135

136136
base_fpga_region {
137-
#address-cells = <0x1>;
138-
#size-cells = <0x1>;
139-
137+
#address-cells = <0x2>;
138+
#size-cells = <0x2>;
140139
compatible = "fpga-region";
141140
fpga-mgr = <&fpga_mgr>;
142141
};

arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@
139139
ranges = <0 0 0 0xffffffff>;
140140

141141
base_fpga_region {
142-
#address-cells = <0x1>;
143-
#size-cells = <0x1>;
142+
#address-cells = <0x2>;
143+
#size-cells = <0x2>;
144144
compatible = "fpga-region";
145145
fpga-mgr = <&fpga_mgr>;
146146
};

0 commit comments

Comments
 (0)