Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / nvmem / allwinner,sunxi-sid.txt
index ef06d061913cfc1aa2d488073b53f9800fd33cd9..d69543701d5d58dad79bf41772eb1426d8f4efee 100644 (file)
@@ -5,6 +5,7 @@ Required properties:
   "allwinner,sun4i-a10-sid"
   "allwinner,sun7i-a20-sid"
   "allwinner,sun8i-h3-sid"
+  "allwinner,sun50i-a64-sid"
 
 - reg: Should contain registers location and length
 
@@ -13,13 +14,13 @@ Are child nodes of qfprom, bindings of which as described in
 bindings/nvmem/nvmem.txt
 
 Example for sun4i:
-       sid@01c23800 {
+       sid@1c23800 {
                compatible = "allwinner,sun4i-a10-sid";
                reg = <0x01c23800 0x10>
        };
 
 Example for sun7i:
-       sid@01c23800 {
+       sid@1c23800 {
                compatible = "allwinner,sun7i-a20-sid";
                reg = <0x01c23800 0x200>
        };