Loading Documentation/devicetree/bindings/arm/msm/msm.txt +1 −0 Original line number Diff line number Diff line Loading @@ -330,6 +330,7 @@ compatible = "qcom,sdm845-mtp" compatible = "qcom,sdm845-mtp" compatible = "qcom,sdm845-qrd" compatible = "qcom,sdm845-qvr" compatible = "qcom,sdm845-vm" compatible = "qcom,sda845-cdp" compatible = "qcom,sda845-mtp" compatible = "qcom,sda845-qrd" Loading arch/arm64/boot/dts/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -633,6 +633,8 @@ dtb-$(CONFIG_ARCH_SDM429) += sdm429-mtp.dtb \ endif dtb-$(CONFIG_ARCH_SDM845_VM) += sdm845-vm.dtb always := $(dtb-y) subdir-y := $(dts-dirs) clean-files := *.dtb arch/arm64/boot/dts/qcom/sdm845-vm.dts 0 → 100644 +29 −0 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. * * 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. */ /dts-v1/; / { #address-cells = <2>; #size-cells = <2>; model = "SDM845 Virtual Platform"; compatible = "qcom,sdm845-vm"; interrupt-parent = <&intc>; intc: interrupt-controller { interrupt-controller; compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; interrupt-parent = <&intc>; }; }; Loading
Documentation/devicetree/bindings/arm/msm/msm.txt +1 −0 Original line number Diff line number Diff line Loading @@ -330,6 +330,7 @@ compatible = "qcom,sdm845-mtp" compatible = "qcom,sdm845-mtp" compatible = "qcom,sdm845-qrd" compatible = "qcom,sdm845-qvr" compatible = "qcom,sdm845-vm" compatible = "qcom,sda845-cdp" compatible = "qcom,sda845-mtp" compatible = "qcom,sda845-qrd" Loading
arch/arm64/boot/dts/qcom/Makefile +2 −0 Original line number Diff line number Diff line Loading @@ -633,6 +633,8 @@ dtb-$(CONFIG_ARCH_SDM429) += sdm429-mtp.dtb \ endif dtb-$(CONFIG_ARCH_SDM845_VM) += sdm845-vm.dtb always := $(dtb-y) subdir-y := $(dts-dirs) clean-files := *.dtb
arch/arm64/boot/dts/qcom/sdm845-vm.dts 0 → 100644 +29 −0 Original line number Diff line number Diff line /* Copyright (c) 2018, The Linux Foundation. All rights reserved. * * 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. */ /dts-v1/; / { #address-cells = <2>; #size-cells = <2>; model = "SDM845 Virtual Platform"; compatible = "qcom,sdm845-vm"; interrupt-parent = <&intc>; intc: interrupt-controller { interrupt-controller; compatible = "arm,cortex-a9-gic"; #interrupt-cells = <3>; interrupt-parent = <&intc>; }; };