diff options
Diffstat (limited to 'arch/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index bf58c79a6554..a3c27807f6c5 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts | |||
@@ -366,7 +366,7 @@ | |||
366 | 366 | ||
367 | phy-handle = <&phy1>; | 367 | phy-handle = <&phy1>; |
368 | renesas,ether-link-active-low; | 368 | renesas,ether-link-active-low; |
369 | status = "ok"; | 369 | status = "okay"; |
370 | 370 | ||
371 | phy1: ethernet-phy@1 { | 371 | phy1: ethernet-phy@1 { |
372 | reg = <1>; | 372 | reg = <1>; |
@@ -377,7 +377,7 @@ | |||
377 | }; | 377 | }; |
378 | 378 | ||
379 | &cmt0 { | 379 | &cmt0 { |
380 | status = "ok"; | 380 | status = "okay"; |
381 | }; | 381 | }; |
382 | 382 | ||
383 | &sata0 { | 383 | &sata0 { |
@@ -444,6 +444,8 @@ | |||
444 | spi-max-frequency = <30000000>; | 444 | spi-max-frequency = <30000000>; |
445 | spi-tx-bus-width = <4>; | 445 | spi-tx-bus-width = <4>; |
446 | spi-rx-bus-width = <4>; | 446 | spi-rx-bus-width = <4>; |
447 | spi-cpha; | ||
448 | spi-cpol; | ||
447 | m25p,fast-read; | 449 | m25p,fast-read; |
448 | 450 | ||
449 | partition@0 { | 451 | partition@0 { |
@@ -452,13 +454,13 @@ | |||
452 | read-only; | 454 | read-only; |
453 | }; | 455 | }; |
454 | partition@80000 { | 456 | partition@80000 { |
455 | label = "bootenv"; | 457 | label = "user"; |
456 | reg = <0x00080000 0x00080000>; | 458 | reg = <0x00080000 0x00580000>; |
457 | read-only; | 459 | read-only; |
458 | }; | 460 | }; |
459 | partition@100000 { | 461 | partition@600000 { |
460 | label = "data"; | 462 | label = "flash"; |
461 | reg = <0x00100000 0x03f00000>; | 463 | reg = <0x00600000 0x03a00000>; |
462 | }; | 464 | }; |
463 | }; | 465 | }; |
464 | }; | 466 | }; |
@@ -563,7 +565,7 @@ | |||
563 | 565 | ||
564 | /* composite video input */ | 566 | /* composite video input */ |
565 | &vin1 { | 567 | &vin1 { |
566 | status = "ok"; | 568 | status = "okay"; |
567 | pinctrl-0 = <&vin1_pins>; | 569 | pinctrl-0 = <&vin1_pins>; |
568 | pinctrl-names = "default"; | 570 | pinctrl-names = "default"; |
569 | 571 | ||
@@ -582,6 +584,7 @@ | |||
582 | pinctrl-0 = <&sound_pins &sound_clk_pins>; | 584 | pinctrl-0 = <&sound_pins &sound_clk_pins>; |
583 | pinctrl-names = "default"; | 585 | pinctrl-names = "default"; |
584 | 586 | ||
587 | /* Single DAI */ | ||
585 | #sound-dai-cells = <0>; | 588 | #sound-dai-cells = <0>; |
586 | 589 | ||
587 | status = "okay"; | 590 | status = "okay"; |