Loading Documentation/devicetree/bindings/soc/qcom/dcc.txt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ It can also perform CRC over the same configuration or memory space. Required properties: - compatible : name of the component used for driver matching, should be "qcom,dcc" or "qcom,dcc_v2" "qcom,dcc" or "qcom,dcc-v2" - reg : physical base address and length of the register set(s), SRAM and XPU of the component. Loading include/dt-bindings/soc/qcom,dcc_v2.h 0 → 100644 +13 −0 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. */ #ifndef __DT_BINDINGS_QCOM_DCC_V2_H #define __DT_BINDINGS_QCOM_DCC_V2_H #define DCC_READ 0 #define DCC_WRITE 1 #define DCC_LOOP 2 #endif Loading
Documentation/devicetree/bindings/soc/qcom/dcc.txt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ It can also perform CRC over the same configuration or memory space. Required properties: - compatible : name of the component used for driver matching, should be "qcom,dcc" or "qcom,dcc_v2" "qcom,dcc" or "qcom,dcc-v2" - reg : physical base address and length of the register set(s), SRAM and XPU of the component. Loading
include/dt-bindings/soc/qcom,dcc_v2.h 0 → 100644 +13 −0 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. */ #ifndef __DT_BINDINGS_QCOM_DCC_V2_H #define __DT_BINDINGS_QCOM_DCC_V2_H #define DCC_READ 0 #define DCC_WRITE 1 #define DCC_LOOP 2 #endif