Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Heiko Stuebner
a5021c45 4a114586

+9 -9
+1 -1
arch/arm/boot/dts/rk3036.dtsi
··· 484 484 compatible = "rockchip,rockchip-spi"; 485 485 reg = <0x20074000 0x1000>; 486 486 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 487 - clocks =<&cru PCLK_SPI>, <&cru SCLK_SPI>; 487 + clocks = <&cru PCLK_SPI>, <&cru SCLK_SPI>; 488 488 clock-names = "apb-pclk","spi_pclk"; 489 489 dmas = <&pdma 8>, <&pdma 9>; 490 490 dma-names = "tx", "rx";
+1 -1
arch/arm/boot/dts/rk3288-evb.dtsi
··· 97 97 }; 98 98 99 99 panel: panel { 100 - compatible ="lg,lp079qx1-sp0v", "simple-panel"; 100 + compatible = "lg,lp079qx1-sp0v", "simple-panel"; 101 101 backlight = <&backlight>; 102 102 enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>; 103 103 pinctrl-0 = <&lcd_cs>;
+6 -6
arch/arm/boot/dts/rk3288-tinker.dtsi
··· 47 47 compatible = "gpio-leds"; 48 48 49 49 act-led { 50 - gpios=<&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>; 51 - linux,default-trigger="mmc0"; 50 + gpios = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>; 51 + linux,default-trigger = "mmc0"; 52 52 }; 53 53 54 54 heartbeat-led { 55 - gpios=<&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>; 56 - linux,default-trigger="heartbeat"; 55 + gpios = <&gpio1 RK_PD1 GPIO_ACTIVE_HIGH>; 56 + linux,default-trigger = "heartbeat"; 57 57 }; 58 58 59 59 pwr-led { ··· 443 443 444 444 &saradc { 445 445 vref-supply = <&vcc18_ldo1>; 446 - status ="okay"; 446 + status = "okay"; 447 447 }; 448 448 449 449 &sdmmc { ··· 516 516 }; 517 517 518 518 &usb_otg { 519 - status= "okay"; 519 + status = "okay"; 520 520 }; 521 521 522 522 &vopb {
+1 -1
arch/arm/boot/dts/rk3288-veyron-edp.dtsi
··· 86 86 }; 87 87 88 88 panel: panel { 89 - compatible ="innolux,n116bge", "simple-panel"; 89 + compatible = "innolux,n116bge", "simple-panel"; 90 90 status = "okay"; 91 91 power-supply = <&panel_regulator>; 92 92 backlight = <&backlight>;