Commit a5021c45 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Heiko Stuebner

ARM: dts: rockchip: Cleanup style around assignment operator

Use a space before and after assignment operator to have consistent
style.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4a114586
...@@ -484,7 +484,7 @@ spi: spi@20074000 { ...@@ -484,7 +484,7 @@ spi: spi@20074000 {
compatible = "rockchip,rockchip-spi"; compatible = "rockchip,rockchip-spi";
reg = <0x20074000 0x1000>; reg = <0x20074000 0x1000>;
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 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"; clock-names = "apb-pclk","spi_pclk";
dmas = <&pdma 8>, <&pdma 9>; dmas = <&pdma 8>, <&pdma 9>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
......
...@@ -97,7 +97,7 @@ ext_gmac: external-gmac-clock { ...@@ -97,7 +97,7 @@ ext_gmac: external-gmac-clock {
}; };
panel: panel { panel: panel {
compatible ="lg,lp079qx1-sp0v", "simple-panel"; compatible = "lg,lp079qx1-sp0v", "simple-panel";
backlight = <&backlight>; backlight = <&backlight>;
enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>;
pinctrl-0 = <&lcd_cs>; pinctrl-0 = <&lcd_cs>;
......
...@@ -47,13 +47,13 @@ gpio-leds { ...@@ -47,13 +47,13 @@ gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
act-led { act-led {
gpios=<&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
linux,default-trigger="mmc0"; linux,default-trigger = "mmc0";
}; };
heartbeat-led { heartbeat-led {
gpios=<&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>;
linux,default-trigger="heartbeat"; linux,default-trigger = "heartbeat";
}; };
pwr-led { pwr-led {
...@@ -443,7 +443,7 @@ &pwm0 { ...@@ -443,7 +443,7 @@ &pwm0 {
&saradc { &saradc {
vref-supply = <&vcc18_ldo1>; vref-supply = <&vcc18_ldo1>;
status ="okay"; status = "okay";
}; };
&sdmmc { &sdmmc {
...@@ -516,7 +516,7 @@ &usb_host1 { ...@@ -516,7 +516,7 @@ &usb_host1 {
}; };
&usb_otg { &usb_otg {
status= "okay"; status = "okay";
}; };
&vopb { &vopb {
......
...@@ -86,7 +86,7 @@ backlight: backlight { ...@@ -86,7 +86,7 @@ backlight: backlight {
}; };
panel: panel { panel: panel {
compatible ="innolux,n116bge", "simple-panel"; compatible = "innolux,n116bge", "simple-panel";
status = "okay"; status = "okay";
power-supply = <&panel_regulator>; power-supply = <&panel_regulator>;
backlight = <&backlight>; backlight = <&backlight>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment