c550b1acfc
Lets move common code for Jalapeno into DTSI, this way Jalapeno based boards don't introduce duplicate code. While at it, lets also fix some style issues and update to current DTS style. Signed-off-by: Robert Marko <robert@meshpoint.me> [commit description long line wrap] Signed-off-by: Petr Štetiar <ynezz@true.cz>
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
// Copyright (c) 2018, Robert Marko <robimarko@gmail.com>
|
|
|
|
#include "qcom-ipq4018-jalapeno.dtsi"
|
|
|
|
/ {
|
|
model = "8devices Jalapeno";
|
|
compatible = "8dev,jalapeno";
|
|
};
|