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@xxxxxxxxxx> --- .../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 diff --git a/arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts index 93b643b..7f7f4a6 100644 --- a/arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts +++ b/arch/arm64/boot/dts/qcom/msm8992-bullhead-rev-101.dts @@ -18,7 +18,6 @@ / { model = "LGE MSM8992 BULLHEAD rev-1.01"; compatible = "qcom,msm8992"; - qcom,board-id = <0xb64 0>; }; / { diff --git a/arch/arm64/boot/dts/qcom/msm8992.dtsi b/arch/arm64/boot/dts/qcom/msm8992.dtsi index 2b9f2ee..00c9334 100644 --- a/arch/arm64/boot/dts/qcom/msm8992.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8992.dtsi @@ -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>; diff --git a/arch/arm64/boot/dts/qcom/nexus5x_bootloader_bits.dtsi b/arch/arm64/boot/dts/qcom/nexus5x_bootloader_bits.dtsi new file mode 100644 index 0000000..dd09134 --- /dev/null +++ b/arch/arm64/boot/dts/qcom/nexus5x_bootloader_bits.dtsi @@ -0,0 +1,24 @@ +/* + * Copyright (c) 2016, Red Hat, Inc. + * Author: Jeremy McNicoll <jeremymc@xxxxxxxxxx> + * + * 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>; +}; -- 2.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html