[Letux-kernel] [PATCH 03/20] fixup! Added missing, fixed JZ4730 DT file.

Lubomir Rintel lkundrak at v3.sk
Tue Nov 17 21:57:56 CET 2020


Add more input clocks for the CGU:

  [    0.000000] ingenic_register_clock: no external clock 'msc16m' provided
  [    0.000000] jz4730_cgu_init: failed to register CGU Clocks: -19

Signed-off-by: Lubomir Rintel <lkundrak at v3.sk>
---
 arch/mips/boot/dts/ingenic/jz4730.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/mips/boot/dts/ingenic/jz4730.dtsi b/arch/mips/boot/dts/ingenic/jz4730.dtsi
index c5b1f00012c9d..c3059b3017590 100644
--- a/arch/mips/boot/dts/ingenic/jz4730.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4730.dtsi
@@ -58,8 +58,8 @@ cgu: jz4730-cgu at 10000000 {
 		compatible = "ingenic,jz4730-cgu";
 		reg = <0x10000000 0x100>;
 
-		clocks = <&ext>, <&rtc>;
-		clock-names = "ext", "rtc";
+		clocks = <&ext>, <&rtc>, <&msc16m>, <&msc24m>, <&usb48m>;
+		clock-names = "ext", "rtc", "msc16m", "msc24m", "usb48m";
 
 		#clock-cells = <1>;
 	};
-- 
2.28.0



More information about the Letux-kernel mailing list