Message ID | 1473859677-9231-11-git-send-email-peter.griffin@linaro.org |
---|---|
State | Not Applicable, archived |
Headers | show |
On Wed, Sep 14, 2016 at 02:27:48PM +0100, Peter Griffin wrote: > STiH415/6 SoC support is being removed from the kernel > so update the dt bding document to reflect this. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > Cc: <wim@iguana.be> > Cc: <linux@roeck-us.net> > Cc: <robh+dt@kernel.org> > Cc: <linux-watchdog@vger.kernel.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> > --- > Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt b/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt > index 039c5ca..b949039 100644 > --- a/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt > +++ b/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt > @@ -9,8 +9,7 @@ functionality. > > Required properties > > -- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc" > - "st,stih415-lpc" "st,stid127-lpc" > +- compatible : Should be: "st,stih407-lpc" > - reg : LPC registers base address + size > - interrupts : LPC interrupt line number and associated flags > - clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt) > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Sep 14, 2016 at 02:27:48PM +0100, Peter Griffin wrote: > STiH415/6 SoC support is being removed from the kernel > so update the dt bding document to reflect this. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > Cc: <wim@iguana.be> > Cc: <linux@roeck-us.net> > Cc: <robh+dt@kernel.org> > Cc: <linux-watchdog@vger.kernel.org> > --- > Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Acked-by: Rob Herring <robh@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Peter, > STiH415/6 SoC support is being removed from the kernel > so update the dt bding document to reflect this. > > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > Cc: <wim@iguana.be> > Cc: <linux@roeck-us.net> > Cc: <robh+dt@kernel.org> > Cc: <linux-watchdog@vger.kernel.org> > --- This patch and your st_wdt patch has been added to linux-watchdog-next almost 2 weeks ago. Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt b/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt index 039c5ca..b949039 100644 --- a/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt @@ -9,8 +9,7 @@ functionality. Required properties -- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc" - "st,stih415-lpc" "st,stid127-lpc" +- compatible : Should be: "st,stih407-lpc" - reg : LPC registers base address + size - interrupts : LPC interrupt line number and associated flags - clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt)
STiH415/6 SoC support is being removed from the kernel so update the dt bding document to reflect this. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Cc: <wim@iguana.be> Cc: <linux@roeck-us.net> Cc: <robh+dt@kernel.org> Cc: <linux-watchdog@vger.kernel.org> --- Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)