[PATCH v2 1/6] arm64: dts: Add symlinks for cros-ec-keyboard and cros-ec-sbs
From: Olof Johansson <hidden>
Date: 2017-02-21 23:47:44
Also in:
linux-devicetree, linux-rockchip, lkml
From: Olof Johansson <hidden>
Date: 2017-02-21 23:47:44
Also in:
linux-devicetree, linux-rockchip, lkml
Hi, On Thu, Feb 9, 2017 at 5:05 PM, Brian Norris [off-list ref] wrote:
From: Douglas Anderson <dianders@chromium.org>
We'd like to be able to use the cros-ec-keyboard.dtsi and
cros-ec-sbs.dtsi snippets for arm64 devices. Currently those files live
in the arm/boot/dts directory.
Let's follow the convention set by commit 8ee57b8182c4 ("ARM64: dts:
vexpress: Use a symlink to vexpress-v2m-rs1.dtsi from arch=arm") and use
a symlink. Note that in this case we put the files in a new
"include/common" directory since these snippets may need to be
referenced by dts files in many different subdirectories.I'd rather have something like this: https://marc.info/?m=147547436324674&w=2 Instead of having everybody move things over. I.e. make it easy to refer to the arm version from arm64 instead of creating a "common" layer inbetween. -Olof