Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+6
+3
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
··· 331 331 ocram: sram@ffe00000 { 332 332 compatible = "mmio-sram"; 333 333 reg = <0xffe00000 0x100000>; 334 + #address-cells = <1>; 335 + #size-cells = <1>; 336 + ranges = <0 0xffe00000 0x100000>; 334 337 }; 335 338 336 339 pdma: dma-controller@ffda0000 {
+3
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
··· 336 336 ocram: sram@ffe00000 { 337 337 compatible = "mmio-sram"; 338 338 reg = <0xffe00000 0x40000>; 339 + #address-cells = <1>; 340 + #size-cells = <1>; 341 + ranges = <0 0xffe00000 0x40000>; 339 342 }; 340 343 341 344 pdma: dma-controller@ffda0000 {