Re: [1/3] powerpc/fsl-booke: Add support for T2080/T2081 SoC
From: Scott Wood <hidden>
Date: 2014-03-20 00:29:45
From: Scott Wood <hidden>
Date: 2014-03-20 00:29:45
On Mon, Mar 03, 2014 at 05:50:18PM +0800, Shengzhou Liu wrote:
+ corenet-cf@18000 {
+ compatible = "fsl,corenet-cf";
+ reg = <0x18000 0x1000>;
+ interrupts = <16 2 1 31>;
+ fsl,ccf-num-csdids = <32>;
+ fsl,ccf-num-snoopids = <32>;
+ };As I told Prabhakar in https://lists.ozlabs.org/pipermail/linuxppc-dev/2014-March/116093.html this needs a binding and a new compatible property.
+ clockgen: global-utilities@e1000 {
+ compatible = "fsl,t2080-clockgen", "fsl,qoriq-clockgen-2.0";
+ reg = <0xe1000 0x1000>;
+ };See Documentation/devicetree/bindings/clock/corenet-clock.txt -Scott