Loading Documentation/devicetree/bindings/firmware/qcom,scm.txt +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ Required properties: * "qcom,scm" for later processors (MSM8916, APQ8084, MSM8974, etc) * "android,firmware" for firmware image * "android,vbmeta" for setting system properties for verified boot. * "android,system" for system partition properties. - clocks: One to three clocks may be required based on compatible. * Only core clock required for "qcom,scm-apq8064", "qcom,scm-msm8660", and "qcom,scm-msm8960" * Core, iface, and bus clocks required for "qcom,scm" Loading arch/arm64/boot/dts/qcom/msm8953.dtsi +27 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2015-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 Loading Loading @@ -28,6 +28,32 @@ bootargs = "sched_enable_hmp=1 sched_enable_power_aware=1"; }; firmware: firmware { android { compatible = "android,firmware"; fstab { compatible = "android,fstab"; vendor { compatible = "android,vendor"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; system { compatible = "android,system"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; }; }; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; Loading Loading
Documentation/devicetree/bindings/firmware/qcom,scm.txt +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ Required properties: * "qcom,scm" for later processors (MSM8916, APQ8084, MSM8974, etc) * "android,firmware" for firmware image * "android,vbmeta" for setting system properties for verified boot. * "android,system" for system partition properties. - clocks: One to three clocks may be required based on compatible. * Only core clock required for "qcom,scm-apq8064", "qcom,scm-msm8660", and "qcom,scm-msm8960" * Core, iface, and bus clocks required for "qcom,scm" Loading
arch/arm64/boot/dts/qcom/msm8953.dtsi +27 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2015-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 Loading Loading @@ -28,6 +28,32 @@ bootargs = "sched_enable_hmp=1 sched_enable_power_aware=1"; }; firmware: firmware { android { compatible = "android,firmware"; fstab { compatible = "android,fstab"; vendor { compatible = "android,vendor"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/vendor"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; system { compatible = "android,system"; dev = "/dev/block/platform/soc/7824900.sdhci/by-name/system"; type = "ext4"; mnt_flags = "ro,barrier=1,discard"; fsmgr_flags = "wait"; status = "ok"; }; }; }; }; reserved-memory { #address-cells = <2>; #size-cells = <2>; Loading