diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-06-10 18:22:17 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-06-20 12:38:01 +0200 |
commit | 9ad8e83d8abd083c701e75d7fe664c706daf6d56 (patch) | |
tree | 97d7d27a57845bd3e49aaad4fa93af87a14dcbbe | |
parent | 5ddb2d46852997a28f8d77153e225611a8268b74 (diff) |
arm64: dts: rockchip: add label to first port of ISP on px30
This will make it slightly easier for Device Trees (and Overlays) to
link the ISP controller to a video input such as a CSI camera while also
bringing it closer to what's been done already for the DSI controller.
Suggested-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://lore.kernel.org/r/20250610-ringneck-haikou-video-demo-cam-v2-2-de1bf87e0732@cherry.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/px30.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 8220c875415f..0cad83c5d5fe 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -1269,7 +1269,7 @@ #address-cells = <1>; #size-cells = <0>; - port@0 { + isp_in: port@0 { reg = <0>; }; }; |