Skip to content
Snippets Groups Projects
Select Git revision
  • objtool-32bit
  • objtool
  • master default protected
  • v5.9
  • v5.9-rc8
  • v5.9-rc7
  • v5.9-rc6
  • v5.9-rc5
  • v5.9-rc4
  • v5.9-rc3
  • v5.9-rc2
  • v5.9-rc1
  • v5.8
  • v5.8-rc7
  • v5.8-rc6
  • v5.8-rc5
  • v5.8-rc4
  • v5.8-rc3
  • v5.8-rc2
  • v5.8-rc1
  • v5.7
  • v5.7-rc7
  • v5.7-rc6
23 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Jonas Rabenstein / Linux
    Source project has a limited visibility.
    user avatar
    Zhen Lei authored
    scripts/dtc/checks.c:
    if (get_property(node, "spi-slave"))
    	spi_addr_cells = 0;
    if (node_addr_cells(node) != spi_addr_cells)
    	FAIL(c, dti, node, "incorrect #address-cells for SPI bus");
    if (node_size_cells(node) != 0)
    	FAIL(c, dti, node, "incorrect #size-cells for SPI bus");
    
    The above code in check_spi_bus_bridge() require that the number of address
    cells must be 0. So we should explicitly declare "#address-cells = <0>".
    
    Signed-off-by: default avatarZhen Lei <thunder.leizhen@huawei.com>
    Link: https://lore.kernel.org/r/20201013160845.1772-4-thunder.leizhen@huawei.com
    
    
    Signed-off-by: default avatarRob Herring <robh@kernel.org>
    faaa30dd
    History
    Name Last commit Last update