mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
arm64: dts: qcom: sdm670: label the camss ports instead of endpoints
Endpoints cannot be pre-defined since commit dcf6fb89e6 ("media: qcom:
camss: remove a check for unavailable CAMSS endpoint") was applied,
probing all endpoint nodes and requiring them to have a remote. There is
no sensible remote in the SoC devicetree because camera sensors are
board-specific.
The ports are meant to be extended by a board devicetree in order to
define fully configured endpoints and connect the ports to camera
sensors. For nodes that are only meaningful if extended, labels are
usually assigned. Label these ports so they can be extended directly.
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Link: https://lore.kernel.org/r/20260331194437.41041-2-mailingradian@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
d859095bca
commit
cbdf1a61dd
|
|
@ -1787,28 +1787,16 @@ ports {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
camss_port0: port@0 {
|
||||
reg = <0>;
|
||||
|
||||
camss_endpoint0: endpoint {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
port@1 {
|
||||
camss_port1: port@1 {
|
||||
reg = <1>;
|
||||
|
||||
camss_endpoint1: endpoint {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
port@2 {
|
||||
camss_port2: port@2 {
|
||||
reg = <2>;
|
||||
|
||||
camss_endpoint2: endpoint {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user