diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-08-23 09:35:04 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-27 19:31:17 +0200 |
commit | e348ccc4e6e9d16d56bec77b69628205d58e6750 (patch) | |
tree | 80aa62e8727a41cc4acbcc02ce420352ab4b8276 /target/linux/ramips/dts/mt7621.dtsi | |
parent | 3601c3de23f15e2735adc4becdca14c803b6b1a5 (diff) | |
download | upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.tar.gz upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.tar.bz2 upstream-e348ccc4e6e9d16d56bec77b69628205d58e6750.zip |
treewide: fix some cosmetic glitches in dts files
- fix single spaces hidden by a tab
- replace indentation with spaces by tabs
- make empty lines empty
- drop trailing whitespace
- drop unnecessary blank lines
Signed-off-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ramips/dts/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 31d930d225..9a2cbbebc9 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -162,7 +162,7 @@ mc: mc@1fbf8000 { compatible = "mtk,mt7621-mc"; reg = <0x1fbf8000 0x8000>; - }; + }; uartlite: uartlite@c00 { compatible = "ns16550a"; |