Skip to content

Commit 23c3ebe

Browse files
krzkDinh Nguyen
authored andcommitted
arm64: dts: socfpga: agilex: move firmware out of soc node
The "soc" node is supposed to have only MMIO children, so move the firmware/svc node to top level to fix dtc W=1 warnings like: socfpga_agilex.dtsi:663.12-673.5: Warning (simple_bus_reg): /soc@0/firmware: missing or empty reg/ranges property The node should still be instantiated by drivers/of/platform.c, just like in all other platforms. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent eb68721 commit 23c3ebe

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

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

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

63+
firmware {
64+
svc {
65+
compatible = "intel,agilex-svc";
66+
method = "smc";
67+
memory-region = <&service_reserved>;
68+
69+
fpga_mgr: fpga-mgr {
70+
compatible = "intel,agilex-soc-fpga-mgr";
71+
};
72+
};
73+
};
74+
6375
fpga-region {
6476
compatible = "fpga-region";
6577
#address-cells = <0x2>;
@@ -659,17 +671,5 @@
659671

660672
status = "disabled";
661673
};
662-
663-
firmware {
664-
svc {
665-
compatible = "intel,agilex-svc";
666-
method = "smc";
667-
memory-region = <&service_reserved>;
668-
669-
fpga_mgr: fpga-mgr {
670-
compatible = "intel,agilex-soc-fpga-mgr";
671-
};
672-
};
673-
};
674674
};
675675
};

0 commit comments

Comments
 (0)