Re: [PATCH 3/9] ARM: dts: berlin: add a required reset property in the chip controller node
From: Philipp Zabel <hidden>
Date: 2014-06-05 16:39:16
Also in:
linux-arm-kernel, lkml
From: Philipp Zabel <hidden>
Date: 2014-06-05 16:39:16
Also in:
linux-arm-kernel, lkml
Am Donnerstag, den 05.06.2014, 17:48 +0200 schrieb Antoine Ténart:
The chip controller node now also describes the Marvell Berlin reset controller. Add the required 'reset-cells' property. Signed-off-by: Antoine Ténart <antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> --- arch/arm/boot/dts/berlin2.dtsi | 1 + arch/arm/boot/dts/berlin2cd.dtsi | 1 + arch/arm/boot/dts/berlin2q.dtsi | 1 + 3 files changed, 3 insertions(+)diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi index 2477dac4d643..379ff1a38377 100644 --- a/arch/arm/boot/dts/berlin2.dtsi +++ b/arch/arm/boot/dts/berlin2.dtsi@@ -243,6 +243,7 @@ chip: chip-control@ea0000 { compatible = "marvell,berlin2-chip-ctrl"; #clock-cells = <1>; + #reset-cells = <1>;
Are the marvell,berlin2q-chip-ctrl bindings already documented? This should also be added to the documentation. regards Philipp -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html