@@ -18,7 +18,6 @@
/ {
model = "LGE MSM8992 BULLHEAD rev-1.01";
compatible = "qcom,msm8992";
- qcom,board-id = <0xb64 0>;
};
/ {
@@ -12,11 +12,11 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/clock/qcom,gcc-msm8994.h>
+#include "nexus5x_bootloader_bits.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSM 8992";
compatible = "qcom,msm8992";
- qcom,msm-id = <251 0>, <252 0>;
interrupt-parent = <&intc>;
#address-cells = <2>;
new file mode 100644
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2016, Red Hat, Inc.
+ * Author: Jeremy McNicoll <jeremymc@redhat.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 and
+ * only version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+/* WARNING: This file and these DTS nodes are non-standard and their
+ use should be avoided (special case). If this code is
+ referenced in any way you put yourself at great risk of
+ catching Ebola virus. */
+
+/ {
+ qcom,board-id = <0xb64 0>;
+ qcom,msm-id = <251 0>, <252 0>;
+ qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
+};
These non standard DT entries need to be cast aside as to not pollute the main device tree bindings. Without these essential DT items the bootloader/LK will not pass control over to the kernel and thus never boot. Signed-off-by: Jeremy McNicoll <jeremymc@redhat.com> --- .../boot/dts/qcom/msm8992-bullhead-rev-101.dts | 1 - arch/arm64/boot/dts/qcom/msm8992.dtsi | 2 +- .../boot/dts/qcom/nexus5x_bootloader_bits.dtsi | 24 ++++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 arch/arm64/boot/dts/qcom/nexus5x_bootloader_bits.dtsi