mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-12 20:35:23 +02:00
arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc
[ Upstream commite643e4eb4b
] The 'mic-in-differential' DT property supported by the RK809/RK817 audio codec driver is actually valid if prefixed with 'rockchip,': DTC_CHK arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dtb rk3566-roc-pc.dtb: pmic@20: codec: 'mic-in-differential' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk809.yaml# Make use of the correct property name. Fixes:a8e35c4beb
("arm64: dts: rockchip: add audio nodes to rk3566-roc-pc") Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> Link: https://lore.kernel.org/r/20240622-rk809-fixes-v2-4-c0db420d3639@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
3f2f40a1d1
commit
e15757553b
|
@ -268,7 +268,7 @@
|
||||||
vcc9-supply = <&vcc3v3_sys>;
|
vcc9-supply = <&vcc3v3_sys>;
|
||||||
|
|
||||||
codec {
|
codec {
|
||||||
mic-in-differential;
|
rockchip,mic-in-differential;
|
||||||
};
|
};
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user