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:
@@ -48,7 +48,7 @@
|
||||
linux,code = <BTN_0>;
|
||||
};
|
||||
|
||||
BTN_1 {
|
||||
BTN_1 {
|
||||
label = "BTN_1";
|
||||
gpios = <&gpio2 3 GPIO_ACTIVE_LOW>;
|
||||
linux,code = <BTN_1>;
|
||||
@@ -67,7 +67,7 @@
|
||||
&gpio2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
&gpio3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user