mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
arm64: dts: socfpga: agilex/stratix10: fix dtbs_check warnings for sram
sram@ffe00000: 'ranges' is a required property sram@ffe00000: '#size-cells' is a required property sram@ffe00000: '#address-cells' is a required property Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
06c2afb862
commit
6de298ff13
|
|
@ -331,6 +331,9 @@ nand: nand-controller@ffb90000 {
|
|||
ocram: sram@ffe00000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0xffe00000 0x100000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0 0xffe00000 0x100000>;
|
||||
};
|
||||
|
||||
pdma: dma-controller@ffda0000 {
|
||||
|
|
|
|||
|
|
@ -336,6 +336,9 @@ nand: nand-controller@ffb90000 {
|
|||
ocram: sram@ffe00000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0xffe00000 0x40000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0 0xffe00000 0x40000>;
|
||||
};
|
||||
|
||||
pdma: dma-controller@ffda0000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user