Message ID | 20220419024611.1327525-3-chris.packham@alliedtelesis.co.nz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: mmc: Convert orion/dove bindings to JSON schema | expand |
On Tue, Apr 19, 2022 at 02:46:09PM +1200, Chris Packham wrote: > Update the node names of the sdio-host@ interfaces to be mmc@ to match > the node name enforced by the mmc-controller.yaml schema. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 89e0bdaf3a85..d81562eac7aa 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -337,7 +337,7 @@ channel1 { }; }; - sdio1: sdio-host@90000 { + sdio1: mmc@90000 { compatible = "marvell,dove-sdhci"; reg = <0x90000 0x100>; interrupts = <36>, <38>; @@ -380,7 +380,7 @@ ethphy: ethernet-phy { }; }; - sdio0: sdio-host@92000 { + sdio0: mmc@92000 { compatible = "marvell,dove-sdhci"; reg = <0x92000 0x100>; interrupts = <35>, <37>;
Update the node names of the sdio-host@ interfaces to be mmc@ to match the node name enforced by the mmc-controller.yaml schema. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> --- Notes: Changes in v2: - None arch/arm/boot/dts/dove.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)