diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-10-01 14:57:50 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-07 12:56:16 +0300 |
commit | d4eac998b9d18602d995e55ed31951a1b81d8f2a (patch) | |
tree | af96e0e2e72de5e7bf6bccd4f07f8565e06cb3bd /arch/arm/boot/dts/sun8i-q8-common.dtsi | |
parent | 79d05ec96a768d37781f7c98489eea58de3e2348 (diff) | |
download | linux-d4eac998b9d18602d995e55ed31951a1b81d8f2a.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-q8-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-q8-common.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
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>; |