On Thu, 30 Jun 2022 14:23:34 +0200, AngeloGioacchino Del Regno wrote: > When this property was introduced, it contained underscores, but > the actual code wants dashes. > > Change it from mediatek,rsel_resistance_in_si_unit to > mediatek,rsel-resistance-in-si-unit. > > Fixes: 91e7edceda96 ("dt-bindings: pinctrl: mt8195: change pull up/down description") > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> > --- > > Note: No devicetree uses this property as of now. > Even if any DT did, it wouldn't work, as the pinctrl code checks > for 'mediatek,rsel-resistance-in-si-unit'. > > .../devicetree/bindings/pinctrl/pinctrl-mt8195.yaml | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>