[PATCH 1/3 v2] powerpc/fsl-booke: Add support for T2080/T2081 SoC
Scott Wood
scottwood at freescale.com
Sat May 31 07:17:09 EST 2014
On Fri, 2014-05-23 at 16:27 +0800, Shengzhou Liu wrote:
> + iommu at 20000 {
> + compatible = "fsl,pamu-v1.0", "fsl,pamu";
> + reg = <0x20000 0x6000>;
> + interrupts = <
> + 24 2 0 0
> + 16 2 1 30>;
> + };
Please add fsl,portid-mapping here and on the CPU nodes.
> + clockgen: global-utilities at e1000 {
> + compatible = "fsl,t2080-clockgen", "fsl,qoriq-clockgen-2.0",
> + "fixed-clock";
> + reg = <0xe1000 0x1000>;
> + clock-output-names = "sysclk";
> + #clock-cells = <0>;
Please update this based on
Documentation/devicetree/bindings/clock/qoriq-clock.txt.
In particular, sysclk needs to go in a subnode rather than in the
global-utilities node.
-Scott
More information about the Linuxppc-dev
mailing list