[Letux-kernel] [PATCH 01/18] MIPS: DTS: jz4780: remove cpu clock-names as reported by dtbscheck
H. Nikolaus Schaller
hns at goldelico.com
Fri Apr 8 20:37:44 CEST 2022
arch/mips/boot/dts/ingenic/ci20.dtb: cpu at 0: clock-names does not match any of the regexes: pinctrl-[0-9]+
From schema: Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml
arch/mips/boot/dts/ingenic/ci20.dtb: cpu at 1: clock-names does not match any of the regexes: pinctrl-[0-9]+
From schema: Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml
Signed-off-by: H. Nikolaus Schaller <hns at goldelico.com>
---
arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi
index b998301f179ce..710605df40ed3 100644
--- a/arch/mips/boot/dts/ingenic/jz4780.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi
@@ -18,7 +18,6 @@ cpu0: cpu at 0 {
reg = <0>;
clocks = <&cgu JZ4780_CLK_CPU>;
- clock-names = "cpu";
};
cpu1: cpu at 1 {
@@ -27,7 +26,6 @@ cpu1: cpu at 1 {
reg = <1>;
clocks = <&cgu JZ4780_CLK_CORE1>;
- clock-names = "cpu";
};
};
--
2.33.0
More information about the Letux-kernel
mailing list