Hi Krzysztof, On Sun, 10 Dec 2023 at 14:39, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 10/12/2023 00:31, Peter Griffin wrote: > > 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 <willmcvicker@xxxxxxxxxx> > > Reviewed-by: Sam Protsenko <semen.protsenko@xxxxxxxxxx> > > Signed-off-by: Peter Griffin <peter.griffin@xxxxxxxxxx> > > --- > > arch/arm64/boot/dts/exynos/Makefile | 2 + > > ... > > > +&serial_0 { > > + status = "okay"; > > Keep status the last Will fix > > > + pinctrl-names = "default"; > > + pinctrl-0 = <&uart0_bus>; > > +}; > > + > > +&usi_uart { > > + status = "okay"; > > Keep status the last Will fix regards, Peter