mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 11:02:03 +02:00
arm64: dts: qcom: sc8280xp-x13s: Use predefined MCLK pinctrl
Now that the predefined MCLK pinctrl configuration is available in the sc8280xp SoC DTSI, switch the ThinkPad X13s to use it. Drop the local, duplicate MCLK pin definition from the camera pinctrl node. Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260629065905.15651-4-mitltlatltl@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
a83d970731
commit
4ebc5ca0a3
|
|
@ -674,8 +674,9 @@ camera@10 {
|
|||
reg = <0x10>;
|
||||
|
||||
reset-gpios = <&tlmm 15 GPIO_ACTIVE_LOW>;
|
||||
|
||||
pinctrl-0 = <&cam_rgb_default>, <&cam_mclk3_default>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&cam_rgb_default>;
|
||||
|
||||
leds = <&privacy_led>;
|
||||
led-names = "privacy";
|
||||
|
|
@ -1562,13 +1563,6 @@ cam_indicator_en: cam-indicator-en-state {
|
|||
};
|
||||
|
||||
cam_rgb_default: cam-rgb-default-state {
|
||||
mclk-pins {
|
||||
pins = "gpio17";
|
||||
function = "cam_mclk";
|
||||
drive-strength = <6>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
sc-rgb-xshut-n-pins {
|
||||
pins = "gpio15";
|
||||
function = "gpio";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user