From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.manjaro.org (mail.manjaro.org [176.9.38.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 531022FAE for ; Thu, 13 May 2021 20:34:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id 06506222534; Thu, 13 May 2021 22:33:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LLacQCTOWs7v; Thu, 13 May 2021 22:33:56 +0200 (CEST) From: Tobias Schramm To: =?UTF-8?q?Jernej=20=C5=A0krabec?= , devicetree@vger.kernel.org Cc: Rob Herring , Maxime Ripard , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Tobias Schramm Subject: [PATCH v2 0/2] ARM: dts: sun8i: v3s: add pwm controller to v3s dts Date: Thu, 13 May 2021 22:35:25 +0200 Message-Id: <20210513203527.2072090-1-t.schramm@manjaro.org> X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patchset adds the pwm controller to the Allwinner V3s dts. The PWM controller is compatible with the one found in the Allwinner A20. This is v2 of this patchset. Cheers, Tobias Changelog: - v2: add compatible for pwm controller of the V3s SoC Tobias Schramm (2): dt-bindings: pwm: allwinner: add v3s pwm compatible ARM: dts: sun8i: v3s: add pwm controller to v3s dts .../devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 3 +++ arch/arm/boot/dts/sun8i-v3s.dtsi | 9 +++++++++ 2 files changed, 12 insertions(+) -- 2.31.1