On Wed, Feb 12, 2014 at 11:20:55AM +0100, Philipp Zabel wrote:
quoted
quoted
@@ -598,9 +598,17 @@
};
gpc: gpc at 020dc000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
compatible = "fsl,imx6q-gpc";
reg = <0x020dc000 0x4000>;
interrupts = <0 89 0x04 0 90 0x04>;
+ pu-supply = <®_pu>;
+
+ pd_pu: power-domain at 020dc260 {
+ compatible = "fsl,power-domain";
+ reg = <0x020dc260 0x10>;
+ };
It's time to have a binding doc for gpc/pgc?
Yes, I'll add one for the next version.
quoted
And I'm not sure
"fsl,power-domain" is a good compatible as it's so generic.
fsl,imx6q-power-domain ?
It looks good to me.
Shawn