aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/samsung
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2018-08-23 09:35:04 +0200
committerMathias Kresin <dev@kresin.me>2018-08-27 19:31:17 +0200
commite348ccc4e6e9d16d56bec77b69628205d58e6750 (patch)
tree80aa62e8727a41cc4acbcc02ce420352ab4b8276 /target/linux/samsung
parent3601c3de23f15e2735adc4becdca14c803b6b1a5 (diff)
downloadupstream-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/samsung')
-rw-r--r--target/linux/samsung/dts/TQ210.dts73
1 files changed, 36 insertions, 37 deletions
diff --git a/target/linux/samsung/dts/TQ210.dts b/target/linux/samsung/dts/TQ210.dts
index 86a25574e9..d32e3400f9 100644
--- a/target/linux/samsung/dts/TQ210.dts
+++ b/target/linux/samsung/dts/TQ210.dts
@@ -15,56 +15,55 @@
#include "s5pv210.dtsi"
/ {
- model = "Embedsky TQ210 based on S5PV210";
- compatible = "embedsky,tq210", "samsung,s5pv210";
+ model = "Embedsky TQ210 based on S5PV210";
+ compatible = "embedsky,tq210", "samsung,s5pv210";
- chosen {
- bootargs = "console=ttySAC0,115200n8";
- };
+ chosen {
+ bootargs = "console=ttySAC0,115200n8";
+ };
- memory@20000000 {
- device_type = "memory";
- reg = <0x20000000 0x40000000>;
- };
+ memory@20000000 {
+ device_type = "memory";
+ reg = <0x20000000 0x40000000>;
+ };
- ethernet@88000000 {
- compatible = "davicom,dm9000";
- reg = <0x88000000 0x2 0x88000004 0x2>;
- interrupt-parent = <&gph1>;
- interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
- local-mac-address = [00 00 de ad be ef];
- davicom,no-eeprom;
- clocks = <&clocks CLK_SROMC>;
- clock-names = "sromc";
- };
+ ethernet@88000000 {
+ compatible = "davicom,dm9000";
+ reg = <0x88000000 0x2 0x88000004 0x2>;
+ interrupt-parent = <&gph1>;
+ interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
+ local-mac-address = [00 00 de ad be ef];
+ davicom,no-eeprom;
+ clocks = <&clocks CLK_SROMC>;
+ clock-names = "sromc";
+ };
};
&xxti {
- clock-frequency = <24000000>;
+ clock-frequency = <24000000>;
};
&uart0 {
- status = "okay";
+ status = "okay";
};
&nand {
- status = "okay";
- nand-ecc-mode = "soft";
+ status = "okay";
+ nand-ecc-mode = "soft";
- partition@0 {
- label = "boot";
- reg = <0x0 0x40000>; /* 246KB */
- read-only;
- };
-
- partition@40000 {
- label = "kernel";
- reg = <0x40000 0x300000>; /* 3MB */
- };
+ partition@0 {
+ label = "boot";
+ reg = <0x0 0x40000>; /* 246KB */
+ read-only;
+ };
- partition@340000 {
- label = "rootfs";
- reg = <0x340000 0x3fcc0000>; /* 1020MB */
- };
+ partition@40000 {
+ label = "kernel";
+ reg = <0x40000 0x300000>; /* 3MB */
+ };
+ partition@340000 {
+ label = "rootfs";
+ reg = <0x340000 0x3fcc0000>; /* 1020MB */
+ };
};