Re: [PATCH v3 5/5] ARM: dts: Add device tree support for phycard pca100
Alexander Shiyan
shc_work at mail.ru
Tue Jul 2 12:27:49 EDT 2013
> Board files for Phytec phyCARD-S "System on Module" and "Rapid
> Development Kit".
>
> Based on patches from:
>
> Steffen Trumtrar <s.trumtrar at pengutronix.de>:
> - Original patch
> - ARM: dts: Set partition offsets for phycard
> - ARM: dts: Use CSPI1 instead of CSPI2 on phycard pca100
> - ARM: imx27-phytec-phycard-S.dts: resize nand partitions
...
> diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
...
> +&i2c1 {
> + status = "okay";
> +
> + ioexpander at 41 {
> + compatible = "nxp,pca9536";
> + reg = <0x41>;
> + };
> +
> + rtc at 51 {
> + compatible = "nxp,pcf8563";
> + reg = <0x51>;
> + };
> +};
> +
> +&i2c2 {
> + status = "okay";
> +
> + lm75 at 4a {
> + compatible = "national,lm75";
> + reg = <0x4a>;
> + };
> +
> + rtc at 51 {
> + compatible = "nxp,pcf8563";
> + reg = <0x51>;
> + };
Really two identical RTC on I2C1 & I2C2 or it is typo?
---
More information about the linux-arm-kernel
mailing list