Hi Krzysztof, Could you review below v3 patchset in your free time? :) Best Regards, Chanho Park > -----Original Message----- > From: Chanho Park <chanho61.park@xxxxxxxxxxx> > Sent: Monday, May 23, 2022 9:13 PM > To: Rob Herring <robh+dt@xxxxxxxxxx>; Krzysztof Kozlowski > <krzysztof.kozlowski+dt@xxxxxxxxxx> > Cc: Alim Akhtar <alim.akhtar@xxxxxxxxxxx>; Chanwoo Choi > <cw00.choi@xxxxxxxxxxx>; Sam Protsenko <semen.protsenko@xxxxxxxxxx>; > linux-samsung-soc@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; Chanho Park > <chanho61.park@xxxxxxxxxxx> > Subject: [PATCH v3 0/2] syscon reboot/reboot_mode support for exynosautov9 > > This adds to support syscon reboot and reboot_mode for Exynos Auto v9 SoC. > > Changes from v2: > - Change license of samsung,boot-mode.h to (GPL-2.0-only OR BSD-2-Clause) > - Add copyright of samsung,boot-mode.h > - Change ifdef guard __DT_BINDINGS_SAMSUNG_BOOT_MODE_H > - Remove brackets of the definitions > > Changes from v1: > - Add samsung,boot-mode.h header which include reboot mode definitions > - syscon-reboot-mode -> reboot-mode > > Chanho Park (2): > dt-bindings: soc: add samsung,boot-mode definitions > arm64: dts: exynoautov9: add syscon reboot/reboot_mode support > > arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 17 +++++++++++++++++ > include/dt-bindings/soc/samsung,boot-mode.h | 18 ++++++++++++++++++ > 2 files changed, 35 insertions(+) > create mode 100644 include/dt-bindings/soc/samsung,boot-mode.h > > -- > 2.36.1