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

ARM: dts: exynos: adjust node names to DT spec in Exynos4210 boards

The Devicetree specification expects device node names to have a generic
name, representing the class of a device. Also the convention for node
names is to use hyphens, not underscores.

No functional changes.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201027170947.132725-3-krzk@kernel.org

+18 -18
+3 -3
arch/arm/boot/dts/exynos4210-i9100.dts
··· 329 329 pinctrl-0 = <&i2c3_bus>; 330 330 pinctrl-names = "default"; 331 331 332 - mxt224-touchscreen@4a { 332 + touchscreen@4a { 333 333 compatible = "atmel,maxtouch"; 334 334 reg = <0x4a>; 335 335 ··· 348 348 pinctrl-0 = <&i2c5_bus>; 349 349 pinctrl-names = "default"; 350 350 351 - max8997_pmic@66 { 351 + pmic@66 { 352 352 compatible = "maxim,max8997-pmic"; 353 353 reg = <0x66>; 354 354 ··· 597 597 pinctrl-0 = <&i2c7_bus>; 598 598 pinctrl-names = "default"; 599 599 600 - ak8975@c { 600 + magnetometer@c { 601 601 compatible = "asahi-kasei,ak8975"; 602 602 reg = <0x0c>; 603 603
+2 -2
arch/arm/boot/dts/exynos4210-origen.dts
··· 43 43 enable-active-high; 44 44 }; 45 45 46 - gpio_keys { 46 + gpio-keys { 47 47 compatible = "gpio-keys"; 48 48 49 49 up { ··· 171 171 pinctrl-0 = <&i2c0_bus>; 172 172 pinctrl-names = "default"; 173 173 174 - max8997_pmic@66 { 174 + pmic@66 { 175 175 compatible = "maxim,max8997-pmic"; 176 176 reg = <0x66>; 177 177 interrupt-parent = <&gpx0>;
+11 -11
arch/arm/boot/dts/exynos4210-smdkv310.dts
··· 90 90 pinctrl-0 = <&keypad_rows &keypad_cols>; 91 91 status = "okay"; 92 92 93 - key_1 { 93 + key-1 { 94 94 keypad,row = <0>; 95 95 keypad,column = <3>; 96 96 linux,code = <2>; 97 97 }; 98 98 99 - key_2 { 99 + key-2 { 100 100 keypad,row = <0>; 101 101 keypad,column = <4>; 102 102 linux,code = <3>; 103 103 }; 104 104 105 - key_3 { 105 + key-3 { 106 106 keypad,row = <0>; 107 107 keypad,column = <5>; 108 108 linux,code = <4>; 109 109 }; 110 110 111 - key_4 { 111 + key-4 { 112 112 keypad,row = <0>; 113 113 keypad,column = <6>; 114 114 linux,code = <5>; 115 115 }; 116 116 117 - key_5 { 117 + key-5 { 118 118 keypad,row = <0>; 119 119 keypad,column = <7>; 120 120 linux,code = <6>; 121 121 }; 122 122 123 - key_a { 123 + key-a { 124 124 keypad,row = <1>; 125 125 keypad,column = <3>; 126 126 linux,code = <30>; 127 127 }; 128 128 129 - key_b { 129 + key-b { 130 130 keypad,row = <1>; 131 131 keypad,column = <4>; 132 132 linux,code = <48>; 133 133 }; 134 134 135 - key_c { 135 + key-c { 136 136 keypad,row = <1>; 137 137 keypad,column = <5>; 138 138 linux,code = <46>; 139 139 }; 140 140 141 - key_d { 141 + key-d { 142 142 keypad,row = <1>; 143 143 keypad,column = <6>; 144 144 linux,code = <32>; 145 145 }; 146 146 147 - key_e { 147 + key-e { 148 148 keypad,row = <1>; 149 149 keypad,column = <7>; 150 150 linux,code = <18>; ··· 200 200 cs-gpios = <&gpc1 2 GPIO_ACTIVE_HIGH>; 201 201 status = "okay"; 202 202 203 - w25x80@0 { 203 + flash@0 { 204 204 #address-cells = <1>; 205 205 #size-cells = <1>; 206 206 compatible = "w25x80";
+2 -2
arch/arm/boot/dts/exynos4210-trats.dts
··· 263 263 pinctrl-names = "default"; 264 264 status = "okay"; 265 265 266 - mms114-touchscreen@48 { 266 + touchscreen@48 { 267 267 compatible = "melfas,mms114"; 268 268 reg = <0x48>; 269 269 interrupt-parent = <&gpx0>; ··· 283 283 pinctrl-names = "default"; 284 284 status = "okay"; 285 285 286 - max8997_pmic@66 { 286 + pmic@66 { 287 287 compatible = "maxim,max8997-pmic"; 288 288 289 289 reg = <0x66>;