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 { ...@@ -528,7 +528,7 @@ uart5: serial@ff178000 {
i2c0: i2c@ff180000 { i2c0: i2c@ff180000 {
compatible = "rockchip,px30-i2c", "rockchip,rk3399-i2c"; compatible = "rockchip,px30-i2c", "rockchip,rk3399-i2c";
reg = <0x0 0xff180000 0x0 0x1000>; reg = <0x0 0xff180000 0x0 0x1000>;
clocks = <&cru SCLK_I2C0>, <&cru PCLK_I2C0>; clocks = <&cru SCLK_I2C0>, <&cru PCLK_I2C0>;
clock-names = "i2c", "pclk"; clock-names = "i2c", "pclk";
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -1084,7 +1084,7 @@ emmc_bus8: emmc-bus8 { ...@@ -1084,7 +1084,7 @@ emmc_bus8: emmc-bus8 {
gmac { gmac {
rgmii_pins: rgmii-pins { 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_PD0 1 &pcfg_pull_none>,
<3 RK_PC3 1 &pcfg_pull_none>, <3 RK_PC3 1 &pcfg_pull_none>,
<3 RK_PB0 1 &pcfg_pull_none_12ma>, <3 RK_PB0 1 &pcfg_pull_none_12ma>,
...@@ -1102,7 +1102,7 @@ rgmii_pins: rgmii-pins { ...@@ -1102,7 +1102,7 @@ rgmii_pins: rgmii-pins {
}; };
rmii_pins: rmii-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_PD0 1 &pcfg_pull_none>,
<3 RK_PC3 1 &pcfg_pull_none>, <3 RK_PC3 1 &pcfg_pull_none>,
<3 RK_PB0 1 &pcfg_pull_none_12ma>, <3 RK_PB0 1 &pcfg_pull_none_12ma>,
...@@ -1257,7 +1257,7 @@ sdmmc_bus4: sdmmc-bus4 { ...@@ -1257,7 +1257,7 @@ sdmmc_bus4: sdmmc-bus4 {
spdif { spdif {
spdif_tx: spdif-tx { 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 { ...@@ -55,7 +55,7 @@ backlight: backlight {
}; };
edp_panel: edp-panel { edp_panel: edp-panel {
compatible ="lg,lp079qx1-sp0v"; compatible = "lg,lp079qx1-sp0v";
backlight = <&backlight>; backlight = <&backlight>;
enable-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>;
power-supply = <&vcc3v3_s0>; power-supply = <&vcc3v3_s0>;
......
...@@ -49,7 +49,7 @@ simple-audio-card,cpu { ...@@ -49,7 +49,7 @@ simple-audio-card,cpu {
sgtl5000_clk: sgtl5000-oscillator { sgtl5000_clk: sgtl5000-oscillator {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <24576000>; clock-frequency = <24576000>;
}; };
dc_12v: dc-12v { dc_12v: dc-12v {
......
...@@ -88,7 +88,7 @@ backlight: backlight { ...@@ -88,7 +88,7 @@ backlight: backlight {
}; };
edp_panel: edp-panel { edp_panel: edp-panel {
compatible ="lg,lp079qx1-sp0v"; compatible = "lg,lp079qx1-sp0v";
backlight = <&backlight>; backlight = <&backlight>;
enable-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>; enable-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -347,7 +347,7 @@ hym8563_int: hym8563-int { ...@@ -347,7 +347,7 @@ hym8563_int: hym8563-int {
pcie { pcie {
pcie_pwr: pcie-pwr { 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