From bfd65fc4ab71b9504a9280e91a67698ac4e1e06d Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 22 Jul 2018 10:33:42 +0200 Subject: 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 --- target/linux/ramips/dts/JHR-N805R.dts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'target/linux/ramips/dts/JHR-N805R.dts') diff --git a/target/linux/ramips/dts/JHR-N805R.dts b/target/linux/ramips/dts/JHR-N805R.dts index 32e6ab1aaf..92b8eac4c1 100644 --- a/target/linux/ramips/dts/JHR-N805R.dts +++ b/target/linux/ramips/dts/JHR-N805R.dts @@ -22,15 +22,15 @@ }; }; - gpio-keys-polled { - compatible = "gpio-keys-polled"; - poll-interval = <20>; - - reset { - label = "reset"; - gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; - linux,code = ; - }; + gpio-keys-polled { + compatible = "gpio-keys-polled"; + poll-interval = <20>; + + reset { + label = "reset"; + gpios = <&gpio0 10 GPIO_ACTIVE_LOW>; + linux,code = ; + }; }; }; -- cgit v1.2.3