mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
Apple SoC fixes for 7.2
Just a single commit that fixes the i2c IRQ and MMIO ranges for the M3 SoC. Signed-off-by: Sven Peter <sven@kernel.org> -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQS3vz815OHsEaWy0u9EEX0kKnUe6QUCanYCGgAKCRBEEX0kKnUe 6XCtAQCUJFZiqsus7g3hq7PpUyAmiEWfdOWrC5qnEqbhFiWdGAD+LWxX7b5bIq0M es49MlApDpwzaFijCsz4KnNBsqjC1gk= =CAwK -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmp5fEoACgkQmmx57+YA GNlk4w/9HEYyM5nLoc5bMWNAdZDzfz8gTnxkSd7ZYhd4SWAdb1p0UlPk1rAyTS00 +piMiSOSZExH+8gq0+Gbr14Yj7GuXJ32etR+Kmreg+cRYf9TC1tu2DMFxt2IsADn rObDHpkzNI3+9eMGQ50hLSo8vGDKmIeczSRy1MhCujYyjH1PLMMqXwZ8+20vWC/q xL42k+MHHsYIBO6TuCx79uDfBBOG7yjjq55WXOGq+qTK28PP0fHXdOfo2Ds5Tp7o NxhM5BTuwVutjGKcDj/nfRdU+kUDJVZZAXk7BoPZ14wk+7lAnqQpqM9d86dUKvHJ meVm+ugtdMyPPeYCvMhDrC1dkXTgyRrkM1GMtXfR/ujR5yAgYQjJmHA2YRhwoLvg dX142P8rdSEzexBxxSlxSRI2CtIqQp3oY9ew6XWu7PluNcVJi9jQpuxjoER7hTRZ 9MjusRYVoirm8h/jub9pZ4YlgCY37PjSslU6aQ5hkZgx9G1UND1hh4bDn/rnUT8m fh96aoE7snbN259+ecYtylgOWSRKOeVn6FoeETCu74cDKNHH9C/WyjOU4c0earQn CoOT1srhL506u3l4a1+b3CcCWB0XXuPxfQEaRnnj9kyrowNKXWKSEC5u1tEeupgN 0LJfNHbiBiyqveV3yPAysoaDm5uqV8EDL2Ymnfp9WGC2qYMAoXU= =qGIT -----END PGP SIGNATURE----- Merge tag 'apple-soc-fixes-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux into arm/fixes Apple SoC fixes for 7.2 Just a single commit that fixes the i2c IRQ and MMIO ranges for the M3 SoC. Signed-off-by: Sven Peter <sven@kernel.org> * tag 'apple-soc-fixes-7.2' of https://git.kernel.org/pub/scm/linux/kernel/git/sven/linux: arm64: dts: apple: t8122: Fix I2C resources Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
37397cf956
|
|
@ -186,12 +186,12 @@ soc {
|
|||
/* Required to get >32-bit DMA via DARTs */
|
||||
dma-ranges = <0 0 0 0 0xffffffff 0xffffc000>;
|
||||
|
||||
i2c0: i2c@235010000 {
|
||||
i2c0: i2c@2a1010000 {
|
||||
compatible = "apple,t8122-i2c", "apple,t8103-i2c";
|
||||
reg = <0x2 0x35010000 0x0 0x4000>;
|
||||
reg = <0x2 0xa1010000 0x0 0x4000>;
|
||||
clocks = <&clkref>;
|
||||
interrupt-parent = <&aic>;
|
||||
interrupts = <AIC_IRQ 761 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <AIC_IRQ 780 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&i2c0_pins>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <0x1>;
|
||||
|
|
@ -200,12 +200,12 @@ i2c0: i2c@235010000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c1: i2c@235014000 {
|
||||
i2c1: i2c@2a1014000 {
|
||||
compatible = "apple,t8122-i2c", "apple,t8103-i2c";
|
||||
reg = <0x2 0x35014000 0x0 0x4000>;
|
||||
reg = <0x2 0xa1014000 0x0 0x4000>;
|
||||
clocks = <&clkref>;
|
||||
interrupt-parent = <&aic>;
|
||||
interrupts = <AIC_IRQ 762 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <AIC_IRQ 781 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&i2c1_pins>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <0x1>;
|
||||
|
|
@ -214,12 +214,12 @@ i2c1: i2c@235014000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c2: i2c@235018000 {
|
||||
i2c2: i2c@2a1018000 {
|
||||
compatible = "apple,t8122-i2c", "apple,t8103-i2c";
|
||||
reg = <0x2 0x35018000 0x0 0x4000>;
|
||||
reg = <0x2 0xa1018000 0x0 0x4000>;
|
||||
clocks = <&clkref>;
|
||||
interrupt-parent = <&aic>;
|
||||
interrupts = <AIC_IRQ 763 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <AIC_IRQ 782 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&i2c2_pins>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <0x1>;
|
||||
|
|
@ -228,12 +228,12 @@ i2c2: i2c@235018000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c3: i2c@23501c000 {
|
||||
i2c3: i2c@2a101c000 {
|
||||
compatible = "apple,t8122-i2c", "apple,t8103-i2c";
|
||||
reg = <0x2 0x3501c000 0x0 0x4000>;
|
||||
reg = <0x2 0xa101c000 0x0 0x4000>;
|
||||
clocks = <&clkref>;
|
||||
interrupt-parent = <&aic>;
|
||||
interrupts = <AIC_IRQ 764 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <AIC_IRQ 783 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&i2c3_pins>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <0x1>;
|
||||
|
|
@ -242,12 +242,12 @@ i2c3: i2c@23501c000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c4: i2c@235020000 {
|
||||
i2c4: i2c@2a1020000 {
|
||||
compatible = "apple,t8122-i2c", "apple,t8103-i2c";
|
||||
reg = <0x2 0x35020000 0x0 0x4000>;
|
||||
reg = <0x2 0xa1020000 0x0 0x4000>;
|
||||
clocks = <&clkref>;
|
||||
interrupt-parent = <&aic>;
|
||||
interrupts = <AIC_IRQ 765 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <AIC_IRQ 784 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&i2c4_pins>;
|
||||
pinctrl-names = "default";
|
||||
#address-cells = <0x1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user