Skip to content

Commit e7604ae

Browse files
author
Dinh Nguyen
committed
ARM: socfpga: dts: add clock fields for I2C, UART and USB on Arria10
Add the required clock fields for all the I2C nodes. Also add missing clock fields for UART0 and USB1. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
1 parent 6ff33f3 commit e7604ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@
519519
compatible = "snps,designware-i2c";
520520
reg = <0xffc02200 0x100>;
521521
interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>;
522+
clocks = <&l4_sp_clk>;
522523
status = "disabled";
523524
};
524525

@@ -528,6 +529,7 @@
528529
compatible = "snps,designware-i2c";
529530
reg = <0xffc02300 0x100>;
530531
interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>;
532+
clocks = <&l4_sp_clk>;
531533
status = "disabled";
532534
};
533535

@@ -537,6 +539,7 @@
537539
compatible = "snps,designware-i2c";
538540
reg = <0xffc02400 0x100>;
539541
interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
542+
clocks = <&l4_sp_clk>;
540543
status = "disabled";
541544
};
542545

@@ -546,6 +549,7 @@
546549
compatible = "snps,designware-i2c";
547550
reg = <0xffc02500 0x100>;
548551
interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
552+
clocks = <&l4_sp_clk>;
549553
status = "disabled";
550554
};
551555

@@ -555,6 +559,7 @@
555559
compatible = "snps,designware-i2c";
556560
reg = <0xffc02600 0x100>;
557561
interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
562+
clocks = <&l4_sp_clk>;
558563
status = "disabled";
559564
};
560565

@@ -658,6 +663,7 @@
658663
interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
659664
reg-shift = <2>;
660665
reg-io-width = <4>;
666+
clocks = <&l4_sp_clk>;
661667
status = "disabled";
662668
};
663669

@@ -692,6 +698,8 @@
692698
compatible = "snps,dwc2";
693699
reg = <0xffb40000 0xffff>;
694700
interrupts = <0 96 IRQ_TYPE_LEVEL_HIGH>;
701+
clocks = <&usb_clk>;
702+
clock-names = "otg";
695703
phys = <&usbphy0>;
696704
phy-names = "usb2-phy";
697705
status = "disabled";

0 commit comments

Comments
 (0)