Re: [PATCH] Documentation/watchdog: Update node name in samsung-wdt example

2013-10-29 Thread Sachin Kamat
On 28 October 2013 19:07, Guenter Roeck li...@roeck-us.net wrote:
 On 10/27/2013 11:24 PM, Sachin Kamat wrote:

 Update the name as per DT naming convention.

 Signed-off-by: Sachin Kamat sachin.ka...@linaro.org
 ---
   .../devicetree/bindings/watchdog/samsung-wdt.txt   |2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
 b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
 index 4c798e3..0642fb8 100644
 --- a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
 +++ b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
 @@ -17,7 +17,7 @@ Optional properties:

   Example:

 -watchdog {
 +watchdog@101D {
 compatible = samsung,s3c2410-wdt;
 reg = 0x101D 0x100, 0x10040408 0x4, 0x1004040c 0x4;
 interrupts = 0 42 0;


 Sachin,

 It appears that this patch depends on some other patch which is not upstream
 yet.

Yes you are right.

 It is not in -next either. Can you point to that other patch ?

This patch was based on a non-upstream patch. I have now posted the
right version.
Please ignore the current one. Sorry for the mess up.

-- 
With warm regards,
Sachin
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] Documentation/watchdog: Update node name in samsung-wdt example

2013-10-28 Thread Sachin Kamat
Update the name as per DT naming convention.

Signed-off-by: Sachin Kamat sachin.ka...@linaro.org
---
 .../devicetree/bindings/watchdog/samsung-wdt.txt   |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt 
b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
index 4c798e3..0642fb8 100644
--- a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
@@ -17,7 +17,7 @@ Optional properties:
 
 Example:
 
-watchdog {
+watchdog@101D {
compatible = samsung,s3c2410-wdt;
reg = 0x101D 0x100, 0x10040408 0x4, 0x1004040c 0x4;
interrupts = 0 42 0;
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Documentation/watchdog: Update node name in samsung-wdt example

2013-10-28 Thread Mark Rutland
On Mon, Oct 28, 2013 at 06:24:17AM +, Sachin Kamat wrote:
 Update the name as per DT naming convention.
 
 Signed-off-by: Sachin Kamat sachin.ka...@linaro.org

Acked-by: Mark Rutland mark.rutl...@arm.com

 ---
  .../devicetree/bindings/watchdog/samsung-wdt.txt   |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt 
 b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
 index 4c798e3..0642fb8 100644
 --- a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
 +++ b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
 @@ -17,7 +17,7 @@ Optional properties:
  
  Example:
  
 -watchdog {
 +watchdog@101D {
   compatible = samsung,s3c2410-wdt;
   reg = 0x101D 0x100, 0x10040408 0x4, 0x1004040c 0x4;
   interrupts = 0 42 0;
 -- 
 1.7.9.5
 
 --
 To unsubscribe from this list: send the line unsubscribe devicetree in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Documentation/watchdog: Update node name in samsung-wdt example

2013-10-28 Thread Guenter Roeck

On 10/27/2013 11:24 PM, Sachin Kamat wrote:

Update the name as per DT naming convention.

Signed-off-by: Sachin Kamat sachin.ka...@linaro.org


Reviewed-by: Guenter Roeck li...@roeck-us.net


--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Documentation/watchdog: Update node name in samsung-wdt example

2013-10-28 Thread Guenter Roeck

On 10/27/2013 11:24 PM, Sachin Kamat wrote:

Update the name as per DT naming convention.

Signed-off-by: Sachin Kamat sachin.ka...@linaro.org
---
  .../devicetree/bindings/watchdog/samsung-wdt.txt   |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt 
b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
index 4c798e3..0642fb8 100644
--- a/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
@@ -17,7 +17,7 @@ Optional properties:

  Example:

-watchdog {
+watchdog@101D {
compatible = samsung,s3c2410-wdt;
reg = 0x101D 0x100, 0x10040408 0x4, 0x1004040c 0x4;
interrupts = 0 42 0;



Sachin,

It appears that this patch depends on some other patch which is not upstream 
yet.
It is not in -next either. Can you point to that other patch ?

Thanks,
Guenter



--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html