diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-07-27 16:27:35 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-07-27 17:36:42 +0200 |
commit | a5021c4597913aad16d9d176cbd1de7fa514477e (patch) | |
tree | 4b11c228d092632fc113b93cd3a35acd43cd3daa /arch/arm/boot/dts/rk3288-veyron-edp.dtsi | |
parent | ARM: dts: rockchip: add veyron-tiger board (diff) | |
download | linux-a5021c4597913aad16d9d176cbd1de7fa514477e.tar.xz linux-a5021c4597913aad16d9d176cbd1de7fa514477e.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-edp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-edp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-edp.dtsi b/arch/arm/boot/dts/rk3288-veyron-edp.dtsi index 719d936b7822..d74b6205b022 100644 --- a/arch/arm/boot/dts/rk3288-veyron-edp.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron-edp.dtsi @@ -86,7 +86,7 @@ }; panel: panel { - compatible ="innolux,n116bge", "simple-panel"; + compatible = "innolux,n116bge", "simple-panel"; status = "okay"; power-supply = <&panel_regulator>; backlight = <&backlight>; |