mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
ARM: dts: qcom: mdm9615: remove invalid interrupt-names from pl18x mmc nodes
This solves the 'interrupt-names' was unexpected dtbs check error. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-10-dac2dfaac703@linaro.org
This commit is contained in:
parent
75353420d0
commit
3627dd180c
|
|
@ -325,7 +325,6 @@ sdcc1: mmc@12180000 {
|
|||
arm,primecell-periphid = <0x00051180>;
|
||||
reg = <0x12180000 0x2000>;
|
||||
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "cmd_irq";
|
||||
clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>;
|
||||
clock-names = "mclk", "apb_pclk";
|
||||
bus-width = <8>;
|
||||
|
|
@ -345,7 +344,6 @@ sdcc2: mmc@12140000 {
|
|||
status = "disabled";
|
||||
reg = <0x12140000 0x2000>;
|
||||
interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "cmd_irq";
|
||||
clocks = <&gcc SDC2_CLK>, <&gcc SDC2_H_CLK>;
|
||||
clock-names = "mclk", "apb_pclk";
|
||||
bus-width = <4>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user