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

ARM: dts: sun8i-h3: Add R_PIO controller node to the dtsi

Add the corresponding device node for R_PIO on H3 to the dtsi. Support
for the controller was added in earlier commit.

Signed-off-by: Krzysztof Adamski <k@japko.eu>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Krzysztof Adamski and committed by
Maxime Ripard
93385367 09787294

+12
+12
arch/arm/boot/dts/sun8i-h3.dtsi
··· 518 518 compatible = "allwinner,sun6i-a31-clock-reset"; 519 519 #reset-cells = <1>; 520 520 }; 521 + 522 + r_pio: pinctrl@01f02c00 { 523 + compatible = "allwinner,sun8i-h3-r-pinctrl"; 524 + reg = <0x01f02c00 0x400>; 525 + interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; 526 + clocks = <&apb0_gates 0>; 527 + resets = <&apb0_reset 0>; 528 + gpio-controller; 529 + #gpio-cells = <3>; 530 + interrupt-controller; 531 + #interrupt-cells = <3>; 532 + }; 521 533 }; 522 534 };