[PATCH 1/4] soc: qcom: add an EBI2 device tree bindings

Arnd Bergmann arnd at arndb.de
Mon Aug 8 14:32:46 PDT 2016


On Monday, August 8, 2016 11:24:02 PM CEST Linus Walleij wrote:
> +
> +Required subnode properties:
> +- chipselect: <N> where N is the chipselect configured in this node
> +- address-cells: should be <1>
> +- size-cells: should be <1>
> +- ranges: bool should be present
> 

I think this should use a proper ranges property that translates
the address space of the external bus into the parent bus.

Just use #address-cells=<2> and make the first cell the cs number,
as the other similar drivers do, and get rid of the chipselect
property.

	Arnd




More information about the linux-arm-kernel mailing list