ARM: dts: keystone: 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> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/20220526204139.831895-3-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
f2906aa863
commit
3ea73bf022
@ -262,7 +262,7 @@
|
|||||||
*/
|
*/
|
||||||
ti,system-reboot-controller;
|
ti,system-reboot-controller;
|
||||||
mbox-names = "rx", "tx";
|
mbox-names = "rx", "tx";
|
||||||
mboxes= <&msgmgr 5 2>,
|
mboxes = <&msgmgr 5 2>,
|
||||||
<&msgmgr 0 0>;
|
<&msgmgr 0 0>;
|
||||||
reg-names = "debug_messages";
|
reg-names = "debug_messages";
|
||||||
reg = <0x02921c00 0x400>;
|
reg = <0x02921c00 0x400>;
|
||||||
|
Loading…
Reference in New Issue
Block a user