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

ARM: dts: axm: adjust whitespace around '='

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment. No functional
changes (same DTB).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220526204100.831742-1-krzysztof.kozlowski@linaro.org

+16 -16
+16 -16
arch/arm/boot/dts/axm5516-cpus.dtsi
··· 73 73 device_type = "cpu"; 74 74 compatible = "arm,cortex-a15"; 75 75 reg = <0x00>; 76 - clock-frequency= <1400000000>; 76 + clock-frequency = <1400000000>; 77 77 cpu-release-addr = <0>; // Fixed by the boot loader 78 78 }; 79 79 ··· 81 81 device_type = "cpu"; 82 82 compatible = "arm,cortex-a15"; 83 83 reg = <0x01>; 84 - clock-frequency= <1400000000>; 84 + clock-frequency = <1400000000>; 85 85 cpu-release-addr = <0>; // Fixed by the boot loader 86 86 }; 87 87 ··· 89 89 device_type = "cpu"; 90 90 compatible = "arm,cortex-a15"; 91 91 reg = <0x02>; 92 - clock-frequency= <1400000000>; 92 + clock-frequency = <1400000000>; 93 93 cpu-release-addr = <0>; // Fixed by the boot loader 94 94 }; 95 95 ··· 97 97 device_type = "cpu"; 98 98 compatible = "arm,cortex-a15"; 99 99 reg = <0x03>; 100 - clock-frequency= <1400000000>; 100 + clock-frequency = <1400000000>; 101 101 cpu-release-addr = <0>; // Fixed by the boot loader 102 102 }; 103 103 ··· 105 105 device_type = "cpu"; 106 106 compatible = "arm,cortex-a15"; 107 107 reg = <0x100>; 108 - clock-frequency= <1400000000>; 108 + clock-frequency = <1400000000>; 109 109 cpu-release-addr = <0>; // Fixed by the boot loader 110 110 }; 111 111 ··· 113 113 device_type = "cpu"; 114 114 compatible = "arm,cortex-a15"; 115 115 reg = <0x101>; 116 - clock-frequency= <1400000000>; 116 + clock-frequency = <1400000000>; 117 117 cpu-release-addr = <0>; // Fixed by the boot loader 118 118 }; 119 119 ··· 121 121 device_type = "cpu"; 122 122 compatible = "arm,cortex-a15"; 123 123 reg = <0x102>; 124 - clock-frequency= <1400000000>; 124 + clock-frequency = <1400000000>; 125 125 cpu-release-addr = <0>; // Fixed by the boot loader 126 126 }; 127 127 ··· 129 129 device_type = "cpu"; 130 130 compatible = "arm,cortex-a15"; 131 131 reg = <0x103>; 132 - clock-frequency= <1400000000>; 132 + clock-frequency = <1400000000>; 133 133 cpu-release-addr = <0>; // Fixed by the boot loader 134 134 }; 135 135 ··· 137 137 device_type = "cpu"; 138 138 compatible = "arm,cortex-a15"; 139 139 reg = <0x200>; 140 - clock-frequency= <1400000000>; 140 + clock-frequency = <1400000000>; 141 141 cpu-release-addr = <0>; // Fixed by the boot loader 142 142 }; 143 143 ··· 145 145 device_type = "cpu"; 146 146 compatible = "arm,cortex-a15"; 147 147 reg = <0x201>; 148 - clock-frequency= <1400000000>; 148 + clock-frequency = <1400000000>; 149 149 cpu-release-addr = <0>; // Fixed by the boot loader 150 150 }; 151 151 ··· 153 153 device_type = "cpu"; 154 154 compatible = "arm,cortex-a15"; 155 155 reg = <0x202>; 156 - clock-frequency= <1400000000>; 156 + clock-frequency = <1400000000>; 157 157 cpu-release-addr = <0>; // Fixed by the boot loader 158 158 }; 159 159 ··· 161 161 device_type = "cpu"; 162 162 compatible = "arm,cortex-a15"; 163 163 reg = <0x203>; 164 - clock-frequency= <1400000000>; 164 + clock-frequency = <1400000000>; 165 165 cpu-release-addr = <0>; // Fixed by the boot loader 166 166 }; 167 167 ··· 169 169 device_type = "cpu"; 170 170 compatible = "arm,cortex-a15"; 171 171 reg = <0x300>; 172 - clock-frequency= <1400000000>; 172 + clock-frequency = <1400000000>; 173 173 cpu-release-addr = <0>; // Fixed by the boot loader 174 174 }; 175 175 ··· 177 177 device_type = "cpu"; 178 178 compatible = "arm,cortex-a15"; 179 179 reg = <0x301>; 180 - clock-frequency= <1400000000>; 180 + clock-frequency = <1400000000>; 181 181 cpu-release-addr = <0>; // Fixed by the boot loader 182 182 }; 183 183 ··· 185 185 device_type = "cpu"; 186 186 compatible = "arm,cortex-a15"; 187 187 reg = <0x302>; 188 - clock-frequency= <1400000000>; 188 + clock-frequency = <1400000000>; 189 189 cpu-release-addr = <0>; // Fixed by the boot loader 190 190 }; 191 191 ··· 193 193 device_type = "cpu"; 194 194 compatible = "arm,cortex-a15"; 195 195 reg = <0x303>; 196 - clock-frequency= <1400000000>; 196 + clock-frequency = <1400000000>; 197 197 cpu-release-addr = <0>; // Fixed by the boot loader 198 198 }; 199 199 };