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

regulator: ti-abb: DT spelling s/#{address,size}-cell/#{address,size}-cells/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Geert Uytterhoeven and committed by
Mark Brown
1a4d5a3e f55532a0

+5 -5
+5 -5
Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt
··· 14 14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3) 15 15 - "int-address" - contains address of interrupt register for ABB module 16 16 (also see Optional properties) 17 - - #address-cell: should be 0 18 - - #size-cell: should be 0 17 + - #address-cells: should be 0 18 + - #size-cells: should be 0 19 19 - clocks: should point to the clock node used by ABB module 20 20 - ti,settling-time: Settling time in uSecs from SoC documentation for ABB module 21 21 to settle down(target time for SR2_WTCNT_VALUE). ··· 69 69 abb_x: regulator-abb-x { 70 70 compatible = "ti,abb-v1"; 71 71 regulator-name = "abb_x"; 72 - #address-cell = <0>; 72 + #address-cells = <0>; 73 73 #size-cells = <0>; 74 74 reg = <0x483072f0 0x8>, <0x48306818 0x4>; 75 75 reg-names = "base-address", "int-address"; ··· 89 89 abb_y: regulator-abb-y { 90 90 compatible = "ti,abb-v2"; 91 91 regulator-name = "abb_y"; 92 - #address-cell = <0>; 92 + #address-cells = <0>; 93 93 #size-cells = <0>; 94 94 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>, <0x4A002268 0x8>; 95 95 reg-names = "base-address", "int-address", "efuse-address"; ··· 110 110 abb_z: regulator-abb-z { 111 111 compatible = "ti,abb-v2"; 112 112 regulator-name = "abb_z"; 113 - #address-cell = <0>; 113 + #address-cells = <0>; 114 114 #size-cells = <0>; 115 115 reg = <0x4ae07ce4 0x8>, <0x4ae06010 0x4>, 116 116 <0x4a002194 0x8>, <0x4ae0C314 0x4>;