Sfoglia il codice sorgente

ARM: dts: sun8i: q8-common: Enable RSB controller for A23/A33 Q8 tablets

The Reduced Serial Bus controller is used to talk to the onboard PMIC.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Chen-Yu Tsai 10 anni fa
parent
commit
d4eac998b9
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      arch/arm/boot/dts/sun8i-q8-common.dtsi

+ 4 - 0
arch/arm/boot/dts/sun8i-q8-common.dtsi

@@ -90,6 +90,10 @@
 	};
 };
 
+&r_rsb {
+	status = "okay";
+};
+
 &r_uart {
 	pinctrl-names = "default";
 	pinctrl-0 = <&r_uart_pins_a>;