arm64: tegra: 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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
afcb41e30c
commit
599b7aebc9
|
@ -1055,7 +1055,7 @@ padctl: padctl@7009f000 {
|
|||
interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
|
||||
resets = <&tegra_car 142>;
|
||||
reset-names = "padctl";
|
||||
nvidia,pmc = <&tegra_pmc>;
|
||||
nvidia,pmc = <&tegra_pmc>;
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
Loading…
Reference in New Issue