Hi, On Sat, Jun 25, 2022 at 6:40 PM Joseph S. Barrera III <joebar@xxxxxxxxxxxx> wrote: > > Mrbland is a trogdor-based board. These dts files are copies from > the downstream Chrome OS 5.4 kernel, but with downstream bits removed. > > Signed-off-by: Joseph S. Barrera III <joebar@xxxxxxxxxxxx> > --- > > (no changes since v7) > > Changes in v7: > - Restore mrbland patch. > - Only include sc7180.dtsi in sc7180-trogdor.dtsi (19794489fa24). > - Simplify spi0/spi6 labeling (d277cab7afc7). > - Simplify trackpad enabling (51d30402be75). > > Changes in v6: > - Remove mrbland patch. > > Changes in v5: > - Replace _ in node name with - > - Order nodes by name. > - Add comment that compatible will be filled in per-board. > > Changes in v4: > - Add missing version history > > Changes in v2: > - Add word wrapping to patch description. > - Remove "Author" from patch description. > - Fix whitespace around "en_pp3300_dx_edp". > > arch/arm64/boot/dts/qcom/Makefile | 4 + > .../qcom/sc7180-trogdor-mrbland-rev0-auo.dts | 22 ++ > .../qcom/sc7180-trogdor-mrbland-rev0-boe.dts | 22 ++ > .../dts/qcom/sc7180-trogdor-mrbland-rev0.dtsi | 53 +++ > .../qcom/sc7180-trogdor-mrbland-rev1-auo.dts | 22 ++ > .../qcom/sc7180-trogdor-mrbland-rev1-boe.dts | 24 ++ > .../boot/dts/qcom/sc7180-trogdor-mrbland.dtsi | 344 ++++++++++++++++++ > 7 files changed, 491 insertions(+) > create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-mrbland-rev0-auo.dts > create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-mrbland-rev0-boe.dts > create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-mrbland-rev0.dtsi > create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-mrbland-rev1-auo.dts > create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-mrbland-rev1-boe.dts > create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-mrbland.dtsi Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>