Commit 10de96ba authored by Neil Armstrong's avatar Neil Armstrong Committed by Bjorn Andersson

ARM: dts: qcom: mdm9615: remove useless amba subnode

The separate amba device node doesn't add anything significant to the
DT. The OF parsing code already creates amba_device or platform_device
depending on the compatibility lists.
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-11-dac2dfaac703@linaro.org
parent 3627dd18
...@@ -314,49 +314,43 @@ sdcc2bam: dma-controller@12142000{ ...@@ -314,49 +314,43 @@ sdcc2bam: dma-controller@12142000{
qcom,ee = <0>; qcom,ee = <0>;
}; };
amba { sdcc1: mmc@12180000 {
compatible = "simple-bus"; status = "disabled";
#address-cells = <1>; compatible = "arm,pl18x", "arm,primecell";
#size-cells = <1>; arm,primecell-periphid = <0x00051180>;
ranges; reg = <0x12180000 0x2000>;
sdcc1: mmc@12180000 { interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled"; clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>;
compatible = "arm,pl18x", "arm,primecell"; clock-names = "mclk", "apb_pclk";
arm,primecell-periphid = <0x00051180>; bus-width = <8>;
reg = <0x12180000 0x2000>; max-frequency = <48000000>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; cap-sd-highspeed;
clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; cap-mmc-highspeed;
clock-names = "mclk", "apb_pclk"; vmmc-supply = <&vsdcc_fixed>;
bus-width = <8>; dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
max-frequency = <48000000>; dma-names = "tx", "rx";
cap-sd-highspeed; assigned-clocks = <&gcc SDC1_CLK>;
cap-mmc-highspeed; assigned-clock-rates = <400000>;
vmmc-supply = <&vsdcc_fixed>; };
dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
dma-names = "tx", "rx";
assigned-clocks = <&gcc SDC1_CLK>;
assigned-clock-rates = <400000>;
};
sdcc2: mmc@12140000 { sdcc2: mmc@12140000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
arm,primecell-periphid = <0x00051180>; arm,primecell-periphid = <0x00051180>;
status = "disabled"; status = "disabled";
reg = <0x12140000 0x2000>; reg = <0x12140000 0x2000>;
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>; clocks = <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>;
clock-names = "mclk", "apb_pclk"; clock-names = "mclk", "apb_pclk";
bus-width = <4>; bus-width = <4>;
cap-sd-highspeed; cap-sd-highspeed;
cap-mmc-highspeed; cap-mmc-highspeed;
max-frequency = <48000000>; max-frequency = <48000000>;
no-1-8-v; no-1-8-v;
vmmc-supply = <&vsdcc_fixed>; vmmc-supply = <&vsdcc_fixed>;
dmas = <&sdcc2bam 2>, <&sdcc2bam 1>; dmas = <&sdcc2bam 2>, <&sdcc2bam 1>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
assigned-clocks = <&gcc SDC2_CLK>; assigned-clocks = <&gcc SDC2_CLK>;
assigned-clock-rates = <400000>; assigned-clock-rates = <400000>;
};
}; };
tcsr: syscon@1a400000 { tcsr: syscon@1a400000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment