Hi Krzysztof,
On Sun, 10 Dec 2023 at 14:39, Krzysztof Kozlowski
[off-list ref] wrote:
On 10/12/2023 00:31, Peter Griffin wrote:
quoted
Add initial board support for the Pixel 6 phone code named Oriole. This
has been tested with a minimal busybox initramfs and boots to a shell.
Tested-by: Will McVicker <redacted>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
arch/arm64/boot/dts/exynos/Makefile | 2 +
...
quoted
+&serial_0 {
+ status = "okay";
Keep status the last
Will fix
quoted
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart0_bus>;
+};
+
+&usi_uart {
+ status = "okay";
Keep status the last
Will fix
regards,
Peter