[PATCH 6/6] at91: dt: sam9261: Added DM9000 in the device tree
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-02 20:01:24
Also in:
lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-02 20:01:24
Also in:
lkml
On Thursday 02 January 2014 20:31:00 Jean-Jacques Hiblot wrote:
quoted
If each bus interface has a fixed range of registers, you can actually collapse the upper two nodes again and just have one device per chipselect.This is indeed the case, but I'd rather keep the top node to highlight the fact that all the devices are physically tied to the same bus.
How about using a top-level "simple-bus" node with the complex ranges property but making the driver match the sub-devices with the smaller register range then? Arnd