mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node reg
[ Upstream commit4a0156b886] Add missing reg property to touchscreen child node to fix dtbs W=1 warnings: Warning (unit_address_vs_reg): /soc@0/geniqup@ac0000/i2c@a98000/touchscreen@20/rmi4-f12@12: node has a unit name, but no reg or ranges property Fixes:be497abe19("arm64: dts: qcom: Add support for Xiaomi Mi Mix2s") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Molly Sophia <mollysophia379@gmail.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230419211856.79332-18-krzysztof.kozlowski@linaro.org Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
266cf247dd
commit
2ad75715fc
@@ -484,6 +484,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
rmi4-f12@12 {
|
rmi4-f12@12 {
|
||||||
|
reg = <0x12>;
|
||||||
syna,rezero-wait-ms = <0xc8>;
|
syna,rezero-wait-ms = <0xc8>;
|
||||||
syna,clip-x-high = <0x438>;
|
syna,clip-x-high = <0x438>;
|
||||||
syna,clip-y-high = <0x870>;
|
syna,clip-y-high = <0x870>;
|
||||||
|
|||||||
Reference in New Issue
Block a user