Commit 6a7556f6 authored by Jernej Skrabec's avatar Jernej Skrabec Committed by Maxime Ripard

ARM: dts: sun8i: r40: Disable TCONs by default.

R40 has 4 TCONs, but only 2 of them can receive some kind of output at
the same time. Let's disable them by default, so only those which are
really connected on board can be enabled in board dts file.
Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent ccefd95f
...@@ -251,6 +251,10 @@ &reg_dldo2 { ...@@ -251,6 +251,10 @@ &reg_dldo2 {
regulator-name = "vcc-wifi"; regulator-name = "vcc-wifi";
}; };
&tcon_tv0 {
status = "okay";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_pb_pins>; pinctrl-0 = <&uart0_pb_pins>;
......
...@@ -679,6 +679,7 @@ tcon_tv0: lcd-controller@1c73000 { ...@@ -679,6 +679,7 @@ tcon_tv0: lcd-controller@1c73000 {
clock-names = "ahb", "tcon-ch1"; clock-names = "ahb", "tcon-ch1";
resets = <&ccu RST_BUS_TCON_TV0>; resets = <&ccu RST_BUS_TCON_TV0>;
reset-names = "lcd"; reset-names = "lcd";
status = "disabled";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
...@@ -721,6 +722,7 @@ tcon_tv1: lcd-controller@1c74000 { ...@@ -721,6 +722,7 @@ tcon_tv1: lcd-controller@1c74000 {
clock-names = "ahb", "tcon-ch1"; clock-names = "ahb", "tcon-ch1";
resets = <&ccu RST_BUS_TCON_TV1>; resets = <&ccu RST_BUS_TCON_TV1>;
reset-names = "lcd"; reset-names = "lcd";
status = "disabled";
ports { ports {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment