ARM: dts: rockchip: Cleanup style around assignment operator
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 27 Jul 2019 14:27:35 +0000 (16:27 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 27 Jul 2019 15:36:42 +0000 (17:36 +0200)
Use a space before and after assignment operator to have consistent
style.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3036.dtsi
arch/arm/boot/dts/rk3288-evb.dtsi
arch/arm/boot/dts/rk3288-tinker.dtsi
arch/arm/boot/dts/rk3288-veyron-edp.dtsi

index 0290ea4edd321a642fa152b7af6cf7209f913e9b..c776321b2cc4e52a196975749ee4aa686631a6e9 100644 (file)
                compatible = "rockchip,rockchip-spi";
                reg = <0x20074000 0x1000>;
                interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
-               clocks =<&cru PCLK_SPI>, <&cru SCLK_SPI>;
+               clocks = <&cru PCLK_SPI>, <&cru SCLK_SPI>;
                clock-names = "apb-pclk","spi_pclk";
                dmas = <&pdma 8>, <&pdma 9>;
                dma-names = "tx", "rx";
index 820440715302d455ec6f176a905021bc15acf9ab..2afd686b2033ee00c2392777548e3fa96f217f76 100644 (file)
@@ -97,7 +97,7 @@
        };
 
        panel: panel {
-               compatible ="lg,lp079qx1-sp0v", "simple-panel";
+               compatible = "lg,lp079qx1-sp0v", "simple-panel";
                backlight = <&backlight>;
                enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>;
                pinctrl-0 = <&lcd_cs>;
index 293576869546efa305ae662a9f3db1777cde4819..81e4e953d4a40b97c5c1d4a4ea573ed454b5df83 100644 (file)
                compatible = "gpio-leds";
 
                act-led {
-                       gpios=<&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
-                       linux,default-trigger="mmc0";
+                       gpios = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "mmc0";
                };
 
                heartbeat-led {
-                       gpios=<&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
-                       linux,default-trigger="heartbeat";
+                       gpios = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
+                       linux,default-trigger = "heartbeat";
                };
 
                pwr-led {
 
 &saradc {
        vref-supply = <&vcc18_ldo1>;
-       status ="okay";
+       status = "okay";
 };
 
 &sdmmc {
 };
 
 &usb_otg {
-       status= "okay";
+       status = "okay";
 };
 
 &vopb {
index 719d936b782200125a5ca9ac1e04f38819a8befc..d74b6205b02200b6f6c6a768524d77426fdc00be 100644 (file)
@@ -86,7 +86,7 @@
        };
 
        panel: panel {
-               compatible ="innolux,n116bge", "simple-panel";
+               compatible = "innolux,n116bge", "simple-panel";
                status = "okay";
                power-supply = <&panel_regulator>;
                backlight = <&backlight>;