Message ID | 20241012143826.7690-1-linux@fw-web.de |
---|---|
Headers | show |
Series | Add mmc support for mt7988 | expand |
On Sat, Oct 12, 2024 at 04:38:22PM +0200, Frank Wunderlich wrote: > From: Frank Wunderlich <frank-w@public-files.de> > > Add binding definitions for mmc on MT7988 SoC. > > Signed-off-by: Frank Wunderlich <frank-w@public-files.de> > --- > v4: > - drop minitems because of errors > v3: > - fixed minItems on clock-names too > v2: > - fixed minItems to 4 > --- > .../devicetree/bindings/mmc/mtk-sd.yaml | 22 +++++++++++++++++++ > 1 file changed, 22 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Il 12/10/24 16:38, Frank Wunderlich ha scritto: > From: Frank Wunderlich <frank-w@public-files.de> > > Add binding definitions for mmc on MT7988 SoC. > > Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
On Sat, 12 Oct 2024 at 16:38, Frank Wunderlich <linux@fw-web.de> wrote: > > From: Frank Wunderlich <frank-w@public-files.de> > > Add MMC-Support for MT798 SoC > > changes in v4: > - drop minitems because of dt_binding_check error > - explain mt7988 compatible with mt7986 platform data in commit description > changes in v3: > - use mt7986 platform-data with the mt7988 compatible Applied for next, thanks! Kind regards Uffe > > changes in v2: > - corrected minItems to require all 4 clocks > > > Frank Wunderlich (2): > dt-bindings: mmc: mtk-sd: Add mt7988 SoC > mmc: mtk-sd: add support for mt7988 > > .../devicetree/bindings/mmc/mtk-sd.yaml | 22 +++++++++++++++++++ > drivers/mmc/host/mtk-sd.c | 1 + > 2 files changed, 23 insertions(+) > > -- > 2.43.0 >
From: Frank Wunderlich <frank-w@public-files.de> Add MMC-Support for MT798 SoC changes in v4: - drop minitems because of dt_binding_check error - explain mt7988 compatible with mt7986 platform data in commit description changes in v3: - use mt7986 platform-data with the mt7988 compatible changes in v2: - corrected minItems to require all 4 clocks Frank Wunderlich (2): dt-bindings: mmc: mtk-sd: Add mt7988 SoC mmc: mtk-sd: add support for mt7988 .../devicetree/bindings/mmc/mtk-sd.yaml | 22 +++++++++++++++++++ drivers/mmc/host/mtk-sd.c | 1 + 2 files changed, 23 insertions(+)