Message ID | 20161202151913.38892-2-icenowy@aosc.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Dec 02, 2016 at 11:19:13PM +0800, Icenowy Zheng wrote: > As a uart1 node is added into sun8i-reference-design-tablet.dtsi, simply > use it in iNet D978 rev2 device tree. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> I'd like to see more consolidation before that change is needed. If we find more boards using that, it will make sense, but for a single board it's not worth it. Maxime
diff --git a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts index fb46655..7335461 100644 --- a/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts +++ b/arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts @@ -49,15 +49,6 @@ model = "INet-D978 Rev 02"; compatible = "primux,inet-d978-rev2", "allwinner,sun8i-a33"; - aliases { - serial0 = &uart1; - }; - - chosen { - /* Delete debug UART as serial0 is the UART for bluetooth */ - /delete-property/stdout-path; - }; - leds { compatible = "gpio-leds"; pinctrl-names = "default"; @@ -96,13 +87,6 @@ }; }; -&r_uart { - status = "disabled"; -}; - &uart1 { - pinctrl-names = "default"; - pinctrl-0 = <&uart1_pins_a>, - <&uart1_pins_cts_rts_a>; status = "okay"; };
As a uart1 node is added into sun8i-reference-design-tablet.dtsi, simply use it in iNet D978 rev2 device tree. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> --- arch/arm/boot/dts/sun8i-a33-inet-d978-rev2.dts | 16 ---------------- 1 file changed, 16 deletions(-)