Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1692748

[PATCH 1/4] ARM: mediatek: dts: Cleanup bindings documentation

From Matthias Brugger <matthias.bgg@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 1/4] ARM: mediatek: dts: Cleanup bindings documentation
Date 2017-07-20 12:30 +0200
Message-ID <u5gSt-5Zw-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Matthias Brugger <mbrugger@suse.com>

This patch cleans up the binding documentation stating explicitly
the binding and it's fallback for every SoC.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
---
 Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
index 6a00939a059a..b0d8d3a9d79e 100644
--- a/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/mtk-wdt.txt
@@ -3,9 +3,8 @@ Mediatek SoCs Watchdog timer
 Required properties:
 
 - compatible should contain:
-	* "mediatek,mt2701-wdt" for MT2701 compatible watchdog timers
-	* "mediatek,mt6589-wdt" for all compatible watchdog timers (MT2701,
-		MT6589)
+	"mediatek,mt2701-wdt", "mediatek,mt6589-wdt": for MT2701
+	"mediatek,mt6589-wdt": for MT6589
 
 - reg : Specifies base physical address and size of the registers.
 
-- 
2.12.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] ARM: mediatek: dts: Cleanup bindings documentation Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-20 12:30 +0200
  [PATCH 4/4] arm64: dts: mediatek: Delete unused dummy clock for MT6797 Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-20 12:30 +0200
  [PATCH 2/4] ARM: mediatek: dts: Add mt6796 binding Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-20 12:30 +0200
    Re: [PATCH 2/4] ARM: mediatek: dts: Add mt6796 binding Rob Herring <robh@kernel.org> - 2017-07-24 22:00 +0200
  Re: [PATCH 1/4] ARM: mediatek: dts: Cleanup bindings documentation Rob Herring <robh@kernel.org> - 2017-07-24 22:00 +0200

csiph-web