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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: renesas: Add missing space after remote-endpoint

Add the missing space after remote-endpoint in r8a774c0.dtsi and
r8a77990.dtsi before the typo spreads to other files.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20220608175728.1012550-1-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Niklas Söderlund and committed by
Geert Uytterhoeven
86aefa0d 52271d32

+4 -4
+2 -2
arch/arm64/boot/dts/renesas/r8a774c0.dtsi
··· 1281 1281 1282 1282 vin4csi40: endpoint@2 { 1283 1283 reg = <2>; 1284 - remote-endpoint= <&csi40vin4>; 1284 + remote-endpoint = <&csi40vin4>; 1285 1285 }; 1286 1286 }; 1287 1287 }; ··· 1309 1309 1310 1310 vin5csi40: endpoint@2 { 1311 1311 reg = <2>; 1312 - remote-endpoint= <&csi40vin5>; 1312 + remote-endpoint = <&csi40vin5>; 1313 1313 }; 1314 1314 }; 1315 1315 };
+2 -2
arch/arm64/boot/dts/renesas/r8a77990.dtsi
··· 1324 1324 1325 1325 vin4csi40: endpoint@2 { 1326 1326 reg = <2>; 1327 - remote-endpoint= <&csi40vin4>; 1327 + remote-endpoint = <&csi40vin4>; 1328 1328 }; 1329 1329 }; 1330 1330 }; ··· 1352 1352 1353 1353 vin5csi40: endpoint@2 { 1354 1354 reg = <2>; 1355 - remote-endpoint= <&csi40vin5>; 1355 + remote-endpoint = <&csi40vin5>; 1356 1356 }; 1357 1357 }; 1358 1358 };