Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/5200: Update pcm030.dts to add i2c eeprom and delete cruft

Add a node for the i2c eeprom and delete the superflous gpio-example.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

authored by

Wolfram Sang and committed by
Grant Likely
c155ee10 ab7f3341

+4 -22
+4 -22
arch/powerpc/boot/dts/pcm030.dts
··· 258 258 compatible = "nxp,pcf8563"; 259 259 reg = <0x51>; 260 260 }; 261 - /* FIXME: EEPROM */ 261 + eeprom@52 { 262 + compatible = "catalyst,24c32"; 263 + reg = <0x52>; 264 + }; 262 265 }; 263 266 264 267 sram@8000 { 265 268 compatible = "fsl,mpc5200b-sram","fsl,mpc5200-sram"; 266 269 reg = <0x8000 0x4000>; 267 - }; 268 - 269 - /* This is only an example device to show the usage of gpios. It maps all available 270 - * gpios to the "gpio-provider" device. 271 - */ 272 - gpio { 273 - compatible = "gpio-provider"; 274 - 275 - /* mpc52xx exp.con patchfield */ 276 - gpios = <&gpio_wkup 0 0 /* GPIO_WKUP_7 11d jp13-3 */ 277 - &gpio_wkup 1 0 /* GPIO_WKUP_6 14c */ 278 - &gpio_wkup 6 0 /* PSC2_4 43c x5-11 */ 279 - &gpio_simple 2 0 /* IRDA_1 24c x7-6 set GPS_PORT_CONFIG[IRDA] = 0 */ 280 - &gpio_simple 3 0 /* IRDA_0 x8-5 set GPS_PORT_CONFIG[IRDA] = 0 */ 281 - &gpt2 0 0 /* timer2 12d x4-4 */ 282 - &gpt3 0 0 /* timer3 13d x6-4 */ 283 - &gpt4 0 0 /* timer4 61c x2-16 */ 284 - &gpt5 0 0 /* timer5 44c x7-11 */ 285 - &gpt6 0 0 /* timer6 60c x8-15 */ 286 - &gpt7 0 0 /* timer7 36a x17-9 */ 287 - >; 288 270 }; 289 271 }; 290 272