Skip to content

Commit 93dc6cd

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: minor whitespace cleanup around '='
The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231124095031.58555-2-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 076a948 commit 93dc6cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
sgtl5000_clk: sgtl5000-oscillator {
8787
compatible = "fixed-clock";
8888
#clock-cells = <0>;
89-
clock-frequency = <24576000>;
89+
clock-frequency = <24576000>;
9090
};
9191

9292
dc_12v: dc-12v-regulator {

arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
leds {
3939
compatible = "gpio-leds";
4040
pinctrl-names = "default";
41-
pinctrl-0 =<&leds_gpio>;
41+
pinctrl-0 = <&leds_gpio>;
4242

4343
led-1 {
4444
gpios = <&gpio1 RK_PA2 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)