From d4eac998b9d18602d995e55ed31951a1b81d8f2a Mon Sep 17 00:00:00 2001 From: Chen-Yu Tsai Date: Thu, 1 Oct 2015 19:57:50 +0800 Subject: [PATCH] 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 Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun8i-q8-common.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-q8-common.dtsi b/arch/arm/boot/dts/sun8i-q8-common.dtsi index f34273602f64..1a69231d2da5 100644 --- a/arch/arm/boot/dts/sun8i-q8-common.dtsi +++ b/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>; -- 2.34.1