hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm/boot/dts/sunxi-reference-design-tablet.dtsi
....@@ -46,13 +46,13 @@
4646
4747 &i2c0 {
4848 pinctrl-names = "default";
49
- pinctrl-0 = <&i2c0_pins_a>;
49
+ pinctrl-0 = <&i2c0_pins>;
5050 status = "okay";
5151 };
5252
5353 &i2c1 {
5454 pinctrl-names = "default";
55
- pinctrl-0 = <&i2c1_pins_a>;
55
+ pinctrl-0 = <&i2c1_pins>;
5656 status = "okay";
5757 };
5858
....@@ -60,14 +60,14 @@
6060 vref-supply = <&reg_vcc3v0>;
6161 status = "okay";
6262
63
- button@200 {
63
+ button-200 {
6464 label = "Volume Up";
6565 linux,code = <KEY_VOLUMEUP>;
6666 channel = <0>;
6767 voltage = <200000>;
6868 };
6969
70
- button@400 {
70
+ button-400 {
7171 label = "Volume Down";
7272 linux,code = <KEY_VOLUMEDOWN>;
7373 channel = <0>;
....@@ -77,6 +77,6 @@
7777
7878 &pwm {
7979 pinctrl-names = "default";
80
- pinctrl-0 = <&pwm0_pins>;
80
+ pinctrl-0 = <&pwm0_pin>;
8181 status = "okay";
8282 };