forked from Ivasoft/openwrt
ramips: fix whitespace and comment issues in dts
Fix space vs. tabs issue and trainling whitespaces. Use C style comments or drop the comments if they explain what is already to see in the devicetree parameters. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -155,13 +155,13 @@
|
||||
};
|
||||
|
||||
cpc: cpc@1fbf0000 {
|
||||
compatible = "mtk,mt7621-cpc";
|
||||
reg = <0x1fbf0000 0x8000>;
|
||||
compatible = "mtk,mt7621-cpc";
|
||||
reg = <0x1fbf0000 0x8000>;
|
||||
};
|
||||
|
||||
mc: mc@1fbf8000 {
|
||||
compatible = "mtk,mt7621-mc";
|
||||
reg = <0x1fbf8000 0x8000>;
|
||||
compatible = "mtk,mt7621-mc";
|
||||
reg = <0x1fbf8000 0x8000>;
|
||||
};
|
||||
|
||||
uartlite: uartlite@c00 {
|
||||
|
||||
Reference in New Issue
Block a user