mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
2e715fb4fc
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y
Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B
Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
33 lines
999 B
Diff
33 lines
999 B
Diff
From 7443b602cb503b42dd0ae8e957e26decb420d632 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 20 Nov 2023 10:15:15 +0000
|
|
Subject: [PATCH] overlays: ov5647: Regularise vcm node label name
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/ov5647-overlay.dts | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/ov5647-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/ov5647-overlay.dts
|
|
@@ -15,7 +15,7 @@
|
|
|
|
#include "ov5647.dtsi"
|
|
|
|
- vcm: ad5398@c {
|
|
+ vcm_node: ad5398@c {
|
|
compatible = "adi,ad5398";
|
|
reg = <0x0c>;
|
|
status = "disabled";
|
|
@@ -78,8 +78,8 @@
|
|
<&clk_frag>, "target:0=",<&cam0_clk>,
|
|
<&cam_node>, "clocks:0=",<&cam0_clk>,
|
|
<&cam_node>, "avdd-supply:0=",<&cam0_reg>;
|
|
- vcm = <&vcm>, "status=okay",
|
|
- <&cam_node>,"lens-focus:0=", <&vcm>;
|
|
+ vcm = <&vcm_node>, "status=okay",
|
|
+ <&cam_node>,"lens-focus:0=", <&vcm_node>;
|
|
};
|
|
};
|
|
|