Skip to content

Commit

Permalink
arm64: allwinner: h5: Remove syslink to shared DTSI
Browse files Browse the repository at this point in the history
The arm64 H5 and arm H3 SoCs share roughly the same base, and therefore
share a significant part of their device tree.

The approach we took was to add a symlink from the arm64 DTSI to the arm
DTSI.

Now that the arm DT folder is exposed in the include path, we can just use
it and remove our symlink.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Maxime Ripard committed May 20, 2017
1 parent a27b49b commit 623d8c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

#include "sunxi-h3-h5.dtsi"
#include <arm/sunxi-h3-h5.dtsi>

/ {
cpus {
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/allwinner/sunxi-h3-h5.dtsi

This file was deleted.

0 comments on commit 623d8c0

Please sign in to comment.