diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-10-01 13:57:50 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-10-07 11:56:16 +0200 |
commit | d4eac998b9d18602d995e55ed31951a1b81d8f2a (patch) | |
tree | af96e0e2e72de5e7bf6bccd4f07f8565e06cb3bd /arch | |
parent | ARM: dts: sun8i: Add Reduced Serial Bus controller device node to A23/A33 dtsi (diff) | |
download | linux-d4eac998b9d18602d995e55ed31951a1b81d8f2a.tar.xz linux-d4eac998b9d18602d995e55ed31951a1b81d8f2a.zip |
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')
-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>; |