Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934120AbeALOXv (ORCPT + 1 other); Fri, 12 Jan 2018 09:23:51 -0500 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:52612 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933687AbeALOXt (ORCPT ); Fri, 12 Jan 2018 09:23:49 -0500 X-IronPort-AV: E=Sophos;i="5.46,349,1511852400"; d="scan'208";a="10394890" From: Claudiu Beznea To: , , , , , , , , , CC: , , , , , , , Claudiu Beznea , Alexander Shiyan Subject: [PATCH v2 05/16] ARM: dts: clps711x: update pwm-cells Date: Fri, 12 Jan 2018 16:22:52 +0200 Message-ID: <1515766983-15151-6-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515766983-15151-1-git-send-email-claudiu.beznea@microchip.com> References: <1515766983-15151-1-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Update pwm-cells to 2 to allow initialization of channel number an period. Cc: Alexander Shiyan Signed-off-by: Claudiu Beznea --- arch/arm/boot/dts/ep7209.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/ep7209.dtsi b/arch/arm/boot/dts/ep7209.dtsi index aaf1261d2ee4..fdfe6ab31569 100644 --- a/arch/arm/boot/dts/ep7209.dtsi +++ b/arch/arm/boot/dts/ep7209.dtsi @@ -133,7 +133,7 @@ compatible = "cirrus,ep7209-pwm"; reg = <0x80000400 0x4>; clocks = <&clks CLPS711X_CLK_PWM>; - #pwm-cells = <1>; + #pwm-cells = <2>; }; uart1: uart@80000480 { -- 2.7.4