lkml.org 
[lkml]   [2014]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 15/15] ARM: sunxi: dt: add support for A31's PL pins
Date
The A31 SoC control its PL pins using a different memory, and needs both a
new gate clk and a reset line to enable these PL port.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
---
arch/arm/boot/dts/sun6i-a31.dtsi | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi
index ed9c2c1..90b3a25 100644
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
@@ -210,13 +210,17 @@

pio: pinctrl@01c20800 {
compatible = "allwinner,sun6i-a31-pinctrl";
- reg = <0x01c20800 0x400>;
+ reg = <0x01c20800 0x400>,
+ <0x01f02c00 0x400>;
interrupts = <0 11 4>,
<0 15 4>,
<0 16 4>,
<0 17 4>;
- clocks = <&apb1_gates 5>;
- clock-names = "pio_clk";
+ clocks = <&apb1_gates 5>,
+ <&apb0_gates 0>;
+ clock-names = "pio_clk", "pioL_clk";
+ resets = <&apb0_rst 0>;
+
gpio-controller;
interrupt-controller;
#address-cells = <1>;
--
1.8.3.2


\
 
 \ /
  Last update: 2014-04-09 17:01    [W:0.300 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site