Hi Krzysztof, On Thu, 2024-11-28 at 09:19 +0100, Krzysztof Kozlowski wrote: > On 27/11/2024 12:01, André Draszik wrote: > > --- > > arch/arm64/boot/dts/exynos/google/gs101-oriole.dts | 99 > > ++++++++++++++++++++++ > > 1 file changed, 99 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts > > b/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts > > index 387fb779bd29..5f7be0cb7418 100644 > > --- a/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts > > +++ b/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts > > @@ -10,6 +10,7 @@ > > > > #include <dt-bindings/gpio/gpio.h> > > #include <dt-bindings/input/input.h> > > +#include <dt-bindings/usb/pd.h> > > #include "gs101-pinctrl.h" > > #include "gs101.dtsi" > > > > @@ -90,6 +91,84 @@ eeprom: eeprom@50 { > > &hsi2c_12 { > > status = "okay"; > > /* TODO: add the devices once drivers exist */ > > > Is the TODO still valid? Yes, there are more devices on that bus. Cheers, Andre'