Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 430d7bad authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Simon Horman
Browse files

ARM: shmobile: r8a7790: switch console back to scif0



The boot loader uses scif0, and so must we if we want earlycon to work.

Partially reverts 7c055894 ("ARM: shmobile: r8a7790: switch from scif
to scifa").

Signed-off-by: default avatarUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 998f468f
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
@@ -47,13 +47,13 @@
	compatible = "renesas,lager", "renesas,r8a7790";
	compatible = "renesas,lager", "renesas,r8a7790";


	aliases {
	aliases {
		serial0 = &scifa0;
		serial0 = &scif0;
		serial1 = &scifa1;
		serial1 = &scifa1;
	};
	};


	chosen {
	chosen {
		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
		stdout-path = &scifa0;
		stdout-path = &scif0;
	};
	};


	memory@40000000 {
	memory@40000000 {
@@ -296,9 +296,9 @@
		renesas,function = "du";
		renesas,function = "du";
	};
	};


	scifa0_pins: serial0 {
	scif0_pins: serial0 {
		renesas,groups = "scifa0_data";
		renesas,groups = "scif0_data";
		renesas,function = "scifa0";
		renesas,function = "scif0";
	};
	};


	ether_pins: ether {
	ether_pins: ether {
@@ -467,8 +467,8 @@
	};
	};
};
};


&scifa0 {
&scif0 {
	pinctrl-0 = <&scifa0_pins>;
	pinctrl-0 = <&scif0_pins>;
	pinctrl-names = "default";
	pinctrl-names = "default";


	status = "okay";
	status = "okay";