Commit 74a46891 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Matthias Brugger

arm64: dts: mediatek: mt8183: align Google CROS EC PWM node name with dtschema

dtschema expects PWM node name to be a generic "pwm".  This also matches
Devicetree specification requirements about generic node names.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220214081916.162014-3-krzysztof.kozlowski@canonical.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent aa8f3711
...@@ -92,7 +92,7 @@ volume_up { ...@@ -92,7 +92,7 @@ volume_up {
}; };
&cros_ec { &cros_ec {
cros_ec_pwm: ec-pwm { cros_ec_pwm: pwm {
compatible = "google,cros-ec-pwm"; compatible = "google,cros-ec-pwm";
#pwm-cells = <1>; #pwm-cells = <1>;
status = "disabled"; status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment