> -----Original Message----- > From: Michal Simek <monstr@xxxxxxxxx> On Behalf Of Michal Simek > Sent: Monday, August 24, 2020 1:55 PM > To: linux-kernel@xxxxxxxxxxxxxxx; monstr@xxxxxxxxx; Michal Simek > <michals@xxxxxxxxxx>; git <git@xxxxxxxxxx>; Manish Narani > <MNARANI@xxxxxxxxxx> > Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx>; Rob Herring > <robh+dt@xxxxxxxxxx>; Ulf Hansson <ulf.hansson@xxxxxxxxxx>; Wan Ahmad > Zainie <wan.ahmad.zainie.wan.mohamad@xxxxxxxxx>; > devicetree@xxxxxxxxxxxxxxx; linux-mmc@xxxxxxxxxxxxxxx > Subject: [PATCH] dt-bindings: mmc: Add missing description for clk_in/out_sd1 > > The commit a8fdb80f4d47 ("arm64: zynqmp: Add ZynqMP SDHCI compatible > string") added clock-output-names for both SDHCIs before DT binding yaml > conversion. But only clk_in/out_sd0 clock names have been covered by > DT binding which ends up with dt yaml checking warnings as: > From schema: .../Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml > ... mmc@ff170000: clock-output-names:0: 'clk_out_sd0' was expected > ... mmc@ff170000: clock-output-names:1: 'clk_in_sd0' was expected > > Fixes: 16ecd8f33c6e ("dt-bindings: mmc: convert arasan sdhci bindings to yaml") > Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx> Reviewed-by: Manish Narani <manish.narani@xxxxxxxxxx>