Skip to content

Commit 1ecbcc0

Browse files
konradybcioGeorgi Djakov
authored andcommitted
dt-bindings: interconnect: qcom: rpm: Clean up the example
One example is enough, remove the others and fix up the indentation while at it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230721-topic-icc_bindings-v2-7-e33d5acbf3bd@linaro.org Signed-off-by: Georgi Djakov <djakov@kernel.org>
1 parent df78623 commit 1ecbcc0

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,7 @@ examples:
4141
#include <dt-bindings/clock/qcom,rpmcc.h>
4242
4343
bimc: interconnect@400000 {
44-
compatible = "qcom,msm8916-bimc";
45-
reg = <0x00400000 0x62000>;
46-
#interconnect-cells = <1>;
47-
};
48-
49-
pcnoc: interconnect@500000 {
50-
compatible = "qcom,msm8916-pcnoc";
51-
reg = <0x00500000 0x11000>;
52-
#interconnect-cells = <1>;
53-
};
54-
55-
snoc: interconnect@580000 {
56-
compatible = "qcom,msm8916-snoc";
57-
reg = <0x00580000 0x14000>;
58-
#interconnect-cells = <1>;
44+
compatible = "qcom,msm8916-bimc";
45+
reg = <0x00400000 0x62000>;
46+
#interconnect-cells = <1>;
5947
};

0 commit comments

Comments
 (0)