Message ID | 20230207-b4-amlogic-bindings-fixups-v2-v1-2-93b7e50286e7@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: meson: bunch of DT fixes, take 2 | expand |
On Tue, Feb 7, 2023 at 4:08 PM Neil Armstrong <neil.armstrong@linaro.org> wrote: > > Fixes the following bindings check error: > fusb302@22: 'connector' is a required property > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts index 444c249863cb..4eda9f634c42 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts @@ -54,6 +54,10 @@ fusb302@22 { vbus-supply = <&typec2_vbus>; status = "okay"; + + connector { + compatible = "usb-c-connector"; + }; }; };
Fixes the following bindings check error: fusb302@22: 'connector' is a required property Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- arch/arm64/boot/dts/amlogic/meson-gxm-s912-libretech-pc.dts | 4 ++++ 1 file changed, 4 insertions(+)