Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
f4d9ae56
Project 'edgehog/bsp/nxp/linux-seco-imx' was moved to 'clea-os/bsp/nxp/linux-seco-imx'. Please update any links and bookmarks that may still have the old path.
Commit
f4d9ae56
authored
2 years ago
by
Gianfranco Mariotti
Browse files
Options
Downloads
Patches
Plain Diff
[D18] enable gpio expander PCAL6416
parent
f018cc0b
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seco/seco-imx8mp-d18.dts
+27
-1
27 additions, 1 deletion
arch/arm64/boot/dts/seco/seco-imx8mp-d18.dts
with
27 additions
and
1 deletion
arch/arm64/boot/dts/seco/seco-imx8mp-d18.dts
+
27
−
1
View file @
f4d9ae56
...
...
@@ -54,6 +54,17 @@
regulator-always-on;
};
reg_pca6416_20: regulator-pca6416-20-pwr {
compatible = "regulator-fixed";
regulator-name = "pca6416-20-pwr";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
enable-active-high;
regulator-always-on;
regulator-boot-on;
};
bt_sco_codec: bt_sco_codec {
};
...
...
@@ -314,10 +325,16 @@
status = "okay";
pca6416: gpio@20 {
compatible = "
ti,t
ca6416";
compatible = "
nxp,p
ca
l
6416";
reg = <0x20>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pca6416_20>;
interrupt-parent = <&gpio1>;
interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
};
ov5640_1: ov5640_mipi@3c {
...
...
@@ -569,6 +586,15 @@
MX8MP_IOMUXC_HDMI_DDC_SDA__HDMIMIX_HDMI_SDA 0x400001c3
MX8MP_IOMUXC_HDMI_HPD__HDMIMIX_HDMI_HPD 0x40000019
MX8MP_IOMUXC_HDMI_CEC__HDMIMIX_HDMI_CEC 0x40000019
/* GPIO expander 0x20 */
MX8MP_IOMUXC_GPIO1_IO07__GPIO1_IO07 0x40000
>;
};
pinctrl_pca6416_20: pca641620 {
fsl,pins = <
MX8MP_IOMUXC_GPIO1_IO01__GPIO1_IO01 0x0
>;
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment