1
0
Fork 0

ARM: dts: rockchip: Cleanup style around assignment operator

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>
alistair/sunxi64-5.4-dsi
Krzysztof Kozlowski 2019-07-27 16:27:35 +02:00 committed by Heiko Stuebner
parent 4a11458611
commit a5021c4597
4 changed files with 9 additions and 9 deletions

View File

@ -484,7 +484,7 @@
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";

View 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>;

View File

@ -47,13 +47,13 @@
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 {
@ -443,7 +443,7 @@
&saradc {
vref-supply = <&vcc18_ldo1>;
status ="okay";
status = "okay";
};
&sdmmc {
@ -516,7 +516,7 @@
};
&usb_otg {
status= "okay";
status = "okay";
};
&vopb {

View 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>;