Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Javier Martinez Canillas and committed by
Lee Jones
00d68916 89bd794c

+1 -1
+1 -1
Documentation/devicetree/bindings/mfd/max77686.txt
··· 48 48 49 49 Example: 50 50 51 - max77686@09 { 51 + max77686: pmic@09 { 52 52 compatible = "maxim,max77686"; 53 53 interrupt-parent = <&wakeup_eint>; 54 54 interrupts = <26 0>;