瀏覽代碼

mfd: max77686: Use a generic name for the PMIC node in the example

The ePAPR standard says that: "the name of a node should be somewhat
generic, reflecting the function of the device and not its precise
programming model."

So, change the max77686 binding document example to use a generic
node name instead of using the chip's name.

Suggested-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Javier Martinez Canillas 10 年之前
父節點
當前提交
00d689169d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/devicetree/bindings/mfd/max77686.txt

+ 1 - 1
Documentation/devicetree/bindings/mfd/max77686.txt

@@ -48,7 +48,7 @@ to get matched with their hardware counterparts as follow:
 
 Example:
 
-	max77686@09 {
+	max77686: pmic@09 {
 		compatible = "maxim,max77686";
 		interrupt-parent = <&wakeup_eint>;
 		interrupts = <26 0>;