cefd7cd5cedba5ffa69e9425f426c766c3edad39
[AGL/meta-agl-refhw.git] / meta-agl-refhw-gen3 / recipes-kernel / linux / files / 0002-Introduce-dts-file-for-refhw-r-car-board.patch
1 ---
2  arch/arm64/boot/dts/renesas/r8a7795-refhw.dts | 76 +++++++++++++++++++++++++++
3  1 file changed, 76 insertions(+)
4  create mode 100644 arch/arm64/boot/dts/renesas/r8a7795-refhw.dts
5
6 diff --git a/arch/arm64/boot/dts/renesas/r8a7795-refhw.dts b/arch/arm64/boot/dts/renesas/r8a7795-refhw.dts
7 new file mode 100644
8 index 0000000..d586c4c
9 --- /dev/null
10 +++ b/arch/arm64/boot/dts/renesas/r8a7795-refhw.dts
11 @@ -0,0 +1,76 @@
12 +/*
13 + * Device Tree Source for the reference hardware board with R-Car H3 ES3.0
14 + *
15 + * Copyright (C) 2019 Panasonic Corp.
16 + *
17 + * This file is licensed under the terms of the GNU General Public License
18 + * version 2.  This program is licensed "as is" without any warranty of any
19 + * kind, whether express or implied.
20 + */
21 +
22 +#include "r8a7795-salvator-xs-4x2g.dts"
23 +
24 +/ {
25 +       vga {
26 +               port {
27 +                       vga_in: endpoint {
28 +                               /delete-property/remote-endpoint;
29 +                       };
30 +               };
31 +       };
32 +
33 +       vga-encoder {
34 +               ports {
35 +                       port@0 {
36 +                               adv7123_in: endpoint {
37 +                                       /delete-property/remote-endpoint;
38 +                               };
39 +                       };
40 +
41 +                       port@1 {
42 +                               adv7123_out: endpoint {
43 +                                       /delete-property/remote-endpoint;
44 +                               };
45 +                       };
46 +               };
47 +       };
48 +
49 +};
50 +
51 +&du {
52 +       ports {
53 +               port@0 {
54 +                       endpoint {
55 +                               /delete-property/remote-endpoint;
56 +                       };
57 +               };
58 +
59 +               port@3 {
60 +                       endpoint {
61 +                               /delete-property/remote-endpoint;
62 +                       };
63 +               };
64 +       };
65 +};
66 +
67 +&lvds0 {
68 +       status = "disabled";
69 +};
70 +
71 +&pwm1 {
72 +       status = "disabled";
73 +};
74 +
75 +&scif_clk {
76 +       clock-frequency = <0>;
77 +};
78 +
79 +&sdhi0 {
80 +       /delete-property/ wp-gpios;
81 +       non-removable;
82 +};
83 +
84 +&sdhi3 {
85 +       /delete-property/ wp-gpios;
86 +       non-removable;
87 +};
88 -- 
89 2.7.4
90