[PATCH v4 1/6] Documentation: DT: Consolidate SP805 binding docs
From: robh@kernel.org (Rob Herring)
Date: 2018-06-05 19:41:37
Also in:
linux-devicetree, linux-watchdog, lkml
From: robh@kernel.org (Rob Herring)
Date: 2018-06-05 19:41:37
Also in:
linux-devicetree, linux-watchdog, lkml
On Mon, May 28, 2018 at 11:01:32AM -0700, Ray Jui wrote:
Consolidate two SP805 binding documents "arm,sp805.txt" and "sp805-wdt.txt" into "arm,sp805.txt" that matches the naming of the desired compatible string to be used Signed-off-by: Ray Jui <redacted> --- .../devicetree/bindings/watchdog/arm,sp805.txt | 27 ++++++++++++++----- .../devicetree/bindings/watchdog/sp805-wdt.txt | 31 ---------------------- 2 files changed, 20 insertions(+), 38 deletions(-) delete mode 100644 Documentation/devicetree/bindings/watchdog/sp805-wdt.txt
Would be good to get a ACK from FSL/NXP person on this. It looks to me like the driver fetches the wrong clock as it gets the first one and the driver really wants 'wdog_clk'. In any case, their dts files should be updated. Reviewed-by: Rob Herring <robh@kernel.org> Rob