Commit 41d97397 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Heiko Stuebner

arm64: dts: rockchip: adjust whitespace around '='

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment.  No functional
changes (same DTB).
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220526204218.832029-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4bcee17c
......@@ -528,7 +528,7 @@ uart5: serial@ff178000 {
i2c0: i2c@ff180000 {
compatible = "rockchip,px30-i2c", "rockchip,rk3399-i2c";
reg = <0x0 0xff180000 0x0 0x1000>;
clocks = <&cru SCLK_I2C0>, <&cru PCLK_I2C0>;
clocks = <&cru SCLK_I2C0>, <&cru PCLK_I2C0>;
clock-names = "i2c", "pclk";
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
......
......@@ -1084,7 +1084,7 @@ emmc_bus8: emmc-bus8 {
gmac {
rgmii_pins: rgmii-pins {
rockchip,pins = <3 RK_PC6 1 &pcfg_pull_none>,
rockchip,pins = <3 RK_PC6 1 &pcfg_pull_none>,
<3 RK_PD0 1 &pcfg_pull_none>,
<3 RK_PC3 1 &pcfg_pull_none>,
<3 RK_PB0 1 &pcfg_pull_none_12ma>,
......@@ -1102,7 +1102,7 @@ rgmii_pins: rgmii-pins {
};
rmii_pins: rmii-pins {
rockchip,pins = <3 RK_PC6 1 &pcfg_pull_none>,
rockchip,pins = <3 RK_PC6 1 &pcfg_pull_none>,
<3 RK_PD0 1 &pcfg_pull_none>,
<3 RK_PC3 1 &pcfg_pull_none>,
<3 RK_PB0 1 &pcfg_pull_none_12ma>,
......@@ -1257,7 +1257,7 @@ sdmmc_bus4: sdmmc-bus4 {
spdif {
spdif_tx: spdif-tx {
rockchip,pins = <2 RK_PC7 1 &pcfg_pull_none>;
rockchip,pins = <2 RK_PC7 1 &pcfg_pull_none>;
};
};
......
......@@ -55,7 +55,7 @@ backlight: backlight {
};
edp_panel: edp-panel {
compatible ="lg,lp079qx1-sp0v";
compatible = "lg,lp079qx1-sp0v";
backlight = <&backlight>;
enable-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>;
power-supply = <&vcc3v3_s0>;
......
......@@ -49,7 +49,7 @@ simple-audio-card,cpu {
sgtl5000_clk: sgtl5000-oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <24576000>;
clock-frequency = <24576000>;
};
dc_12v: dc-12v {
......
......@@ -88,7 +88,7 @@ backlight: backlight {
};
edp_panel: edp-panel {
compatible ="lg,lp079qx1-sp0v";
compatible = "lg,lp079qx1-sp0v";
backlight = <&backlight>;
enable-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
......
......@@ -347,7 +347,7 @@ hym8563_int: hym8563-int {
pcie {
pcie_pwr: pcie-pwr {
rockchip,pins = <4 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <4 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
......
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