Re: [PATCH 1/4] dt/bindings: fix binding examples for tegra gmi controller

2018-02-18 Thread Rob Herring
On Sat, Feb 10, 2018 at 02:33:22AM +0100, Marcel Ziswiler wrote:
> From: Marcel Ziswiler 
> 
> Fix devicetree binding examples for the Generic Memory Interface (GMI)
> bus driver found on Tegra SOCs.
> 
> While at it also remove double new lines as a left over from Rob's
> commit 4da722ca19f3 ("dt-bindings: Remove "status" from examples").
> 
> Signed-off-by: Marcel Ziswiler 
> ---
> 
>  Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt | 6 ++
>  1 file changed, 2 insertions(+), 4 deletions(-)

Reviewed-by: Rob Herring 



Re: [PATCH 1/4] dt/bindings: fix binding examples for tegra gmi controller

2018-02-18 Thread Rob Herring
On Sat, Feb 10, 2018 at 02:33:22AM +0100, Marcel Ziswiler wrote:
> From: Marcel Ziswiler 
> 
> Fix devicetree binding examples for the Generic Memory Interface (GMI)
> bus driver found on Tegra SOCs.
> 
> While at it also remove double new lines as a left over from Rob's
> commit 4da722ca19f3 ("dt-bindings: Remove "status" from examples").
> 
> Signed-off-by: Marcel Ziswiler 
> ---
> 
>  Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt | 6 ++
>  1 file changed, 2 insertions(+), 4 deletions(-)

Reviewed-by: Rob Herring 



[PATCH 1/4] dt/bindings: fix binding examples for tegra gmi controller

2018-02-09 Thread Marcel Ziswiler
From: Marcel Ziswiler 

Fix devicetree binding examples for the Generic Memory Interface (GMI)
bus driver found on Tegra SOCs.

While at it also remove double new lines as a left over from Rob's
commit 4da722ca19f3 ("dt-bindings: Remove "status" from examples").

Signed-off-by: Marcel Ziswiler 
---

 Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt 
b/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt
index 3e21eb822811..c1e70621799b 100644
--- a/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt
+++ b/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt
@@ -73,7 +73,7 @@ Example with two SJA1000 CAN controllers connected to the GMI 
bus. We wrap the
 controllers with a simple-bus node since they are all connected to the same
 chip-select (CS4), in this example external address decoding is provided:
 
-gmi@7009 {
+gmi@70009000 {
compatible = "nvidia,tegra20-gmi";
reg = <0x70009000 0x1000>;
#address-cells = <2>;
@@ -84,7 +84,6 @@ gmi@7009 {
reset-names = "gmi";
ranges = <4 0 0xd000 0xfff>;
 
-
bus@4,0 {
compatible = "simple-bus";
#address-cells = <1>;
@@ -109,7 +108,7 @@ gmi@7009 {
 Example with one SJA1000 CAN controller connected to the GMI bus
 on CS4:
 
-gmi@7009 {
+gmi@70009000 {
compatible = "nvidia,tegra20-gmi";
reg = <0x70009000 0x1000>;
#address-cells = <2>;
@@ -120,7 +119,6 @@ gmi@7009 {
reset-names = "gmi";
ranges = <4 0 0xd000 0xfff>;
 
-
can@4,0 {
reg = <4 0 0x100>;
nvidia,snor-mux-mode;
-- 
2.14.3



[PATCH 1/4] dt/bindings: fix binding examples for tegra gmi controller

2018-02-09 Thread Marcel Ziswiler
From: Marcel Ziswiler 

Fix devicetree binding examples for the Generic Memory Interface (GMI)
bus driver found on Tegra SOCs.

While at it also remove double new lines as a left over from Rob's
commit 4da722ca19f3 ("dt-bindings: Remove "status" from examples").

Signed-off-by: Marcel Ziswiler 
---

 Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt 
b/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt
index 3e21eb822811..c1e70621799b 100644
--- a/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt
+++ b/Documentation/devicetree/bindings/bus/nvidia,tegra20-gmi.txt
@@ -73,7 +73,7 @@ Example with two SJA1000 CAN controllers connected to the GMI 
bus. We wrap the
 controllers with a simple-bus node since they are all connected to the same
 chip-select (CS4), in this example external address decoding is provided:
 
-gmi@7009 {
+gmi@70009000 {
compatible = "nvidia,tegra20-gmi";
reg = <0x70009000 0x1000>;
#address-cells = <2>;
@@ -84,7 +84,6 @@ gmi@7009 {
reset-names = "gmi";
ranges = <4 0 0xd000 0xfff>;
 
-
bus@4,0 {
compatible = "simple-bus";
#address-cells = <1>;
@@ -109,7 +108,7 @@ gmi@7009 {
 Example with one SJA1000 CAN controller connected to the GMI bus
 on CS4:
 
-gmi@7009 {
+gmi@70009000 {
compatible = "nvidia,tegra20-gmi";
reg = <0x70009000 0x1000>;
#address-cells = <2>;
@@ -120,7 +119,6 @@ gmi@7009 {
reset-names = "gmi";
ranges = <4 0 0xd000 0xfff>;
 
-
can@4,0 {
reg = <4 0 0x100>;
nvidia,snor-mux-mode;
-- 
2.14.3