Loading bindings/uio/msm_sharedmem.txt 0 → 100644 +18 −0 Original line number Original line Diff line number Diff line msm_sharedmem provides the shared memory addresses for various clients in user-space Required properties: - compatible: Must be "qcom,sharedmem-uio" - reg : The address and size of the shared memory. The address/sizes may vary. A reg address of Zero indicates that the shared memory is dynamically allocated using dma_alloc_coherent. A non zero reg address is used directly. - reg-names : Indicates various client-names. - qcom,client-id : The client id for the QMI clients. Example: qcom,msm_sharedmem@0dc80000 { compatible = "qcom,sharedmem-uio"; reg = <0x0dc80000 0x00180000>, reg-names = "rmtfs"; qcom,client-id = <0x00000001>; }; qcom/lahaina.dtsi +7 −0 Original line number Original line Diff line number Diff line Loading @@ -959,6 +959,13 @@ qcom,rtb-size = <0x100000>; qcom,rtb-size = <0x100000>; }; }; qcom,rmtfs_sharedmem@0 { compatible = "qcom,sharedmem-uio"; reg = <0x0 0x200000>; reg-names = "rmtfs"; qcom,client-id = <0x00000001>; }; ufsphy_mem: ufsphy_mem@1d87000 { ufsphy_mem: ufsphy_mem@1d87000 { reg = <0x1d87000 0xe10>; reg = <0x1d87000 0xe10>; reg-names = "phy_mem"; reg-names = "phy_mem"; Loading Loading
bindings/uio/msm_sharedmem.txt 0 → 100644 +18 −0 Original line number Original line Diff line number Diff line msm_sharedmem provides the shared memory addresses for various clients in user-space Required properties: - compatible: Must be "qcom,sharedmem-uio" - reg : The address and size of the shared memory. The address/sizes may vary. A reg address of Zero indicates that the shared memory is dynamically allocated using dma_alloc_coherent. A non zero reg address is used directly. - reg-names : Indicates various client-names. - qcom,client-id : The client id for the QMI clients. Example: qcom,msm_sharedmem@0dc80000 { compatible = "qcom,sharedmem-uio"; reg = <0x0dc80000 0x00180000>, reg-names = "rmtfs"; qcom,client-id = <0x00000001>; };
qcom/lahaina.dtsi +7 −0 Original line number Original line Diff line number Diff line Loading @@ -959,6 +959,13 @@ qcom,rtb-size = <0x100000>; qcom,rtb-size = <0x100000>; }; }; qcom,rmtfs_sharedmem@0 { compatible = "qcom,sharedmem-uio"; reg = <0x0 0x200000>; reg-names = "rmtfs"; qcom,client-id = <0x00000001>; }; ufsphy_mem: ufsphy_mem@1d87000 { ufsphy_mem: ufsphy_mem@1d87000 { reg = <0x1d87000 0xe10>; reg = <0x1d87000 0xe10>; reg-names = "phy_mem"; reg-names = "phy_mem"; Loading