Commit 2d08a11e authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'omap-for-v5.14/dt-signed' of...

Merge tag 'omap-for-v5.14/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/dt

Devicetree changes for omaps for v5.14 merge window

Mostly just clean-up for device tree binding checks with
few other clean-up patches:

- Drop ov5640 sensor for dra76-evm, it's just one of the
  optional additional sensors and makes hard to use any of
  the other options, TI is using the devicetree overlay
  snippets for these

- Group the phandles in osd3358-sm-red to make the files
  more readable

- A series of gpio clean-up patches to follow the binding
  documentation

- Move ti,no-reset related properties to the target module
  level, the ti-sysc driver handles them also in the child
  but they really belong to the target module

- Drop the unnecessary uart compatible entries to make the
  binding check to work

- Mailbox related updates to make the binding check to
  work

* tag 'omap-for-v5.14/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names
  ARM: dts: AM33xx/AM43xx: Rename wkup_m3 sub-mailbox node
  ARM: dts: OMAP2/OMAP3: Rename processor sub-mailbox nodes
  ARM: dts: OMAP2420: Drop interrupt-names from mailbox node
  ARM: dts: am437x-l4: Drop ti,omap2-uart entry from UART nodes
  ARM: dts: dra7-l4: Drop ti,omap4-uart entry from UART nodes
  ARM: dts: am335x: fix ti,no-reset-on-init flag for gpios
  ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios
  ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
  ARM: dts: dra7x-evm: Align GPIO hog names with dt-schema
  ARM: dts: omap5-board-common: align gpio hog names with dt-schema
  ARM: dts: omap3: align gpio hog names with dt-schema
  ARM: dts: am437x: align gpio hog names with dt-schema
  ARM: dts: am335x: align GPIO hog names with dt-schema
  ARM: dts: osd3358-sm-red: group in the same phandle all its properties
  ARM: dts: dra76-evm: remove ov5640

Link: https://lore.kernel.org/r/pull-1622618286-677305@atomide.com-3


Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 09159b80 9e7f5ee1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -393,10 +393,10 @@ &aes {
	status = "okay";
};

&gpio0 {
&gpio0_target {
	ti,no-reset-on-init;
};

&gpio3 {
&gpio3_target {
	ti,no-reset-on-init;
};
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ bluetooth {
};

&gpio3 {
	ls_buf_en {
	ls-buf-en-hog {
		gpio-hog;
		gpios = <10 GPIO_ACTIVE_HIGH>;
		output-high;
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ &dcan1 {
};

&gpio3 {
	ls_buf_en {
	ls-buf-en-hog {
		gpio-hog;
		gpios = <10 GPIO_ACTIVE_HIGH>;
		output-high;
+2 −2
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ bluetooth {
};

&gpio1 {
	ls_buf_en {
	ls-buf-en-hog {
		gpio-hog;
		gpios = <29 GPIO_ACTIVE_HIGH>;
		output-high;
@@ -118,7 +118,7 @@ ls_buf_en {
/* an external pulldown on U21 pin 4.                                  */

&gpio3 {
	bt_aud_in {
	bt-aud-in-hog {
		gpio-hog;
		gpios = <16 GPIO_ACTIVE_HIGH>;
		output-low;
+1 −1
Original line number Diff line number Diff line
@@ -646,7 +646,7 @@ &aes {
	status = "okay";
};

&gpio0 {
&gpio0_target {
	ti,no-reset-on-init;
};

Loading