Unverified Commit 365ee803 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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

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

Devicetree changes for omaps for v5.17 merge window

These changes are mostly minor non-urgent fixes for typos and binding checks.
The system-power-controller gets configured for more am3 devices as it's not
am335x-boneblack speicif. For for am437x we add magnetic card reader support.

Note that the asahi-kasei,ak8975 binding changes may produce a new binding
check warning as the binding related change is merged separately.

* tag 'omap-for-v5.17/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: dts: am335x: Use correct vendor prefix for Asahi Kasei Corp.
  ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value
  ARM: dts: am437x-gp-evm: enable ADC1
  ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
  ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
  ARM: dts: am335x-icev2: Add system-power-controller to RTC node
  ARM: dts: am335x-boneblack-common: move system-power-controller
  ARM: dts: elpida_ecb240abacn: Change Elpida compatible

Link: https://lore.kernel.org/r/pull-1639659798-679261@atomide.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 4a097f29 fa0fdb78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -399,6 +399,7 @@ &sham {
&rtc {
	clocks = <&clk_32768_ck>, <&clk_24mhz_clkctrl AM3_CLK_24MHZ_CLKDIV32K_CLKCTRL 0>;
	clock-names = "ext-clk", "int-clk";
	system-power-controller;
};

&pruss_tm {
+0 −4
Original line number Diff line number Diff line
@@ -22,10 +22,6 @@ &mmc2 {
	non-removable;
};

&rtc {
	system-power-controller;
};

/ {
	memory@80000000 {
		device_type = "memory";
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ i2c-gate {
			#address-cells = <1>;
			#size-cells = <0>;
			ax8975@c {
				compatible = "ak,ak8975";
				compatible = "asahi-kasei,ak8975";
				reg = <0x0c>;
			};
		};
+4 −0
Original line number Diff line number Diff line
@@ -512,3 +512,7 @@ ethphy1: ethernet-phy@3 {
&pruss_tm {
	status = "okay";
};

&rtc {
	system-power-controller;
};
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ i2c-gate {
			#address-cells = <1>;
			#size-cells = <0>;
			ax8975@c {
				compatible = "ak,ak8975";
				compatible = "asahi-kasei,ak8975";
				reg = <0x0c>;
			};
		};
Loading