Skip to content

Commit 8167945

Browse files
kylebonnicinashif
authored andcommitted
devicetree: format files in dts/riscv/telink
Applying dts-linter results for files in dts/riscv/telink Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent c52ced1 commit 8167945

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

dts/riscv/telink/telink_b91.dtsi

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
cpus {
2020
#address-cells = <1>;
2121
#size-cells = <0>;
22+
2223
cpu0: cpu@0 {
2324
reg = <0>;
2425
clock-frequency = <24000000>;
25-
compatible ="telink,b91", "riscv";
26+
compatible = "telink,b91", "riscv";
2627
riscv,isa = "rv32imac_zicsr_zifencei";
28+
2729
hlic: interrupt-controller {
2830
compatible = "riscv,cpu-intc";
2931
#address-cells = <0>;
@@ -218,11 +220,11 @@
218220
pinctrl: pinctrl@80140330 {
219221
compatible = "telink,b91-pinctrl";
220222
reg = <0x80140330 0x28
221-
0x80140306 0x28
222-
0x0000000e 0x0C>;
223+
0x80140306 0x28
224+
0x0000000e 0x0C>;
223225
reg-names = "pin_mux",
224-
"gpio_en",
225-
"pull_up_en";
226+
"gpio_en",
227+
"pull_up_en";
226228
status = "okay";
227229
};
228230
};

0 commit comments

Comments
 (0)