From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751596AbdFGNaV (ORCPT ); Wed, 7 Jun 2017 09:30:21 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:37049 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751476AbdFGNaS (ORCPT ); Wed, 7 Jun 2017 09:30:18 -0400 From: Jerome Brunet To: Thierry Reding , Kevin Hilman , Neil Armstrong Cc: Jerome Brunet , Carlo Caione , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] pwm: add pwm AO on meson gx Date: Wed, 7 Jun 2017 15:30:11 +0200 Message-Id: <20170607133013.4766-1-jbrunet@baylibre.com> X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The pwms found in the AO domain of the meson gx family have different clock sources than the one found in the EE domain. The AO pwms have only 2 connected clock input which are clk81 and the crytal. This patchset adds the necessary compatible and the clock data for it. Jerome Brunet (2): dt-bindings: pwm: meson: add comptabible for gxbb ao pwms pwm: meson: add compatible for the gxbb ao pwms .../devicetree/bindings/pwm/pwm-meson.txt | 4 ++- drivers/pwm/pwm-meson.c | 32 ++++++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) -- 2.9.4