Skip to content

Commit eb68721

Browse files
krzkDinh Nguyen
authored andcommitted
arm64: dts: socfpga: agilex: move FPGA region out of soc node
The "soc" node is supposed to have only MMIO children, so move the FPGA region node to top level to fix dtc W=1 warnings like: socfpga_agilex.dtsi:141.20-146.5: Warning (simple_bus_reg): /soc@0/base_fpga_region: missing or empty reg/ranges property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent 5c7c75b commit eb68721

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@
6060
};
6161
};
6262

63+
fpga-region {
64+
compatible = "fpga-region";
65+
#address-cells = <0x2>;
66+
#size-cells = <0x2>;
67+
fpga-mgr = <&fpga_mgr>;
68+
};
69+
6370
pmu {
6471
compatible = "arm,armv8-pmuv3";
6572
interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>,
@@ -138,13 +145,6 @@
138145
interrupt-parent = <&intc>;
139146
ranges = <0 0 0 0xffffffff>;
140147

141-
base_fpga_region {
142-
#address-cells = <0x2>;
143-
#size-cells = <0x2>;
144-
compatible = "fpga-region";
145-
fpga-mgr = <&fpga_mgr>;
146-
};
147-
148148
clkmgr: clock-controller@ffd10000 {
149149
compatible = "intel,agilex-clkmgr";
150150
reg = <0xffd10000 0x1000>;

0 commit comments

Comments
 (0)