Re: [PATCH v4 1/2] bcma: register bcma as device tree driver

2014-09-24 Thread Arnd Bergmann
On Wednesday 24 September 2014 00:04:18 Hauke Mehrtens wrote: I assume this should then look somehow like this: axi@1800 { compatible = brcm,bus-axi; reg = 0x1800 0x1000; ranges = 0x 0x1800 0x0010; #address-cells = 1;

Re: [PATCH v4 1/2] bcma: register bcma as device tree driver

2014-09-24 Thread Hauke Mehrtens
On 09/24/2014 11:48 AM, Arnd Bergmann wrote: On Wednesday 24 September 2014 00:04:18 Hauke Mehrtens wrote: I assume this should then look somehow like this: axi@1800 { compatible = brcm,bus-axi; reg = 0x1800 0x1000; ranges = 0x 0x1800 0x0010;

Re: [PATCH v4 1/2] bcma: register bcma as device tree driver

2014-09-24 Thread Arnd Bergmann
On Wednesday 24 September 2014 23:19:12 Hauke Mehrtens wrote: On 09/24/2014 11:48 AM, Arnd Bergmann wrote: On Wednesday 24 September 2014 00:04:18 Hauke Mehrtens wrote: I assume this should then look somehow like this: axi@1800 { compatible = brcm,bus-axi; reg =

Re: [PATCH v4 1/2] bcma: register bcma as device tree driver

2014-09-22 Thread Arnd Bergmann
On Monday 22 September 2014 00:38:27 Hauke Mehrtens wrote: + +- reg : iomem address range of chipcommon core + +The cores on the AXI bus are automatically detected by bcma with the +memory ranges they are using and they get registered afterwards. +Automatic detection of the IRQ number is not

[PATCH v4 1/2] bcma: register bcma as device tree driver

2014-09-21 Thread Hauke Mehrtens
This driver is used by the bcm53xx ARM SoC code. Now it is possible to give the address of the chipcommon core in device tree and bcma will search for all the other cores. Signed-off-by: Hauke Mehrtens ha...@hauke-m.de --- Documentation/devicetree/bindings/bus/bcma.txt | 39 +