diff options
author | Brian Masney <bmasney@redhat.com> | 2023-01-03 13:22:28 -0500 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-01-18 18:03:14 -0600 |
commit | 1db9c1d1273904b13cef0e76690395a416e41dd4 (patch) | |
tree | 1a164bf6f3a7684955ebf9c6c1da98b6883672bd /arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | |
parent | e073899ec3e14d3a9fe7ac62469c1768f4bb7fe0 (diff) | |
download | lwn-1db9c1d1273904b13cef0e76690395a416e41dd4.tar.gz lwn-1db9c1d1273904b13cef0e76690395a416e41dd4.zip |
arm64: dts: qcom: sc8280xp: add aliases for i2c4 and i2c21
Add aliases for i2c4 and i2c21 to the crd and x13s DTS files so that
what's exposed to userspace doesn't change in the future if additional
i2c buses are enabled on these platforms.
Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230103182229.37169-10-bmasney@redhat.com
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts index 811945283be6..f936b020a71d 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -21,6 +21,11 @@ model = "Lenovo ThinkPad X13s"; compatible = "lenovo,thinkpad-x13s", "qcom,sc8280xp"; + aliases { + i2c4 = &i2c4; + i2c21 = &i2c21; + }; + wcd938x: audio-codec { compatible = "qcom,wcd9380-codec"; |