Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: interrupt-controller: loongarch: Fix mismatched compatible

The "compatible" doesn't match what the kernel is using. Fix it as
kernel using.

Fixes: 6b2748ada244 ("dt-bindings: interrupt-controller: add yaml for LoongArch CPU interrupt controller")
Reported-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/all/20221208020954.GA3368836-robh@kernel.org/
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Liu Peibao <liupeibao@loongson.cn>
Link: https://lore.kernel.org/r/20230401091304.12633-1-liupeibao@loongson.cn
[robh: Rename file to match compatible, fix subject typo]
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Liu Peibao and committed by
Rob Herring
e8724504 707344c8

+3 -3
+3 -3
Documentation/devicetree/bindings/interrupt-controller/loongarch,cpu-interrupt-controller.yaml Documentation/devicetree/bindings/interrupt-controller/loongson,cpu-interrupt-controller.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 2 %YAML 1.2 3 3 --- 4 - $id: http://devicetree.org/schemas/interrupt-controller/loongarch,cpu-interrupt-controller.yaml# 4 + $id: http://devicetree.org/schemas/interrupt-controller/loongson,cpu-interrupt-controller.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 7 title: LoongArch CPU Interrupt Controller ··· 11 11 12 12 properties: 13 13 compatible: 14 - const: loongarch,cpu-interrupt-controller 14 + const: loongson,cpu-interrupt-controller 15 15 16 16 '#interrupt-cells': 17 17 const: 1 ··· 28 28 examples: 29 29 - | 30 30 interrupt-controller { 31 - compatible = "loongarch,cpu-interrupt-controller"; 31 + compatible = "loongson,cpu-interrupt-controller"; 32 32 #interrupt-cells = <1>; 33 33 interrupt-controller; 34 34 };