Re: [PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-06-01 Thread Jerome Brunet
On Tue, 2017-05-30 at 16:27 -0700, Kevin Hilman wrote:
> Kevin Hilman  writes:
> 
> > Neil Armstrong  writes:
> > 
> > > Add nodes for the SPICC controller on GX common dtsi, GXBB and
> > > GXL dtsi files.
> > > 
> > > Signed-off-by: Neil Armstrong 
> > 
> > Applied to v4.13/dt64,
> 
> Oops, this one will have to wait until we have an immutable branch in
> the clk tree.

Now available : meson-clk-headers-for-4.13

> 
> Kevin
> 



Re: [PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-06-01 Thread Jerome Brunet
On Tue, 2017-05-30 at 16:27 -0700, Kevin Hilman wrote:
> Kevin Hilman  writes:
> 
> > Neil Armstrong  writes:
> > 
> > > Add nodes for the SPICC controller on GX common dtsi, GXBB and
> > > GXL dtsi files.
> > > 
> > > Signed-off-by: Neil Armstrong 
> > 
> > Applied to v4.13/dt64,
> 
> Oops, this one will have to wait until we have an immutable branch in
> the clk tree.

Now available : meson-clk-headers-for-4.13

> 
> Kevin
> 



Re: [PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-05-30 Thread Kevin Hilman
Kevin Hilman  writes:

> Neil Armstrong  writes:
>
>> Add nodes for the SPICC controller on GX common dtsi, GXBB and
>> GXL dtsi files.
>>
>> Signed-off-by: Neil Armstrong 
>
> Applied to v4.13/dt64,

Oops, this one will have to wait until we have an immutable branch in
the clk tree.

Kevin



Re: [PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-05-30 Thread Kevin Hilman
Kevin Hilman  writes:

> Neil Armstrong  writes:
>
>> Add nodes for the SPICC controller on GX common dtsi, GXBB and
>> GXL dtsi files.
>>
>> Signed-off-by: Neil Armstrong 
>
> Applied to v4.13/dt64,

Oops, this one will have to wait until we have an immutable branch in
the clk tree.

Kevin



Re: [PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-05-30 Thread Kevin Hilman
Neil Armstrong  writes:

> Add nodes for the SPICC controller on GX common dtsi, GXBB and
> GXL dtsi files.
>
> Signed-off-by: Neil Armstrong 

Applied to v4.13/dt64,

Kevin


Re: [PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-05-30 Thread Kevin Hilman
Neil Armstrong  writes:

> Add nodes for the SPICC controller on GX common dtsi, GXBB and
> GXL dtsi files.
>
> Signed-off-by: Neil Armstrong 

Applied to v4.13/dt64,

Kevin


[PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-05-29 Thread Neil Armstrong
Add nodes for the SPICC controller on GX common dtsi, GXBB and
GXL dtsi files.

Signed-off-by: Neil Armstrong 
---
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi   | 9 +
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 +++
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi  | 7 +++
 3 files changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
index 436b875..613719d 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
@@ -304,6 +304,15 @@
status = "disabled";
};
 
+   spicc: spi@8d80 {
+   compatible = "amlogic,meson-gx-spicc";
+   reg = <0x0 0x08d80 0x0 0x80>;
+   interrupts = ;
+   #address-cells = <1>;
+   #size-cells = <0>;
+   status = "disabled";
+   };
+
spifc: spi@8c80 {
compatible = "amlogic,meson-gx-spifc", 
"amlogic,meson-gxbb-spifc";
reg = <0x0 0x08c80 0x0 0x80>;
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 95a5d57..1734974 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -657,6 +657,13 @@
clock-names = "core", "clkin0", "clkin1";
 };
 
+ {
+   clocks = < CLKID_SPICC>;
+   clock-names = "core";
+   resets = < RESET_PERIPHS_SPICC>;
+   num-cs = <1>;
+};
+
  {
clocks = < CLKID_SPI>;
 };
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 42d78f0..567dde4 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -584,6 +584,13 @@
clock-names = "core", "clkin0", "clkin1";
 };
 
+ {
+   clocks = < CLKID_SPICC>;
+   clock-names = "core";
+   resets = < RESET_PERIPHS_SPICC>;
+   num-cs = <1>;
+};
+
  {
clocks = < CLKID_SPI>;
 };
-- 
1.9.1



[PATCH] ARM64: dts: meson-gx: Add SPICC nodes

2017-05-29 Thread Neil Armstrong
Add nodes for the SPICC controller on GX common dtsi, GXBB and
GXL dtsi files.

Signed-off-by: Neil Armstrong 
---
 arch/arm64/boot/dts/amlogic/meson-gx.dtsi   | 9 +
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 +++
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi  | 7 +++
 3 files changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
index 436b875..613719d 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
@@ -304,6 +304,15 @@
status = "disabled";
};
 
+   spicc: spi@8d80 {
+   compatible = "amlogic,meson-gx-spicc";
+   reg = <0x0 0x08d80 0x0 0x80>;
+   interrupts = ;
+   #address-cells = <1>;
+   #size-cells = <0>;
+   status = "disabled";
+   };
+
spifc: spi@8c80 {
compatible = "amlogic,meson-gx-spifc", 
"amlogic,meson-gxbb-spifc";
reg = <0x0 0x08c80 0x0 0x80>;
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 95a5d57..1734974 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -657,6 +657,13 @@
clock-names = "core", "clkin0", "clkin1";
 };
 
+ {
+   clocks = < CLKID_SPICC>;
+   clock-names = "core";
+   resets = < RESET_PERIPHS_SPICC>;
+   num-cs = <1>;
+};
+
  {
clocks = < CLKID_SPI>;
 };
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 42d78f0..567dde4 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -584,6 +584,13 @@
clock-names = "core", "clkin0", "clkin1";
 };
 
+ {
+   clocks = < CLKID_SPICC>;
+   clock-names = "core";
+   resets = < RESET_PERIPHS_SPICC>;
+   num-cs = <1>;
+};
+
  {
clocks = < CLKID_SPI>;
 };
-- 
1.9.1