Re: [PATCH V2 2/3] clk: armada-370-xp: add support for clock framework
From: Mike Turquette <hidden>
Date: 2012-10-30 11:36:52
Also in:
linux-arm-kernel
From: Mike Turquette <hidden>
Date: 2012-10-30 11:36:52
Also in:
linux-arm-kernel
Quoting Gregory CLEMENT (2012-10-01 14:12:05)
Signed-off-by: Gregory CLEMENT <redacted>
This didn't apply cleanly to -rc3. Can you rebase this along with the respin of patch #1 in the series? <snip>
diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi index 71d6b5d..e75f3a2 100644 --- a/arch/arm/boot/dts/armada-xp.dtsi +++ b/arch/arm/boot/dts/armada-xp.dtsi@@ -27,6 +27,35 @@ <0xd0021870 0x58>; }; + cpus { + #address-cells = <1>; + #size-cells = <0>; + + cpu@0 { + compatible = "marvell,sheeva-v7";
Extra white space in front of compatible. Should be tabs. Regards, Mike