mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
arm64: dts: socfpga: agilex: add unit address to soc node
The "soc" node has ranges with addresses, so it is should have unit address to fix dtc W=1 warnings like: socfpga_agilex.dtsi:152.6-674.4: Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
23c3ebed38
commit
68d550d00c
3 changed files with 3 additions and 3 deletions
|
|
@ -149,7 +149,7 @@
|
|||
compatible = "usb-nop-xceiv";
|
||||
};
|
||||
|
||||
soc {
|
||||
soc@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "simple-bus";
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
reg = <0 0x80000000 0 0>;
|
||||
};
|
||||
|
||||
soc {
|
||||
soc@0 {
|
||||
bus@80000000 {
|
||||
compatible = "simple-bus";
|
||||
reg = <0x80000000 0x60000000>,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
reg = <0 0x80000000 0 0>;
|
||||
};
|
||||
|
||||
soc {
|
||||
soc@0 {
|
||||
sdram_edac: memory-controller@f87f8000 {
|
||||
compatible = "snps,ddrc-3.80a";
|
||||
reg = <0xf87f8000 0x400>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue