From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2 2/3] pwm: meson: add compatible for the gxbb ao pwms Date: Wed, 14 Jun 2017 10:38:05 -0700 Message-ID: References: <20170608122416.1993-1-jbrunet@baylibre.com> <20170608122416.1993-3-jbrunet@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20170608122416.1993-3-jbrunet@baylibre.com> (Jerome Brunet's message of "Thu, 8 Jun 2017 14:24:15 +0200") Sender: linux-kernel-owner@vger.kernel.org To: Jerome Brunet Cc: Thierry Reding , Neil Armstrong , Carlo Caione , linux-pwm@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-pwm@vger.kernel.org Jerome Brunet writes: > On the gxbb (and gxl) family, the PWMs of the AO domain require a > specific compatible because the possible input clocks are different > from the EE PWMs input clocks. > > Since the number of possible input clocks is also different, the > 'num_parents' field is added to all the meson pwm data. > > Acked-by: Neil Armstrong > Signed-off-by: Jerome Brunet Reviewed-by: Kevin Hilman