Message ID | 20240621042737.674128-4-chris.packham@alliedtelesis.co.nz |
---|---|
State | Superseded |
Headers | show |
Series | mips: Support for RTL9302C | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Fri, Jun 21, 2024 at 04:27:34PM +1200, Chris Packham wrote: > Add a compatible string for the interrupt controller found on the > rtl930x SoCs. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Acked-by: Conor Dooley <conor.dooley@microchip.com>
On 21/06/2024 06:27, Chris Packham wrote: > Add a compatible string for the interrupt controller found on the > rtl930x SoCs. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml index fb5593724059..a5469a32ce76 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/realtek,rtl-intc.yaml @@ -25,6 +25,7 @@ properties: - items: - enum: - realtek,rtl8380-intc + - realtek,rtl9300-intc - const: realtek,rtl-intc - const: realtek,rtl-intc deprecated: true
Add a compatible string for the interrupt controller found on the rtl930x SoCs. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> --- .../bindings/interrupt-controller/realtek,rtl-intc.yaml | 1 + 1 file changed, 1 insertion(+)