浏览代码

dt-bindings: Make AXP20X compatible strings one per line

In the binding documentation of AXP20X mfd, the compatible strings used
to be listed for three per line, which leads to some mess when trying to
add AXP803 compatible string (as we have already AXP806 and AXP809
compatibles, which is after AXP803 in ascending order).

Make the compatible strings one per line, so that inserting a new
compatible string will be directly a new line.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Icenowy Zheng 8 年之前
父节点
当前提交
7366709c5a
共有 1 个文件被更改,包括 8 次插入3 次删除
  1. 8 3
      Documentation/devicetree/bindings/mfd/axp20x.txt

+ 8 - 3
Documentation/devicetree/bindings/mfd/axp20x.txt

@@ -9,9 +9,14 @@ axp223 (X-Powers)
 axp809 (X-Powers)
 axp809 (X-Powers)
 
 
 Required properties:
 Required properties:
-- compatible: "x-powers,axp152", "x-powers,axp202", "x-powers,axp209",
-	      "x-powers,axp221", "x-powers,axp223", "x-powers,axp806",
-	      "x-powers,axp809"
+- compatible: should be one of:
+    * "x-powers,axp152"
+    * "x-powers,axp202"
+    * "x-powers,axp209"
+    * "x-powers,axp221"
+    * "x-powers,axp223"
+    * "x-powers,axp806"
+    * "x-powers,axp809"
 - reg: The I2C slave address or RSB hardware address for the AXP chip
 - reg: The I2C slave address or RSB hardware address for the AXP chip
 - interrupt-parent: The parent interrupt controller
 - interrupt-parent: The parent interrupt controller
 - interrupts: SoC NMI / GPIO interrupt connected to the PMIC's IRQ pin
 - interrupts: SoC NMI / GPIO interrupt connected to the PMIC's IRQ pin