ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
[ Upstream commitd15d2a6174
] The property is wr-active: exynos3250-rinato.dtb: fimd@11c00000: i80-if-timings: 'wr-act' does not match any of the regexes: 'pinctrl-[0-9]+' Fixes:b59b3afb94
("ARM: dts: add fimd device support for exynos3250-rinato") Link: https://lore.kernel.org/r/20230120155404.323386-2-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
a0726e992d
commit
7f02f32ee6
|
@ -250,7 +250,7 @@ &fimd {
|
||||||
i80-if-timings {
|
i80-if-timings {
|
||||||
cs-setup = <0>;
|
cs-setup = <0>;
|
||||||
wr-setup = <0>;
|
wr-setup = <0>;
|
||||||
wr-act = <1>;
|
wr-active = <1>;
|
||||||
wr-hold = <0>;
|
wr-hold = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue