[PATCH v2 1/2] ARM: mvebu: Add support to get the ID and the revision of a SoC
From: andrew@lunn.ch (Andrew Lunn)
Date: 2014-01-06 00:17:09
Also in:
linux-i2c
From: andrew@lunn.ch (Andrew Lunn)
Date: 2014-01-06 00:17:09
Also in:
linux-i2c
quoted
quoted
Does that power down really disable reading from PCIe controller registers or is it just PHY power down?I haven't experimented with it, but every block that has a clock gate has a power down, so I doubt it is just a phy power down.Ok, I see. But it isn't documented in the public FS, is it? If there is an extra powerdown register for each ip block, I guess it will also break reading from its registers.
Hi Sebastian The public Kirkwood FS has a memory power management control register, Offset 0x20118. It is unclear what it actually does, and if you can still access registers when it is off. We would have to poke it and see. Andrew