ARM: dts: sun9i: cubieboard4: Enable Reduced Serial Bus controller
authorChen-Yu Tsai <wens@csie.org>
Thu, 10 Dec 2015 13:36:31 +0000 (21:36 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 10 Dec 2015 17:04:36 +0000 (18:04 +0100)
The Reduced Serial Bus (RSB) controller is used to talk to the 3
companion ICs (2 PMICs, 1 RTC/codec IC) on the board.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun9i-a80-cubieboard4.dts

index 8c26b556e82acb1a632e33f0c5e107fde1340342..382bd9fc5647abbe4e23eb0d8ac3ed855cd1cd4d 100644 (file)
        status = "okay";
 };
 
+&r_rsb {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins_a>;
This page took 0.027294 seconds and 5 git commands to generate.