Re: [PATCH v3 1/5] ARM: dts: rockchip: move rk3288-veryon display settings into a separate file

From: Doug Anderson
Date: Thu Jul 25 2019 - 14:08:34 EST


Hi,

On Thu, Jul 25, 2019 at 9:26 AM Matthias Kaehlcke <mka@xxxxxxxxxxxx> wrote:
>
> The chromebook .dtsi file contains common settings for veyron
> Chromebooks with eDP displays. Some veyron devices with a display
> aren't Chromebooks (e.g. 'tiger' aka 'AOpen Chromebase Mini'), move
> display related bits from the chromebook .dtsi into a separate file
> to avoid redundant DT settings.
>
> The new file is included from the chromebook .dtsi and can be
> included by non-Chromebook devices with a display.
>
> Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> ---
> Changes in v3:
> - allow MIT license
> - move pinctrl section to the bottom
>
> Changes in v2:
> - rebased on v5.4-armsoc/dts32 (0d19541e3b45)
> ---
> .../boot/dts/rk3288-veyron-chromebook.dtsi | 115 +---------------
> arch/arm/boot/dts/rk3288-veyron-edp.dtsi | 124 ++++++++++++++++++
> 2 files changed, 125 insertions(+), 114 deletions(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>