mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
LF-12850-2: arm64: dts: imx95: os08a20: Update verdin dts to use the compatible from ox05b1s driver
Use the os08a20 implementation from ox05b1s driver also for verdin board.
Fixes: 0876b3b237 ("LF-12210-8: arm64: dts: imx95: os08a20: Update dts to use the compatible from ox05b1s driver")
Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com>
Reviewed-by: Alice Yuan <alice.yuan@nxp.com>
This commit is contained in:
parent
251ada8ebd
commit
48b51329e5
|
|
@ -8,15 +8,6 @@
|
||||||
|
|
||||||
#include <dt-bindings/clock/fsl,imx95-clock.h>
|
#include <dt-bindings/clock/fsl,imx95-clock.h>
|
||||||
#include <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include "imx95-pinfunc.h"
|
|
||||||
|
|
||||||
&scmi_iomuxc {
|
|
||||||
pinctrl_csi_mclk: csi_mclk {
|
|
||||||
fsl,pins = <
|
|
||||||
IMX95_PAD_CCM_CLKO1__CCMSRCGPCMIX_TOP_CLKO_1 0x39e
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&lpi2c3 {
|
&lpi2c3 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
@ -27,20 +18,14 @@
|
||||||
/delete-node/ i2c3_gpio_expander_20;
|
/delete-node/ i2c3_gpio_expander_20;
|
||||||
|
|
||||||
os08a20: os08a20_mipi@36 {
|
os08a20: os08a20_mipi@36 {
|
||||||
compatible = "ovti,os08a20_mipi";
|
compatible = "ovti,os08a20";
|
||||||
reg = <0x36>;
|
reg = <0x36>;
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&pinctrl_csi_mclk>;
|
|
||||||
clocks = <&scmi_clk IMX95_CLK_CCMCKO1>;
|
clocks = <&scmi_clk IMX95_CLK_CCMCKO1>;
|
||||||
clock-names = "csi_mclk";
|
clock-names = "csi_mclk";
|
||||||
assigned-clocks = <&scmi_clk IMX95_CLK_CCMCKO1>;
|
assigned-clocks = <&scmi_clk IMX95_CLK_CCMCKO1>;
|
||||||
assigned-clock-parents = <&scmi_clk IMX95_CLK_24M>;
|
assigned-clock-parents = <&scmi_clk IMX95_CLK_24M>;
|
||||||
assigned-clock-rates = <24000000>;
|
assigned-clock-rates = <24000000>;
|
||||||
csi_id = <0>;
|
|
||||||
pwn-gpios = <&i2c7_pcal6524_23 19 GPIO_ACTIVE_HIGH>;
|
|
||||||
rst-gpios = <&i2c7_pcal6524_23 20 GPIO_ACTIVE_LOW>;
|
rst-gpios = <&i2c7_pcal6524_23 20 GPIO_ACTIVE_LOW>;
|
||||||
mclk = <24000000>;
|
|
||||||
mclk_source = <0>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
port {
|
port {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user