Skip to content

Commit a4a4dd4

Browse files
arm64: dts: adi: enabled disabled clocks
Signed-off-by: Arturs Artamonovs <[email protected]>
1 parent 55b4443 commit a4a4dd4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

arch/arm64/boot/dts/adi/sc59x-64.dtsi

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,23 @@
6565
compatible = "fixed-clock";
6666
#clock-cells = <0>;
6767
clock-frequency = <25000000>;
68-
//clock-output-names = "sys_clkin0";
68+
clock-output-names = "sys_clkin0";
6969
};
7070

7171
sys_clkin1: oscillator@2 {
7272
compatible = "fixed-clock";
7373
#clock-cells = <0>;
7474
clock-frequency = <25000000>;
75-
//clock-output-names = "sys_clkin1";
75+
clock-output-names = "sys_clkin1";
7676
};
7777
clk_dummy: oscillator@3 {
7878
compatible = "fixed-clock";
7979
#clock-cells = <0>;
8080
clock-frequency = <0>;
81-
//clock-output-names = "dummy";
81+
clock-output-names = "dummy";
8282
};
8383
};
8484

85-
86-
8785
clk_cgu0: clocks@3108d000 {
8886
compatible = "adi,sc598-cgu0";
8987
reg = <0x3108d000 0x1000>;
@@ -93,7 +91,6 @@
9391
status = "okay";
9492
};
9593

96-
9794
clk_cgu1: clocks@3108e000 {
9895
compatible = "adi,sc598-cgu1";
9996
reg = <0x3108e000 0x1000>;

0 commit comments

Comments
 (0)